ksmt-core
0.5.23
ksmt-core
/
io.ksmt
/
KContext
/
mkBvNegationExpr
mk
Bv
Negation
Expr
open
fun
<
T
:
KBvSort
>
mkBvNegationExpr
(
value
:
KExpr
<
T
>
)
:
KExpr
<
T
>
Create BitVec arithmetic negation (
bvneg
) expression.
See also
KContext.
mk
Bv
Not
Expr
for bitwise not.