mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2e5eb2dde2
commit
c3c7aad1a8
3 changed files with 9 additions and 9 deletions
|
@ -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 <<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue