Uses of Class
com.github.javabdd.BDDFactory
-
-
Uses of BDDFactory in com.github.javabdd
Subclasses of BDDFactory in com.github.javabdd Modifier and Type Class Description classBDDFactoryIntImplA shared superclass for BDD factories that refer to BDDs as ints.classJFactoryThis is a 100% Java implementation of the BDD factory.Fields in com.github.javabdd declared as BDDFactory Modifier and Type Field Description protected BDDFactoryBDD.AllSatIterator. fMethods in com.github.javabdd that return BDDFactory Modifier and Type Method Description abstract BDDFactoryBDD. getFactory()Returns the factory that created this BDD.abstract BDDFactoryBDDBitVector. getFactory()abstract BDDFactoryBDDDomain. getFactory()Returns the factory that created this domain.BDDFactoryBDDFactoryIntImpl.IntBDD. getFactory()BDDFactoryBDDFactoryIntImpl.IntBDDBitVector. getFactory()BDDFactoryBDDFactoryIntImpl.IntBDDVarSet. getFactory()BDDFactoryBDDVarSet.DefaultImpl. getFactory()abstract BDDFactoryBDDVarSet. getFactory()Returns the factory that created this BDDVarSet.static BDDFactoryBDDFactory. init(int nodenum, int cachesize)Initializes a BDD factory with the given initial node table size and operation cache size.static BDDFactoryBDDFactory. init(String bddpackage, int nodenum, int cachesize)Initializes a BDD factory of the given type with the given initial node table size and operation cache size.static BDDFactoryJFactory. init(int nodenum, int cachesize)Methods in com.github.javabdd with parameters of type BDDFactory Modifier and Type Method Description voidFindBestOrder.TryThread. readBDDConfig(BDDFactory bdd)voidFindBestOrder. writeBDDConfig(BDDFactory bdd, String fileName)voidTryVarOrder. writeBDDConfig(BDDFactory bdd, String fileName)Write the BDD configuration to a file.Constructors in com.github.javabdd with parameters of type BDDFactory Constructor Description AllSatIterator(BDDFactory factory, boolean level)
-