ksmt-core
0.5.23
ksmt-core
/
io.ksmt
/
KContext
/
mkDistinct
mk
Distinct
@
JvmOverloads
open
fun
<
T
:
KSort
>
mkDistinct
(
args
:
List
<
KExpr
<
T
>
>
,
order
:
Boolean
=
true
)
:
KExpr
<
KBoolSort
>
Create DISTINCT expression.
Parameters
order
reorder arguments to ensure that (distinct a b) == (distinct b a)