mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 09:40:20 +00:00
cheap_eqs - work on fixed_phase
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
f4502ff952
commit
61da368ee3
1 changed files with 2 additions and 2 deletions
|
@ -58,9 +58,9 @@ class lp_bound_propagator {
|
||||||
if (fixed_phase()) {
|
if (fixed_phase()) {
|
||||||
tout << " fixed phase";
|
tout << " fixed phase";
|
||||||
} if (m_pol.contains(v->column())) {
|
} if (m_pol.contains(v->column())) {
|
||||||
tout << (pol(v) == -1? " -":" +");
|
out << (pol(v) == -1? " -":" +");
|
||||||
} else {
|
} else {
|
||||||
tout << " not in m_pol";
|
out << " not in m_pol";
|
||||||
}
|
}
|
||||||
return out;
|
return out;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue