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) |
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 |
expr | as_expr () const |
![]() | |
object (context &c) | |
object (object const &s) | |
context & | ctx () const |
void | check_error () const |
Friends | |
std::ostream & | operator<< (std::ostream &out, goal const &g) |
Additional Inherited Members | |
![]() | |
context * | m_ctx |
|
inline |
|
inline |
Definition at line 1374 of file z3++.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 1376 of file z3++.h.
|
inline |
|
inline |
|
inline |