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