mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 21:16:02 +00:00
parent
d047b86439
commit
01cf0427b4
6 changed files with 55 additions and 10 deletions
|
@ -135,6 +135,7 @@ public:
|
|||
tactic * mk_skip_tactic();
|
||||
tactic * mk_fail_tactic();
|
||||
tactic * mk_fail_if_undecided_tactic();
|
||||
tactic* mk_lazy_tactic(ast_manager& m, params_ref const& p, std::function<tactic*(ast_manager& m, params_ref const& p)>);
|
||||
|
||||
/*
|
||||
ADD_TACTIC("skip", "do nothing tactic.", "mk_skip_tactic()")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue