3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00

cheap_eqs - fix the build

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-07-02 13:02:01 -07:00
parent 61da368ee3
commit fff6a94de4

View file

@ -56,7 +56,7 @@ class lp_bound_propagator {
else { out << "null"; }
out << "} , lvl = " << v->level();
if (fixed_phase()) {
tout << " fixed phase";
out << " fixed phase";
} if (m_pol.contains(v->column())) {
out << (pol(v) == -1? " -":" +");
} else {