mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
Changed references to help-tactics to help-tactic.
This commit is contained in:
parent
cbf8bd8de1
commit
64a5247813
6 changed files with 8 additions and 8 deletions
|
@ -2779,7 +2779,7 @@ end
|
|||
which solver and/or preprocessing step will be used.
|
||||
The complete list of probes may be obtained using the procedures [Context.NumProbes]
|
||||
and [Context.ProbeNames].
|
||||
It may also be obtained using the command [(help-tactics)] in the SMT 2.0 front-end.
|
||||
It may also be obtained using the command [(help-tactic)] in the SMT 2.0 front-end.
|
||||
*)
|
||||
module Probe :
|
||||
sig
|
||||
|
@ -2841,7 +2841,7 @@ end
|
|||
Tactics are the basic building block for creating custom solvers for specific problem domains.
|
||||
The complete list of tactics may be obtained using [Context.get_num_tactics]
|
||||
and [Context.get_tactic_names].
|
||||
It may also be obtained using the command [(help-tactics)] in the SMT 2.0 front-end.
|
||||
It may also be obtained using the command [(help-tactic)] in the SMT 2.0 front-end.
|
||||
*)
|
||||
module Tactic :
|
||||
sig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue