Uses of Class
com.github.javabdd.BDDFactory.ReorderMethod
-
Uses of BDDFactory.ReorderMethod in com.github.javabdd
Fields in com.github.javabdd declared as BDDFactory.ReorderMethodModifier and TypeFieldDescriptionstatic final BDDFactory.ReorderMethodBDDFactory.REORDER_NONENo reordering.static final BDDFactory.ReorderMethodBDDFactory.REORDER_RANDOMSelects a random position for each variable.static final BDDFactory.ReorderMethodBDDFactory.REORDER_SIFTReordering where each block is moved through all possible positions.static final BDDFactory.ReorderMethodBDDFactory.REORDER_SIFTITESame as REORDER_SIFT, but the process is repeated until no further progress is done.static final BDDFactory.ReorderMethodBDDFactory.REORDER_WIN2Reordering using a sliding window of 2.static final BDDFactory.ReorderMethodBDDFactory.REORDER_WIN2ITEReordering using a sliding window of 2, iterating until no further progress.static final BDDFactory.ReorderMethodBDDFactory.REORDER_WIN3Reordering using a sliding window of 3.static final BDDFactory.ReorderMethodBDDFactory.REORDER_WIN3ITEReordering using a sliding window of 3, iterating until no further progress.Methods in com.github.javabdd that return BDDFactory.ReorderMethodModifier and TypeMethodDescriptionabstract BDDFactory.ReorderMethodBDDFactory.getReorderMethod()Returns the current reorder method as defined by autoReorder.JFactory.getReorderMethod()Methods in com.github.javabdd with parameters of type BDDFactory.ReorderMethodModifier and TypeMethodDescriptionabstract voidBDDFactory.autoReorder(BDDFactory.ReorderMethod method) Enables automatic reordering.abstract voidBDDFactory.autoReorder(BDDFactory.ReorderMethod method, int max) Enables automatic reordering with the given (maximum) number of reorderings.voidJFactory.autoReorder(BDDFactory.ReorderMethod method) voidJFactory.autoReorder(BDDFactory.ReorderMethod method, int max) abstract voidBDDFactory.reorder(BDDFactory.ReorderMethod m) Reorder the BDD with the given method.voidJFactory.reorder(BDDFactory.ReorderMethod m)