mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
.. adding core validation debug option to ease diagnose issue #158
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
db24cb8087
commit
e532657d77
|
@ -422,7 +422,6 @@ namespace smt {
|
|||
case l_false:
|
||||
break;
|
||||
default:
|
||||
UNREACHABLE();
|
||||
throw default_exception("Core could not be validated");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue