Z3
Loading...
Searching...
No Matches
optimize::handle Class Referencefinal

#include <z3++.h>

Public Member Functions

 handle (unsigned h)
unsigned h () const

Detailed Description

Definition at line 3628 of file z3++.h.

Constructor & Destructor Documentation

◆ handle()

handle ( unsigned h)
inline

Definition at line 3631 of file z3++.h.

3631: m_h(h) {}

Member Function Documentation

◆ h()

unsigned h ( ) const
inline

Definition at line 3632 of file z3++.h.

3632{ return m_h; }

Referenced by handle(), optimize::lower(), optimize::lower_as_vector(), optimize::upper(), and optimize::upper_as_vector().