3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 00:55:31 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-08-31 11:27:06 -07:00
parent 22b5b63743
commit 475ac77897

View file

@ -844,6 +844,7 @@ namespace polysat {
unsigned rz = r_z.id();
if (rz == rx)
continue;
TRACE("fixplex", display_row(tout << "eliminate ", r_z, false) << "\n";);
VERIFY(eliminate_var(r_x, col, tz_b, old_value_y));
TRACE("fixplex", display_row(tout << "eliminated ", r_z, false) << "\n";);
add_patch(row2base(r_z));