mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
add command-line help descriptions on tactics
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c0a07f9229
commit
fae206b738
7 changed files with 65 additions and 13 deletions
|
@ -20,6 +20,8 @@ Revision History:
|
|||
|
||||
unsigned read_smtlib_file(char const * benchmark_file);
|
||||
unsigned read_smtlib2_commands(char const * command_file);
|
||||
|
||||
void help_tactics();
|
||||
void help_probes();
|
||||
void help_tactic(char const* name);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue