3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-12-06 10:50:27 -08:00
parent 2e5eb2dde2
commit c3c7aad1a8
3 changed files with 9 additions and 9 deletions

View file

@ -1823,8 +1823,9 @@ namespace lp {
}
}
SASSERT(column_is_fixed(k));
if (j != k) {
CTRACE("arith", !column_is_fixed(k), print_terms(tout););
// SASSERT(column_is_fixed(k));
if (j != k && column_is_fixed(k)) {
SASSERT(column_is_int(j) == column_is_int(k));
equal_to_j = column_to_reported_index(k);
TRACE("lar_solver", tout << "found equal column k = " << k <<