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
|
|
@ -274,6 +274,7 @@ interval & interval::operator-=(interval const & other) {
|
|||
}
|
||||
|
||||
v_dependency * interval::join(v_dependency * d1, v_dependency * d2, v_dependency * d3, v_dependency * d4) {
|
||||
// TODO: non-deterministic parameter evaluation
|
||||
return m_manager.mk_join(m_manager.mk_join(d1, d2), m_manager.mk_join(d3,d4));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue