mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +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
|
@ -21,7 +21,7 @@ package com.microsoft.z3;
|
|||
* Tactics are the basic building block for creating custom solvers for specific
|
||||
* problem domains. The complete list of tactics may be obtained using
|
||||
* {@code Context.NumTactics} and {@code Context.TacticNames}. It may
|
||||
* also be obtained using the command {@code (help-tactics)} in the SMT 2.0
|
||||
* also be obtained using the command {@code (help-tactic)} in the SMT 2.0
|
||||
* front-end.
|
||||
**/
|
||||
public class Tactic extends Z3Object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue