#include <z3++.h>
Inheritance diagram for tactic:Public Member Functions | |
| tactic (context &c, char const *name) | |
| tactic (context &c, Z3_tactic s) | |
| tactic (tactic const &s) | |
| ~tactic () override | |
| 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) | |
| virtual | ~object ()=default |
| 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 |
|
inlineoverride |
|
inline |
Definition at line 3128 of file z3++.h.
Referenced by tactic::operator()().
|
inline |
|
inline |
|
inline |
Definition at line 3127 of file z3++.h.
|
inline |
|
inline |
Definition at line 3120 of file z3++.h.
Definition at line 3148 of file z3++.h.
Definition at line 3155 of file z3++.h.
Definition at line 3187 of file z3++.h.
Definition at line 3178 of file z3++.h.
Definition at line 3173 of file z3++.h.
Definition at line 3168 of file z3++.h.