Package com.github.javabdd
Class FindBestOrder
java.lang.Object
com.github.javabdd.FindBestOrder
Find best order.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFindBestOrder(int nodeTableSize, int cacheSize, int maxIncrease, long bestTime, long delayTime) -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()longvoidinit(BDD b1, BDD b2, BDDVarSet dom, BDDFactory.BDDOp op) longvoidwriteBDDConfig(BDDFactory bdd, String fileName)
-
Constructor Details
-
FindBestOrder
public FindBestOrder(int nodeTableSize, int cacheSize, int maxIncrease, long bestTime, long delayTime)
-
-
Method Details
-
init
- Throws:
IOException
-
cleanup
public void cleanup() -
writeBDDConfig
- Throws:
IOException
-
tryOrder
-
getBestOrder
-
getBestTime
public long getBestTime()
-