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:
parent
28556ce625
commit
57b665d075
2 changed files with 7 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue