mirror of
https://github.com/Z3Prover/z3
synced 2025-06-18 20:03:38 +00:00
fix #5895
This commit is contained in:
parent
c51ca86203
commit
545341e699
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ v_dependency * interval::join_opt(v_dependency * d1, v_dependency * d2, v_depend
|
||||||
}
|
}
|
||||||
|
|
||||||
interval & interval::operator*=(interval const & other) {
|
interval & interval::operator*=(interval const & other) {
|
||||||
#if Z3DEBUG || _TRACE
|
#if defined(Z3DEBUG) || defined(_TRACE)
|
||||||
bool contains_zero1 = contains_zero();
|
bool contains_zero1 = contains_zero();
|
||||||
bool contains_zero2 = other.contains_zero();
|
bool contains_zero2 = other.contains_zero();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue