mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
import pdd updates from polysat
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c7ad3aabd1
commit
e2165a78ed
1 changed files with 0 additions and 2 deletions
|
@ -698,9 +698,7 @@ namespace polysat {
|
|||
m_var2pdd.reserve(get_num_vars(), p);
|
||||
m_var2pdd_valid.reserve(get_num_vars(), false);
|
||||
ctx.push(set_bitvector_trail(m_var2pdd_valid, v));
|
||||
#if 0
|
||||
m_var2pdd[v].reset(p.manager());
|
||||
#endif
|
||||
m_var2pdd[v] = p;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue