3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

debug dio

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-01-03 12:34:51 -10:00 committed by Lev Nachmanson
parent a0ece6dd2c
commit 083926c658
3 changed files with 146 additions and 60 deletions

View file

@ -1714,7 +1714,7 @@ namespace lp {
unsigned j = A_r().column_count();
SASSERT(ext_index == null_lpvar || external_to_local(ext_index) == j);
column ul(term);
term->j() = j; // point from the term to the column
term->set_j(j); // point from the term to the column
m_columns.push_back(ul);
m_trail.push(undo_add_column(*this));
add_basic_var_to_core_fields();