3
0
Fork 0
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:
Lev Nachmanson 2023-10-05 18:14:52 -07:00
parent b61f4ac51f
commit bf3817ef7c
4 changed files with 12 additions and 8 deletions

View file

@ -159,7 +159,7 @@ public:
}
unsigned size() const {
return m_value2indices.size();
return m_values.size() - 1;
}
void reserve(int s) {