3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-25 23:19:32 +00:00

work on incremental dio

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2024-12-24 07:32:49 -10:00 committed by Lev Nachmanson
parent 28556ce625
commit 57b665d075
2 changed files with 7 additions and 5 deletions

View file

@ -147,6 +147,8 @@ public:
m_work_vector_of_row_offsets.push_back(-1);
}
void add_columns_up_to(unsigned j) { while (j >= column_count()) add_column(); }
void forget_last_columns(unsigned how_many_to_forget);
void remove_last_column(unsigned j);