public class FindBestOrder extends Object
Modifier and Type | Class and Description |
---|---|
class |
FindBestOrder.TryThread |
Constructor and Description |
---|
FindBestOrder(int nodeTableSize,
int cacheSize,
int maxIncrease,
long bestTime,
long delayTime) |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
String |
getBestOrder() |
long |
getBestTime() |
void |
init(BDD b1,
BDD b2,
BDDVarSet dom,
BDDFactory.BDDOp op) |
long |
tryOrder(boolean reverse,
String varOrder) |
void |
writeBDDConfig(BDDFactory bdd,
String fileName) |
public FindBestOrder(int nodeTableSize, int cacheSize, int maxIncrease, long bestTime, long delayTime)
public void init(BDD b1, BDD b2, BDDVarSet dom, BDDFactory.BDDOp op) throws IOException
IOException
public void cleanup()
public void writeBDDConfig(BDDFactory bdd, String fileName) throws IOException
IOException
public long tryOrder(boolean reverse, String varOrder)
public String getBestOrder()
public long getBestTime()
Copyright © 2020. All rights reserved.