net.sf.javabdd
Class FindBestOrder
java.lang.Object
net.sf.javabdd.FindBestOrder
public class FindBestOrder
- extends Object
FindBestOrder
- Version:
- $Id: FindBestOrder.java 452 2006-07-16 21:50:02Z joewhaley $
- Author:
- jwhaley
Constructor Summary |
FindBestOrder(int nodeTableSize,
int cacheSize,
int maxIncrease,
long bestTime,
long delayTime)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FindBestOrder
public FindBestOrder(int nodeTableSize,
int cacheSize,
int maxIncrease,
long bestTime,
long delayTime)
init
public void init(BDD b1,
BDD b2,
BDDVarSet dom,
BDDFactory.BDDOp op)
throws IOException
- Throws:
IOException
cleanup
public void cleanup()
writeBDDConfig
public void writeBDDConfig(BDDFactory bdd,
String fileName)
throws IOException
- Throws:
IOException
tryOrder
public long tryOrder(boolean reverse,
String varOrder)
getBestOrder
public String getBestOrder()
getBestTime
public long getBestTime()
Copyright © 2003-2007 John Whaley. All Rights Reserved.