Uses of Class
com.github.javabdd.BDDFactory.ReorderMethod
-
-
Uses of BDDFactory.ReorderMethod in com.github.javabdd
Fields in com.github.javabdd declared as BDDFactory.ReorderMethod Modifier and Type Field Description static BDDFactory.ReorderMethodBDDFactory. REORDER_NONENo reordering.static BDDFactory.ReorderMethodBDDFactory. REORDER_RANDOMSelects a random position for each variable.static BDDFactory.ReorderMethodBDDFactory. REORDER_SIFTReordering where each block is moved through all possible positions.static BDDFactory.ReorderMethodBDDFactory. REORDER_SIFTITESame as REORDER_SIFT, but the process is repeated until no further progress is done.static BDDFactory.ReorderMethodBDDFactory. REORDER_WIN2Reordering using a sliding window of 2.static BDDFactory.ReorderMethodBDDFactory. REORDER_WIN2ITEReordering using a sliding window of 2, iterating until no further progress.static BDDFactory.ReorderMethodBDDFactory. REORDER_WIN3Reordering using a sliding window of 3.static BDDFactory.ReorderMethodBDDFactory. REORDER_WIN3ITEReordering using a sliding window of 3, iterating until no further progress.Methods in com.github.javabdd that return BDDFactory.ReorderMethod Modifier and Type Method Description abstract BDDFactory.ReorderMethodBDDFactory. getReorderMethod()Returns the current reorder method as defined by autoReorder.BDDFactory.ReorderMethodJFactory. getReorderMethod()Methods in com.github.javabdd with parameters of type BDDFactory.ReorderMethod Modifier and Type Method Description abstract 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)
-