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:
parent
10e203da43
commit
419f99c329
4 changed files with 18 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue