mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 07:15:47 +00:00
minor
This commit is contained in:
parent
8242069ba6
commit
9b907d709f
4 changed files with 23 additions and 8 deletions
|
@ -102,7 +102,7 @@ namespace polysat {
|
|||
core.insert_eval(d);
|
||||
if (c.bvalue(s) != l_false) // conflict is due to the evaluation of c, so it depends on the variable values
|
||||
core.insert_vars(c);
|
||||
core.insert(~c);
|
||||
core.insert_eval(~c);
|
||||
core.set_backjump();
|
||||
core.logger().log(inf_name);
|
||||
LOG("Core " << core);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue