mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
enable new NRA solver for nra benchmarks
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
73e29c6ee6
commit
1a5449c3d4
3 changed files with 122 additions and 10 deletions
|
@ -38,13 +38,13 @@ tactic * mk_nra_tactic(ast_manager & m, params_ref const& p) {
|
|||
return and_then(mk_simplify_tactic(m, p),
|
||||
mk_nnf_tactic(m, p),
|
||||
mk_propagate_values_tactic(m, p),
|
||||
//mk_qe_lite_tactic(m),
|
||||
mk_qe_tactic(m, p),
|
||||
mk_qe_lite_tactic(m),
|
||||
//mk_qe_tactic(m, p),
|
||||
cond(mk_is_qfnra_probe(),
|
||||
or_else(try_for(mk_qfnra_nlsat_tactic(m, p), 5000),
|
||||
try_for(mk_qfnra_nlsat_tactic(m, p1), 10000),
|
||||
mk_qfnra_nlsat_tactic(m, p2)),
|
||||
#if 0
|
||||
#if 1
|
||||
or_else(mk_nlqsat_tactic(m, p),
|
||||
mk_smt_tactic(p))
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue