3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

fix bug found by Ethan: fresh values for bit-vectors loops if the domain of bit-vectors is truly small

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-09-13 15:30:56 -07:00
parent 10e203da43
commit 419f99c329
4 changed files with 18 additions and 5 deletions

View file

@ -212,8 +212,6 @@ namespace pdr {
// partition inequalities into variable disjoint sets.
void partition_ineqs() {
m_roots.reset();
m_size.reset();
m_reps.reset();
m_his.reset();
++m_time;