mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 04:56:03 +00:00
remove assert on failed label compuation in duality
This commit is contained in:
parent
673ba137e5
commit
1b9f1ea6b3
2 changed files with 2 additions and 1 deletions
|
@ -1492,7 +1492,7 @@ namespace Duality {
|
|||
}
|
||||
}
|
||||
/* Unreachable! */
|
||||
throw "error in RPFP::GetLabelsRec";
|
||||
// throw "error in RPFP::GetLabelsRec";
|
||||
goto done;
|
||||
}
|
||||
else if(k == Not) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue