ksmt-core
0.5.23
ksmt-core
/
io.ksmt.solver.model
/
KFuncInterp
/
Companion
Companion
object
Companion
Functions
Functions
check
Entries
Arity
Link copied to clipboard
fun
checkEntriesArity
(
entries
:
List
<
KFuncInterpEntry
<
*
>
>
,
arity
:
Int
)
check
Vars
Arity
Link copied to clipboard
fun
checkVarsArity
(
vars
:
List
<
KDecl
<
*
>
>
,
arity
:
Int
)
print
Entries
Link copied to clipboard
fun
printEntries
(
entries
:
List
<
KFuncInterpEntry
<
*
>
>
,
default
:
KExpr
<
*
>
?
)
:
String