ksmt-core
0.5.23
ksmt-core
/
io.ksmt.solver.model
/
KFuncInterpEntryTwoAry
KFunc
Interp
Entry
Two
Ary
interface
KFuncInterpEntryTwoAry
<
T
:
KSort
>
:
KFuncInterpEntry
<
T
>
Types
Functions
Properties
Inheritors
Types
Companion
Link copied to clipboard
object
Companion
Functions
modify
Link copied to clipboard
abstract
fun
modify
(
arg0
:
KExpr
<
*
>
,
arg1
:
KExpr
<
*
>
,
value
:
KExpr
<
T
>
)
:
KFuncInterpEntryTwoAry
<
T
>
Properties
arg0
Link copied to clipboard
abstract
val
arg0
:
KExpr
<
*
>
arg1
Link copied to clipboard
abstract
val
arg1
:
KExpr
<
*
>
args
Link copied to clipboard
open
override
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
KFuncInterpEntryVarsFreeTwoAry
Link copied to clipboard
KFuncInterpEntryWithVarsTwoAry
Link copied to clipboard