mkDistinct

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)