mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
Merge branch 'master' of https://github.com/NikolajBjorner/z3
This commit is contained in:
commit
7169fc469e
|
@ -617,7 +617,15 @@ namespace smt {
|
|||
mk_ite_cnstr(to_app(n));
|
||||
add_ite_rel_watches(to_app(n));
|
||||
break;
|
||||
case OP_TRUE:
|
||||
case OP_FALSE:
|
||||
break;
|
||||
case OP_DISTINCT:
|
||||
case OP_IMPLIES:
|
||||
case OP_XOR:
|
||||
UNREACHABLE();
|
||||
case OP_OEQ:
|
||||
case OP_INTERP:
|
||||
UNREACHABLE();
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue