Inheritance diagram for Tactic:Public Member Functions | |
| String | getHelp () |
| ParamDescrs | getParameterDescriptions () |
| ApplyResult | apply (Goal g) |
| ApplyResult | apply (Goal g, Params p) |
| Solver | getSolver () |
Public Member Functions inherited from Z3Object | |
| void | dispose () |
Public Member Functions inherited from IDisposable | |
| void | dispose () |
Additional Inherited Members | |
Protected Member Functions inherited from Z3Object | |
| void | finalize () |
Tactics are the basic building block for creating custom solvers for specific problem domains. The complete list of tactics may be obtained using
and
. It may also be obtained using the command
in the SMT 2.0 front-end.
Definition at line 27 of file Tactic.java.
|
inline |
Execute the tactic over the goal.
| Z3Exception |
Definition at line 51 of file Tactic.java.
Referenced by Tactic.__call__(), and Goal.simplify().
|
inline |
Execute the tactic over the goal.
| Z3Exception |
Definition at line 60 of file Tactic.java.
Referenced by Tactic.__call__().
|
inline |
A string containing a description of parameters accepted by the tactic.
Definition at line 32 of file Tactic.java.
|
inline |
Retrieves parameter descriptions for Tactics.
| Z3Exception |
Definition at line 41 of file Tactic.java.
|
inline |
Creates a solver that is implemented using the given tactic.
| Z3Exception |
Definition at line 80 of file Tactic.java.
1.8.9.1