Public Member Functions | |
fixedpoint (context &c) | |
~fixedpoint () | |
operator Z3_fixedpoint () const | |
void | from_string (char const *s) |
void | from_file (char const *s) |
void | add_rule (expr &rule, symbol const &name) |
void | add_fact (func_decl &f, unsigned *args) |
check_result | query (expr &q) |
check_result | query (func_decl_vector &relations) |
expr | get_answer () |
std::string | reason_unknown () |
void | update_rule (expr &rule, symbol const &name) |
unsigned | get_num_levels (func_decl &p) |
expr | get_cover_delta (int level, func_decl &p) |
void | add_cover (int level, func_decl &p, expr &property) |
stats | statistics () const |
void | register_relation (func_decl &p) |
expr_vector | assertions () const |
expr_vector | rules () const |
void | set (params const &p) |
std::string | help () const |
param_descrs | get_param_descrs () |
std::string | to_string () |
std::string | to_string (expr_vector const &queries) |
Public Member Functions inherited from object | |
object (context &c) | |
object (object const &s) | |
context & | ctx () const |
Z3_error_code | check_error () const |
Additional Inherited Members | |
Protected Attributes inherited from object | |
context * | m_ctx |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2961 of file z3++.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2942 of file z3++.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2962 of file z3++.h.
|
inline |
|
inline |
Definition at line 2959 of file z3++.h.
|
inline |
|
inline |