Package modelcounter
Class ABC
- java.lang.Object
-
- modelcounter.ABC
-
public class ABC extends Object
-
-
Constructor Summary
Constructors Constructor Description ABC()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegercount(long bound)BigIntegercount(LinkedList<String> formulas, int bound, boolean exhaustive, boolean positive)
-
-
-
Method Detail
-
count
public BigInteger count(LinkedList<String> formulas, int bound, boolean exhaustive, boolean positive)
-
count
public BigInteger count(long bound)
-
-