3
0
Fork 0
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:
Nikolaj Bjorner 2019-05-16 20:20:59 +03:00
parent f411b3b201
commit 483a973b37
3 changed files with 30 additions and 16 deletions

View file

@ -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)")