mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
add pre-processing to default tactic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f411b3b201
commit
483a973b37
3 changed files with 30 additions and 16 deletions
|
@ -23,6 +23,8 @@ Notes:
|
|||
class ast_manager;
|
||||
class tactic;
|
||||
|
||||
tactic * mk_preamble_tactic(ast_manager& m);
|
||||
|
||||
tactic * mk_qflia_tactic(ast_manager & m, params_ref const & p = params_ref());
|
||||
/*
|
||||
ADD_TACTIC("qflia", "builtin strategy for solving QF_LIA problems.", "mk_qflia_tactic(m, p)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue