Inheritance diagram for solver:Public Member Functions | |
| solver (context &c) | |
| solver (context &c, Z3_solver s) | |
| solver (context &c, char const *logic) | |
| solver (solver const &s) | |
| ~solver () | |
| operator Z3_solver () const | |
| solver & | operator= (solver const &s) |
| void | set (params const &p) |
| void | push () |
| void | pop (unsigned n=1) |
| void | reset () |
| void | add (expr const &e) |
| void | add (expr const &e, expr const &p) |
| void | add (expr const &e, char const *p) |
| check_result | check () |
| check_result | check (unsigned n, expr *const assumptions) |
| check_result | check (expr_vector assumptions) |
| model | get_model () const |
| std::string | reason_unknown () const |
| stats | statistics () const |
| expr_vector | unsat_core () const |
| expr_vector | assertions () const |
| expr | proof () 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, solver const &s) |
Additional Inherited Members | |
Protected Attributes inherited from object | |
| context * | m_ctx |
|
inline |
|
inline |
Definition at line 1279 of file z3++.h.
Referenced by solver::add().
|
inline |
Definition at line 1314 of file z3++.h.
Referenced by Solver::to_smt2().
|
inline |
|
inline |
Definition at line 1289 of file z3++.h.
|
inline |
Definition at line 1299 of file z3++.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 1311 of file z3++.h.
|
inline |
|
inline |
|
inline |
Definition at line 1312 of file z3++.h.
|
inline |
Definition at line 1313 of file z3++.h.
1.8.9.1