|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.javabdd.TryVarOrder
public class TryVarOrder
TryVarOrder
| Nested Class Summary | |
|---|---|
static class |
TryVarOrder.BDDOperation
|
class |
TryVarOrder.TryThread
|
| Constructor Summary | |
|---|---|
TryVarOrder(int nodeTableSize,
int cacheSize,
int maxIncrease,
long bestTime,
long delayTime)
Construct a new TryVarOrder. |
|
| Method Summary | |
|---|---|
void |
cleanup()
Clean up the temporary files. |
String |
getBestOrder()
|
long |
getBestTime()
|
void |
init(BDD b1,
BDD b2,
BDD dom,
BDDFactory.BDDOp op)
Initialize for a new trial. |
long |
tryOrder(String factory,
boolean reverse,
String varOrder)
Try out a variable order. |
void |
writeBDDConfig(BDDFactory bdd,
String fileName)
Write the BDD configuration to a file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TryVarOrder(int nodeTableSize,
int cacheSize,
int maxIncrease,
long bestTime,
long delayTime)
| Method Detail |
|---|
public void init(BDD b1,
BDD b2,
BDD dom,
BDDFactory.BDDOp op)
throws IOException
b1 - first input to applyExb2 - second input to applyExdom - third input to applyExop - operation to be passed to applyEx
IOExceptionpublic void cleanup()
public void writeBDDConfig(BDDFactory bdd,
String fileName)
throws IOException
bdd - BDD factoryfileName - filename
IOException
public long tryOrder(String factory,
boolean reverse,
String varOrder)
reverse - whether to reverse the bitsvarOrder - variable order to try
public String getBestOrder()
public long getBestTime()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||