mirror of
https://github.com/Z3Prover/z3
synced 2025-11-06 06:16:02 +00:00
remove some non-deterministic behavior in theory_lra.cpp
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
a1918c4630
commit
37c9f1c7c2
53 changed files with 217 additions and 11 deletions
|
|
@ -892,6 +892,7 @@ namespace opt {
|
|||
for (expr * a : asms)
|
||||
g->assert_expr(a, a);
|
||||
tactic_ref tac0 =
|
||||
// TODO: non-deterministic parameter evaluation
|
||||
and_then(mk_simplify_tactic(m, m_params),
|
||||
mk_propagate_values_tactic(m),
|
||||
m_incremental ? mk_skip_tactic() : mk_solve_eqs_tactic(m),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue