jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
jmlparser-parent
lsp
/
io.github.jmltoolkit.lsp
/
SmtRunner
Smt
Runner
class
SmtRunner
(
val
z3Path
:
String
)
(
source
)
Members
Constructors
Smt
Runner
Link copied to clipboard
constructor
(
z3Path
:
String
)
constructor
(
)
Properties
z3Path
Link copied to clipboard
val
z3Path
:
String
Functions
execute
Smt
Link copied to clipboard
fun
executeSmt
(
smt
:
File
)
:
CompletableFuture
<
SmtResult
>
fun
executeSmt
(
smt
:
String
)
:
CompletableFuture
<
SmtResult
>
retrieve
Version
Link copied to clipboard
fun
retrieveVersion
(
)
:
CompletableFuture
<
SmtResult
>