public static enum AlgosTreewidth.TreewidthHeuristicLowerBound extends java.lang.Enum<AlgosTreewidth.TreewidthHeuristicLowerBound>
Enum Constant and Description |
---|
ALLSTARTMAXCARDSEARCH |
ALLSTARTMAXMINDEGREE |
ALLSTARTMAXMINDEGREEPLUSLEASTC |
ALLSTARTMINORMINWIDTH |
MAXCARDSEARCH |
MAXMINDEGREE |
MAXMINDEGREEPLUSLEASTC |
MAXMINDEGREEPLUSMAXD |
MAXMINDEGREEPLUSMIND |
MINDEGREE |
MINORMINWIDTH |
RAMACHANDRAMURTHI |
Modifier and Type | Method and Description |
---|---|
static AlgosTreewidth.TreewidthHeuristicLowerBound |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlgosTreewidth.TreewidthHeuristicLowerBound[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlgosTreewidth.TreewidthHeuristicLowerBound MAXMINDEGREEPLUSLEASTC
public static final AlgosTreewidth.TreewidthHeuristicLowerBound MAXCARDSEARCH
public static final AlgosTreewidth.TreewidthHeuristicLowerBound RAMACHANDRAMURTHI
public static final AlgosTreewidth.TreewidthHeuristicLowerBound ALLSTARTMAXCARDSEARCH
public static final AlgosTreewidth.TreewidthHeuristicLowerBound MAXMINDEGREE
public static final AlgosTreewidth.TreewidthHeuristicLowerBound MAXMINDEGREEPLUSMAXD
public static final AlgosTreewidth.TreewidthHeuristicLowerBound MAXMINDEGREEPLUSMIND
public static final AlgosTreewidth.TreewidthHeuristicLowerBound ALLSTARTMAXMINDEGREE
public static final AlgosTreewidth.TreewidthHeuristicLowerBound ALLSTARTMAXMINDEGREEPLUSLEASTC
public static final AlgosTreewidth.TreewidthHeuristicLowerBound ALLSTARTMINORMINWIDTH
public static final AlgosTreewidth.TreewidthHeuristicLowerBound MINORMINWIDTH
public static final AlgosTreewidth.TreewidthHeuristicLowerBound MINDEGREE
public static AlgosTreewidth.TreewidthHeuristicLowerBound[] values()
for (AlgosTreewidth.TreewidthHeuristicLowerBound c : AlgosTreewidth.TreewidthHeuristicLowerBound.values()) System.out.println(c);
public static AlgosTreewidth.TreewidthHeuristicLowerBound valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null