ksmt-core
0.5.23
ksmt-core
/
io.ksmt
/
KContext
/
mkArithDivNoSimplify
mk
Arith
Div
No
Simplify
open
fun
<
T
:
KArithSort
>
mkArithDivNoSimplify
(
lhs
:
KExpr
<
T
>
,
rhs
:
KExpr
<
T
>
)
:
KDivArithExpr
<
T
>
Create an Int/Real arithmetic division expression.
See also
KContext.
mkArithDiv
for the operation details.