Public Member Functions | |
goal (context &c, bool models=true, bool unsat_cores=false, bool proofs=false) | |
goal (context &c, Z3_goal s) | |
goal (goal const &s) | |
~goal () | |
operator Z3_goal () const | |
goal & | operator= (goal const &s) |
void | add (expr const &f) |
void | add (expr_vector const &v) |
unsigned | size () const |
expr | operator[] (int i) const |
Z3_goal_prec | precision () const |
bool | inconsistent () const |
unsigned | depth () const |
void | reset () |
unsigned | num_exprs () const |
bool | is_decided_sat () const |
bool | is_decided_unsat () const |
model | convert_model (model const &m) const |
model | get_model () const |
expr | as_expr () const |
std::string | dimacs (bool include_names=true) 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, goal const &g) |
Additional Inherited Members | |
Protected Attributes inherited from object | |
context * | m_ctx |
|
inline |
|
inline |
Definition at line 2600 of file z3++.h.
|
inline |
Definition at line 2601 of file z3++.h.
Referenced by goal::add().
|
inline |
Definition at line 2611 of file z3++.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2603 of file z3++.h.
|
inline |
|
inline |
|
inline |