mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
restore move_non_basic_to_bounds
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
b61f4ac51f
commit
bf3817ef7c
4 changed files with 12 additions and 8 deletions
|
@ -159,7 +159,7 @@ public:
|
|||
}
|
||||
|
||||
unsigned size() const {
|
||||
return m_value2indices.size();
|
||||
return m_values.size() - 1;
|
||||
}
|
||||
|
||||
void reserve(int s) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue