3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-06 23:35:46 +00:00

Remove bailout state from conflict

This commit is contained in:
Jakob Rath 2022-11-14 15:15:00 +01:00
parent e2804c3db2
commit cd83a6ec69
5 changed files with 0 additions and 28 deletions

View file

@ -76,9 +76,6 @@ namespace polysat {
switch (core.kind()) {
case conflict_kind_t::ok:
break;
case conflict_kind_t::bailout:
out_indent() << "(bailout)\n";
break;
case conflict_kind_t::backtrack:
out_indent() << "(backtrack)\n";
break;