mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +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)
|
||||
return;
|
||||
|
||||
TRACE("eq", tout << v1 << " = " << v2 << "\n");
|
||||
explanation ex;
|
||||
explain_fixed_in_row(r1, ex);
|
||||
explain_fixed_in_row(r2, ex);
|
||||
|
|
Loading…
Reference in a new issue