Data Structures | |
class | handle |
Public Member Functions | |
optimize (context &c) | |
optimize (optimize &o) | |
optimize (context &c, optimize &src) | |
optimize & | operator= (optimize const &o) |
~optimize () | |
operator Z3_optimize () const | |
void | add (expr const &e) |
void | add (expr_vector const &es) |
void | add (expr const &e, expr const &t) |
void | add (expr const &e, char const *p) |
handle | add_soft (expr const &e, unsigned weight) |
handle | add_soft (expr const &e, char const *weight) |
handle | add (expr const &e, unsigned weight) |
handle | maximize (expr const &e) |
handle | minimize (expr const &e) |
void | push () |
void | pop () |
check_result | check () |
check_result | check (expr_vector const &asms) |
model | get_model () const |
expr_vector | unsat_core () 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 |
Z3_error_code | 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 |
|
inline |
|
inline |
|
inline |
Definition at line 2922 of file z3++.h.
Referenced by optimize::optimize().
|
inline |
Definition at line 2897 of file z3++.h.
|
inline |
Definition at line 2898 of file z3++.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2923 of file z3++.h.
Referenced by optimize::optimize().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2924 of file z3++.h.
|
inline |
Definition at line 2910 of file z3++.h.