mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
Update theory_lra.cpp
remove spurious output
This commit is contained in:
parent
dbc299efbb
commit
83662701b6
|
@ -1584,7 +1584,6 @@ public:
|
||||||
if (!get_value(n, valn))
|
if (!get_value(n, valn))
|
||||||
return FC_GIVEUP;
|
return FC_GIVEUP;
|
||||||
|
|
||||||
verbose_stream() << valx << " " << valy << " " << valn << "\n";
|
|
||||||
// TBD - check that values align so return FC_DONE.
|
// TBD - check that values align so return FC_DONE.
|
||||||
|
|
||||||
if (valn < 0 && valx > 0 && valy > 0) {
|
if (valn < 0 && valx > 0 && valy > 0) {
|
||||||
|
|
Loading…
Reference in a new issue