mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 10:35:33 +00:00
checkpoint
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
760b12c4cb
commit
8a4f6d5719
18 changed files with 78 additions and 24 deletions
|
@ -128,6 +128,11 @@ tactic * mk_skip_tactic();
|
|||
tactic * mk_fail_tactic();
|
||||
tactic * mk_fail_if_undecided_tactic();
|
||||
|
||||
/*
|
||||
ADD_TACTIC("skip", "do nothing tactic.", "mk_skip_tactic()")
|
||||
ADD_TACTIC("fail", "always fail tactic.", "mk_fail_tactic()")
|
||||
*/
|
||||
|
||||
tactic * mk_report_verbose_tactic(char const * msg, unsigned lvl);
|
||||
tactic * mk_trace_tactic(char const * tag);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue