mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
handle sat with tightening
This commit is contained in:
parent
b1be8c0957
commit
193116bf84
2 changed files with 41 additions and 15 deletions
|
@ -1573,7 +1573,7 @@ namespace lp {
|
|||
local_j = A_r().column_count();
|
||||
m_columns.push_back(column(false, nullptr)); // false - not associated with a row, nullptr for term
|
||||
m_trail.push(undo_add_column(*this));
|
||||
while (m_usage_in_terms.size() <= ext_j)
|
||||
while (m_usage_in_terms.size() <= local_j)
|
||||
m_usage_in_terms.push_back(0);
|
||||
add_non_basic_var_to_core_fields(ext_j, is_int);
|
||||
lp_assert(sizes_are_correct());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue