KModel
    open class KModelImpl(val ctx: KContext, interpretations: Map<KDecl<*>, KFuncInterp<*>>, uninterpretedSortsUniverses: Map<KUninterpretedSort, Set<KUninterpretedSortValue>>) : KModel
Constructors
Link copied to clipboard
                fun KModelImpl(ctx: KContext, interpretations: Map<KDecl<*>, KFuncInterp<*>>, uninterpretedSortsUniverses: Map<KUninterpretedSort, Set<KUninterpretedSortValue>>)
Functions
Link copied to clipboard
                Link copied to clipboard
                open override fun uninterpretedSortUniverse(sort: KUninterpretedSort): Set<KUninterpretedSortValue>?
Set of possible values of an Uninterpreted Sort.