Inheritance diagram for model:Data Structures | |
| struct | translate |
Public Member Functions | |
| model (context &c) | |
| model (context &c, Z3_model m) | |
| model (model const &s) | |
| model (model &src, context &dst, translate) | |
| ~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 |
| bool | has_interp (func_decl f) const |
| func_interp | add_func_interp (func_decl &f, expr &else_val) |
| void | add_const_interp (func_decl &f, expr &value) |
| std::string | to_string () const |
Public Member Functions inherited from object | |
| object (context &c) | |
| context & | ctx () const |
| Z3_error_code | check_error () const |
Friends | |
| std::ostream & | operator<< (std::ostream &out, model const &m) |
Additional Inherited Members | |
Protected Attributes inherited from object | |
| context * | m_ctx |
|
inline |
|
inline |
Definition at line 2521 of file z3++.h.
|
inline |
Definition at line 2533 of file z3++.h.
Referenced by model::operator[]().
Definition at line 2544 of file z3++.h.
|
inline |
Definition at line 2534 of file z3++.h.
Referenced by model::operator[]().
|
inline |
Definition at line 2550 of file z3++.h.
|
inline |
Definition at line 2559 of file z3++.h.
|
inline |
Definition at line 2531 of file z3++.h.
Referenced by model::operator[](), and model::size().
|
inline |
Definition at line 2532 of file z3++.h.
Referenced by model::size().
|
inline |
Definition at line 2536 of file z3++.h.
|
inline |
1.8.10