mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e45ae32685
commit
b69ad786f2
|
@ -148,7 +148,6 @@ class lp_bound_propagator {
|
||||||
if (v1 == v2)
|
if (v1 == v2)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
TRACE("eq", tout << v1 << " = " << v2 << "\n");
|
|
||||||
explanation ex;
|
explanation ex;
|
||||||
explain_fixed_in_row(r1, ex);
|
explain_fixed_in_row(r1, ex);
|
||||||
explain_fixed_in_row(r2, ex);
|
explain_fixed_in_row(r2, ex);
|
||||||
|
|
Loading…
Reference in a new issue