3
0
Fork 0
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:
Nikolaj Bjorner 2022-01-29 16:17:58 -08:00
parent 60248d0981
commit b488a1fadd
6 changed files with 50 additions and 55 deletions

View file

@ -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;