KModel

interface KModel : AutoCloseable

Functions

Link copied to clipboard
abstract override fun close()

Close model and release acquired native resources.

Link copied to clipboard
abstract fun detach(): KModel

Detach model from the solver and release native resources.

Link copied to clipboard
abstract fun <T : KSort> eval(expr: KExpr<T>, isComplete: Boolean = false): KExpr<T>
Link copied to clipboard
abstract fun <T : KSort> interpretation(decl: KDecl<T>): KFuncInterp<T>?
Link copied to clipboard

Set of possible values of an Uninterpreted Sort.

Properties

Link copied to clipboard
abstract val declarations: Set<KDecl<*>>
Link copied to clipboard

Inheritors

Link copied to clipboard
Link copied to clipboard