Package modelcounter
Class CountREModels
- java.lang.Object
-
- modelcounter.CountREModels
-
public class CountREModels extends Object
-
-
Constructor Summary
Constructors Constructor Description CountREModels()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegercount(List<owl.ltl.LabelledFormula> formulas, int bound, boolean exhaustive, boolean positive)StringgenABCString(owl.ltl.LabelledFormula ltl)StringtoABClanguage(String re)
-
-
-
Method Detail
-
count
public BigInteger count(List<owl.ltl.LabelledFormula> formulas, int bound, boolean exhaustive, boolean positive) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
genABCString
public String genABCString(owl.ltl.LabelledFormula ltl)
-
-