Package solvers
Class LTLSolver
- java.lang.Object
-
- solvers.LTLSolver
-
public class LTLSolver extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLTLSolver.SolverResult
-
Field Summary
Fields Modifier and Type Field Description static intnumOfCallsstatic intnumOfErrorstatic intnumOfTimeout
-
Constructor Summary
Constructors Constructor Description LTLSolver()
-
-
-
Method Detail
-
isSAT
public static LTLSolver.SolverResult isSAT(String formula) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
-