public class Tactic extends Z3Object
Context.NumTactics and Context.TacticNames. It may
also be obtained using the command (help-tactic) in the SMT 2.0
front-end.| Modifier and Type | Method and Description |
|---|---|
ApplyResult |
apply(Goal g)
Execute the tactic over the goal.
|
ApplyResult |
apply(Goal g,
Params p)
Execute the tactic over the goal.
|
java.lang.String |
getHelp()
A string containing a description of parameters accepted by the tactic.
|
ParamDescrs |
getParameterDescriptions()
Retrieves parameter descriptions for Tactics.
|
Solver |
getSolver()
Creates a solver that is implemented using the given tactic.
|
public java.lang.String getHelp()
public ParamDescrs getParameterDescriptions()
Z3Exceptionpublic ApplyResult apply(Goal g)
Z3Exceptionpublic ApplyResult apply(Goal g, Params p)
Z3Exceptionpublic Solver getSolver()
Z3ExceptionContext#mkSolver(Tactic)