mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
address the NB's comments
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
d028dd65e4
commit
9c62b431e4
16 changed files with 92 additions and 126 deletions
|
@ -40,4 +40,3 @@ z3_add_component(smtlogic_tactics
|
|||
qfufbv_tactic.h
|
||||
quant_tactics.h
|
||||
)
|
||||
add_definitions(-DSTART_ONLY_QFNIA_SMT)
|
||||
|
|
|
@ -118,10 +118,11 @@ tactic * mk_qfnia_tactic(ast_manager & m, params_ref const & p) {
|
|||
|
||||
return and_then(
|
||||
mk_report_verbose_tactic("(qfnia-tactic)", 10),
|
||||
mk_qfnia_preamble(m, p),
|
||||
mk_qfnia_premable(m, p),
|
||||
or_else(mk_qfnia_sat_solver(m, p),
|
||||
try_for(mk_qfnia_smt_solver(m, p), 2000),
|
||||
mk_qfnia_nlsat_solver(m, p),
|
||||
mk_qfnia_smt_solver(m, p))<
|
||||
);
|
||||
mk_qfnia_smt_solver(m, p))
|
||||
)
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue