Inheritance diagram for optimize: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) |
| expr_vector | assertions () const |
| expr_vector | objectives () const |
| stats | statistics () const |
| void | from_file (char const *filename) |
| void | from_string (char const *constraints) |
| std::string | help () const |
Public Member Functions inherited from object | |
| 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 | |
Protected Attributes inherited from object | |
| context * | m_ctx |
|
inline |
Definition at line 2017 of file z3++.h.
Referenced by Solver::__iadd__(), Fixedpoint::__iadd__(), and Optimize::__iadd__().
Definition at line 2021 of file z3++.h.
Referenced by Solver::__iadd__(), Fixedpoint::__iadd__(), and Optimize::__iadd__().
Definition at line 2027 of file z3++.h.
Referenced by Solver::__iadd__(), Fixedpoint::__iadd__(), and Optimize::__iadd__().
|
inline |
Definition at line 2056 of file z3++.h.
Referenced by Solver::to_smt2().
|
inline |
|
inline |
Definition at line 2057 of file z3++.h.
|
inline |
|
inline |
Definition at line 2058 of file z3++.h.
1.8.15