ksmt-core
0.5.23
ksmt-core
/
io.ksmt.solver.model
/
KFuncInterpEntryWithVars
KFunc
Interp
Entry
With
Vars
interface
KFuncInterpEntryWithVars
<
T
:
KSort
>
:
KFuncInterpEntry
<
T
>
Function interpretation entry, that may contain variables in arguments or in a value.
Types
Properties
Inheritors
Types
Companion
Link copied to clipboard
object
Companion
Properties
args
Link copied to clipboard
abstract
val
args
:
List
<
KExpr
<
*
>
>
arity
Link copied to clipboard
abstract
val
arity
:
Int
value
Link copied to clipboard
abstract
val
value
:
KExpr
<
T
>
Inheritors
KFuncInterpEntryWithVarsOneAry
Link copied to clipboard
KFuncInterpEntryWithVarsTwoAry
Link copied to clipboard
KFuncInterpEntryWithVarsThreeAry
Link copied to clipboard
KFuncInterpEntryWithVarsNAry
Link copied to clipboard