mirror of
https://github.com/Z3Prover/z3
synced 2025-05-14 03:04:44 +00:00
Store only literals in the conflict state
This commit is contained in:
parent
fde78f99c3
commit
63031548cb
10 changed files with 73 additions and 145 deletions
|
@ -151,6 +151,8 @@ namespace polysat {
|
|||
return c2;
|
||||
}
|
||||
else {
|
||||
SASSERT(!c1->has_bvar());
|
||||
ensure_bvar(c1);
|
||||
m_constraint_table.insert(c1);
|
||||
store(c1);
|
||||
return c1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue