ksmt-core
0.5.23
ksmt-core
/
io.ksmt.expr.rewrite.simplify
/
simplifyIte
simplify
Ite
fun
<
T
:
KSort
>
KContext
.
simplifyIte
(
condition
:
KExpr
<
KBoolSort
>
,
trueBranch
:
KExpr
<
T
>
,
falseBranch
:
KExpr
<
T
>
)
:
KExpr
<
T
>