mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
checkpoint
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
8a4f6d5719
commit
1ea606092c
50 changed files with 279 additions and 211 deletions
|
@ -131,6 +131,7 @@ tactic * mk_fail_if_undecided_tactic();
|
|||
/*
|
||||
ADD_TACTIC("skip", "do nothing tactic.", "mk_skip_tactic()")
|
||||
ADD_TACTIC("fail", "always fail tactic.", "mk_fail_tactic()")
|
||||
ADD_TACTIC("fail-if-undecided", "fail if goal is undecided.", "mk_fail_if_undecided_tactic()")
|
||||
*/
|
||||
|
||||
tactic * mk_report_verbose_tactic(char const * msg, unsigned lvl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue