Public Member Functions | |
model (context &c, Z3_model m) | |
model (model const &s) | |
~model () | |
operator Z3_model () const | |
model & | operator= (model const &s) |
expr | eval (expr const &n, bool model_completion=false) const |
unsigned | num_consts () const |
unsigned | num_funcs () const |
func_decl | get_const_decl (unsigned i) const |
func_decl | get_func_decl (unsigned i) const |
unsigned | size () const |
func_decl | operator[] (int i) const |
expr | get_const_interp (func_decl c) const |
func_interp | get_func_interp (func_decl f) const |
![]() | |
object (context &c) | |
object (object const &s) | |
context & | ctx () const |
void | check_error () const |
Friends | |
std::ostream & | operator<< (std::ostream &out, model const &m) |
Additional Inherited Members | |
![]() | |
context * | m_ctx |
|
inline |
Definition at line 1174 of file z3++.h.
|
inline |
Definition at line 1186 of file z3++.h.
Referenced by model::operator[]().
Definition at line 1194 of file z3++.h.
|
inline |
Definition at line 1187 of file z3++.h.
Referenced by model::operator[]().
|
inline |
Definition at line 1200 of file z3++.h.
|
inline |
Definition at line 1184 of file z3++.h.
Referenced by model::operator[](), and model::size().
|
inline |
Definition at line 1185 of file z3++.h.
Referenced by model::size().
|
inline |
Definition at line 1189 of file z3++.h.