ksmt-core
0.5.23
ksmt-core
/
io.ksmt.solver.model
/
KFuncInterpEntryNAry
KFunc
Interp
Entry
NAry
interface
KFuncInterpEntryNAry
<
T
:
KSort
>
:
KFuncInterpEntry
<
T
>
Functions
Properties
Inheritors
Functions
modify
Link copied to clipboard
abstract
fun
modify
(
args
:
List
<
KExpr
<
*
>
>
,
value
:
KExpr
<
T
>
)
:
KFuncInterpEntryNAry
<
T
>
Properties
args
Link copied to clipboard
abstract
val
args
:
List
<
KExpr
<
*
>
>
arity
Link copied to clipboard
open
override
val
arity
:
Int
value
Link copied to clipboard
abstract
val
value
:
KExpr
<
T
>
Inheritors
KFuncInterpEntryVarsFreeNAry
Link copied to clipboard
KFuncInterpEntryWithVarsNAry
Link copied to clipboard