Enum Class PhaseStatsBenchmarkRunner.Slot
java.lang.Object
java.lang.Enum<PhaseStatsBenchmarkRunner.Slot>
it.univr.di.cstnu.algorithms.PhaseStatsBenchmarkRunner.Slot
- All Implemented Interfaces:
Serializable, Comparable<PhaseStatsBenchmarkRunner.Slot>, Constable
- Enclosing class:
PhaseStatsBenchmarkRunner
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEarly dispSTN (FD's own phase-5 minimization); only SIMP-SEQ has it.UC-bypass generation.LC-bypass generation.Stand-in generation.dispSTN on the ordinary subgraph.Remove residual stand-ins.Remove dominated waits; only SIMP-SEQ/SIMP-SEQ-MINUS have it. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PhaseStatsBenchmarkRunner.Slot[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SP1
UC-bypass generation. -
SP2
LC-bypass generation. -
E_SP4
Early dispSTN (FD's own phase-5 minimization); only SIMP-SEQ has it. -
SP3
Stand-in generation. -
SP4
dispSTN on the ordinary subgraph. -
SP5
Remove residual stand-ins. -
SP6
Remove dominated waits; only SIMP-SEQ/SIMP-SEQ-MINUS have it.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-