mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
n/a
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
071836d5ed
commit
5398429c21
10 changed files with 73 additions and 90 deletions
|
@ -182,7 +182,7 @@ namespace polysat {
|
|||
if (get_bv2a(bv))
|
||||
return;
|
||||
sat::literal lit(bv, false);
|
||||
auto index = m_core.register_constraint(sc, dependency(lit, 0));
|
||||
auto index = m_core.register_constraint(sc, dependency(lit));
|
||||
auto a = new (get_region()) atom(bv, index);
|
||||
insert_bv2a(bv, a);
|
||||
ctx.push(mk_atom_trail(bv, *this));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue