mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 23:35:46 +00:00
Remove conflict_kind
This commit is contained in:
parent
00e8c53f9a
commit
38a43bd087
3 changed files with 9 additions and 56 deletions
|
@ -73,13 +73,6 @@ namespace polysat {
|
|||
out_indent() << assignment_pp(s, v, s.get_value(v)) << "\n";
|
||||
m_used_vars.insert(v);
|
||||
}
|
||||
switch (core.kind()) {
|
||||
case conflict_kind_t::ok:
|
||||
break;
|
||||
case conflict_kind_t::backtrack:
|
||||
out_indent() << "(backtrack)\n";
|
||||
break;
|
||||
}
|
||||
for (clause* lemma : core.side_lemmas()) {
|
||||
out_indent() << "Side lemma: " << *lemma << "\n";
|
||||
for (sat::literal lit : *lemma)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue