mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
port Grobner, add fixed var dependencies to create_sum_from_row()
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
b3fc12ffdc
commit
7fbf3e0707
11 changed files with 87 additions and 44 deletions
|
@ -107,7 +107,7 @@ public:
|
|||
m_active_var_set.clear();
|
||||
}
|
||||
|
||||
void prepare_active_var_set() const {
|
||||
void clear_and_resize_active_var_set() const {
|
||||
m_active_var_set.clear();
|
||||
m_active_var_set.resize(m_lar_solver.number_of_vars());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue