mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
cheap_eqs - fix the build
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
61da368ee3
commit
fff6a94de4
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue