mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 20:46:01 +00:00
Remove backjump state from conflict
This commit is contained in:
parent
406696f0a3
commit
01af25ca02
6 changed files with 3 additions and 24 deletions
|
@ -86,9 +86,6 @@ namespace polysat {
|
|||
case conflict_kind_t::backtrack:
|
||||
out_indent() << "(backtrack)\n";
|
||||
break;
|
||||
case conflict_kind_t::backjump:
|
||||
out_indent() << "(backjump)\n";
|
||||
break;
|
||||
}
|
||||
for (clause* lemma : core.side_lemmas()) {
|
||||
out_indent() << "Side lemma: " << *lemma << "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue