mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
parent
512aa2a9e6
commit
ad2e6ff2b4
|
@ -657,7 +657,7 @@ namespace smt {
|
||||||
case OP_DISTINCT:
|
case OP_DISTINCT:
|
||||||
case OP_IMPLIES:
|
case OP_IMPLIES:
|
||||||
case OP_XOR:
|
case OP_XOR:
|
||||||
UNREACHABLE();
|
throw default_exception("formula has not been simplified");
|
||||||
case OP_OEQ:
|
case OP_OEQ:
|
||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue