mirror of
https://github.com/Z3Prover/z3
synced 2025-05-10 17:25:47 +00:00
set, lemma, minor
This commit is contained in:
parent
2f65ce1026
commit
6abe0c9be8
16 changed files with 91 additions and 23 deletions
|
@ -22,9 +22,8 @@ namespace polysat {
|
|||
// and kick out all other constraints.
|
||||
for (signed_constraint c : core) {
|
||||
if (!c->contains_var(v) && c.is_currently_false(s)) {
|
||||
core.reset();
|
||||
core.set(c);
|
||||
core.log_inference("ve_reduction");
|
||||
core.logger().log("ve_reduction");
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue