mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 07:15:47 +00:00
WIP revamp conflict state
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
60248d0981
commit
b488a1fadd
6 changed files with 50 additions and 55 deletions
|
@ -88,7 +88,7 @@ namespace polysat {
|
|||
for (auto d : m_new_constraints)
|
||||
core.insert(d);
|
||||
if (c.bvalue(s) != l_false)
|
||||
c->set_var_dependent();
|
||||
core.insert_vars(c);
|
||||
core.insert(~c);
|
||||
LOG("Core " << core);
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue