mirror of
https://github.com/Z3Prover/z3
synced 2026-02-23 00:37:36 +00:00
cave in to supporting proofs (partially) in simplifiers, updated doc
This commit is contained in:
parent
aaabbfb594
commit
80033e8744
36 changed files with 157 additions and 108 deletions
|
|
@ -22,6 +22,6 @@ 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);
|
||||
void help_tactic(char const* name, bool markdown);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue