#include <z3++.h>
Inheritance diagram for optimize:Data Structures | |
| class | handle |
Public Member Functions | |
| optimize (context &c) | |
| optimize (optimize &o) | |
| optimize & | operator= (optimize const &o) |
| ~optimize () | |
| operator Z3_optimize () const | |
| void | add (expr const &e) |
| handle | add (expr const &e, unsigned weight) |
| void | add (expr const &e, expr const &t) |
| 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 () |
| 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 |
Definition at line 2765 of file z3++.h.
Referenced by Optimize::__deepcopy__(), Optimize::__del__(), Optimize::add_soft(), Optimize::assert_and_track(), Optimize::assert_exprs(), Optimize::assertions(), Optimize::check(), Optimize::from_file(), Optimize::from_string(), Optimize::help(), Optimize::maximize(), Optimize::minimize(), Optimize::model(), Optimize::objectives(), Optimize::param_descrs(), Optimize::pop(), Optimize::push(), Optimize::reason_unknown(), Optimize::set(), Optimize::sexpr(), Optimize::statistics(), and Optimize::unsat_core().
Definition at line 2766 of file z3++.h.
Referenced by Optimize::__deepcopy__(), Optimize::__del__(), Optimize::add_soft(), Optimize::assert_and_track(), Optimize::assert_exprs(), Optimize::assertions(), Optimize::check(), Optimize::from_file(), Optimize::from_string(), Optimize::help(), Optimize::maximize(), Optimize::minimize(), Optimize::model(), Optimize::objectives(), Optimize::param_descrs(), Optimize::pop(), Optimize::push(), Optimize::reason_unknown(), Optimize::set(), Optimize::sexpr(), Optimize::statistics(), and Optimize::unsat_core().
|
inline |
|
inline |
Definition at line 2779 of file z3++.h.
Referenced by Solver::__iadd__(), Fixedpoint::__iadd__(), and Optimize::__iadd__().
Definition at line 2794 of file z3++.h.
Referenced by Solver::__iadd__(), Fixedpoint::__iadd__(), and Optimize::__iadd__().
Definition at line 2789 of file z3++.h.
Referenced by Solver::__iadd__(), Fixedpoint::__iadd__(), and Optimize::__iadd__().
Definition at line 2783 of file z3++.h.
Referenced by Solver::__iadd__(), Fixedpoint::__iadd__(), and Optimize::__iadd__().
|
inline |
Definition at line 2835 of file z3++.h.
Referenced by Solver::to_smt2().
|
inline |
Definition at line 2810 of file z3++.h.
|
inline |
Definition at line 2811 of file z3++.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2825 of file z3++.h.
Referenced by OptimizeObjective::value().
|
inline |
Definition at line 2836 of file z3++.h.
Definition at line 2770 of file z3++.h.
|
inline |
|
inline |
|
inline |
Definition at line 2837 of file z3++.h.
|
inline |
Definition at line 2823 of file z3++.h.
Definition at line 2830 of file z3++.h.
Referenced by OptimizeObjective::value().