3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-10 17:25:47 +00:00

conflict logging

This commit is contained in:
Jakob Rath 2022-04-12 16:06:20 +02:00
parent 00fa4b3320
commit 9fa5096776
11 changed files with 210 additions and 26 deletions

View file

@ -24,6 +24,7 @@ namespace polysat {
if (!c->contains_var(v) && c.is_currently_false(s)) {
core.reset();
core.set(c);
core.log_inference("ve_reduction");
return true;
}
}