ksmt-core
0.5.23
ksmt-core
/
io.ksmt
/
KContext
/
mkBvUnsignedRemExpr
mk
Bv
Unsigned
Rem
Expr
open
fun
<
T
:
KBvSort
>
mkBvUnsignedRemExpr
(
arg0
:
KExpr
<
T
>
,
arg1
:
KExpr
<
T
>
)
:
KExpr
<
T
>
Create BitVec arithmetic unsigned reminder (
bvurem
) expression.
See also
KContext.
mk
Bv
Signed
Rem
Expr
for the signed remainder.