mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +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))
|
||||
return FC_GIVEUP;
|
||||
|
||||
verbose_stream() << valx << " " << valy << " " << valn << "\n";
|
||||
// TBD - check that values align so return FC_DONE.
|
||||
|
||||
if (valn < 0 && valx > 0 && valy > 0) {
|
||||
|
|
Loading…
Reference in a new issue