3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 20:38:43 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-31 12:49:48 -07:00
parent 512aa2a9e6
commit ad2e6ff2b4

View file

@ -657,7 +657,7 @@ namespace smt {
case OP_DISTINCT:
case OP_IMPLIES:
case OP_XOR:
UNREACHABLE();
throw default_exception("formula has not been simplified");
case OP_OEQ:
UNREACHABLE();
default: