Uses of Class
com.github.javabdd.BDDFactory
-
Uses of BDDFactory in com.github.javabdd
Subclasses of BDDFactory in com.github.javabddModifier and TypeClassDescriptionclassA shared superclass for BDD factories that refer to BDDs as ints.classThis is a 100% Java implementation of the BDD factory.Fields in com.github.javabdd declared as BDDFactoryMethods in com.github.javabdd that return BDDFactoryModifier and TypeMethodDescriptionabstract BDDFactoryBDD.getFactory()Returns the factory that created this BDD.abstract BDDFactoryBDDBitVector.getFactory()abstract BDDFactoryBDDDomain.getFactory()Returns the factory that created this domain.BDDFactoryIntImpl.IntBDD.getFactory()BDDFactoryIntImpl.IntBDDBitVector.getFactory()BDDFactoryIntImpl.IntBDDVarSet.getFactory()BDDVarSet.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 BDDFactoryInitializes 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 BDDFactoryModifier and TypeMethodDescriptionvoidFindBestOrder.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