Data Structures | |
class | handle |
Public Member Functions | |
optimize (context &c) | |
~optimize () | |
operator Z3_optimize () const | |
void | add (expr const &e) |
handle | add (expr const &e, unsigned weight) |
handle | add (expr const &e, char const *weight) |
handle | maximize (expr const &e) |
handle | minimize (expr const &e) |
void | push () |
void | pop () |
check_result | check () |
model | get_model () const |
void | set (params const &p) |
expr | lower (handle const &h) |
expr | upper (handle const &h) |
stats | statistics () const |
std::string | help () const |
![]() | |
object (context &c) | |
object (object const &s) | |
context & | ctx () const |
void | check_error () const |
Friends | |
std::ostream & | operator<< (std::ostream &out, optimize const &s) |
Additional Inherited Members | |
![]() | |
context * | m_ctx |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 1593 of file z3++.h.
Referenced by OptimizeObjective::value().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 1603 of file z3++.h.
Definition at line 1598 of file z3++.h.
Referenced by OptimizeObjective::value().