Skip to content

Commit

Permalink
cheap_eqs - fix the build
Browse files Browse the repository at this point in the history
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
  • Loading branch information
levnach committed Jul 4, 2020
1 parent 61da368 commit fff6a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/lp/lp_bound_propagator.h
Expand Up @@ -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 {
Expand Down

0 comments on commit fff6a94

Please sign in to comment.