mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 10:05:32 +00:00
add note about a bug
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0eaf5a8510
commit
6df23fbce3
5 changed files with 34 additions and 9 deletions
|
@ -859,7 +859,7 @@ namespace dd {
|
|||
rest = pdd(e->m_rest, this);
|
||||
return;
|
||||
}
|
||||
unsigned const gc_generation = m_gc_generation;
|
||||
|
||||
if (level(p.root) > level_v) {
|
||||
pdd lc1 = zero(), rest1 = zero();
|
||||
pdd vv = mk_var(p.var());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue