Public Member Functions | |
tactic (context &c, char const *name) | |
tactic (context &c, Z3_tactic s) | |
tactic (tactic const &s) | |
~tactic () | |
operator Z3_tactic () const | |
tactic & | operator= (tactic const &s) |
solver | mk_solver () const |
apply_result | apply (goal const &g) const |
apply_result | operator() (goal const &g) const |
std::string | help () const |
param_descrs | get_param_descrs () |
Public Member Functions inherited from object | |
object (context &c) | |
object (object const &s) | |
context & | ctx () const |
Z3_error_code | check_error () const |
Friends | |
tactic | operator & (tactic const &t1, tactic const &t2) |
tactic | operator| (tactic const &t1, tactic const &t2) |
tactic | repeat (tactic const &t, unsigned max) |
tactic | with (tactic const &t, params const &p) |
tactic | try_for (tactic const &t, unsigned ms) |
tactic | par_or (unsigned n, tactic const *tactics) |
tactic | par_and_then (tactic const &t1, tactic const &t2) |
Additional Inherited Members | |
Protected Attributes inherited from object | |
context * | m_ctx |
|
inline |
|
inline |
Definition at line 2684 of file z3++.h.
|
inline |
|
inline |
|
inline |
Definition at line 2683 of file z3++.h.
|
inline |
|
inline |
Definition at line 2704 of file z3++.h.
Definition at line 2711 of file z3++.h.
Definition at line 2743 of file z3++.h.