3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 04:03:39 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-12-08 09:04:13 -08:00
parent e45ae32685
commit b69ad786f2

View file

@ -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);