public static enum Main.ObjAlgorithm extends java.lang.Enum<Main.ObjAlgorithm>
Modifier and Type | Method and Description |
---|---|
static Main.ObjAlgorithm |
toAlgorithm(int i) |
static Main.ObjAlgorithm |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Main.ObjAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Main.ObjAlgorithm DEFAULT_CPLEX
public static final Main.ObjAlgorithm LP_APPROX_EXTENDED
public static final Main.ObjAlgorithm LP_APPROX_NAIVE
public static final Main.ObjAlgorithm QCP_APPROX
public static final Main.ObjAlgorithm QUADRATIC_INTEGER
public static final Main.ObjAlgorithm BARRIER_INTEGER
public static final Main.ObjAlgorithm QUADRATIC_CONTINUOUS_COORDINATE
public static final Main.ObjAlgorithm QUADRATIC_CONTINUOUS_COORDINATE_LP
public static final Main.ObjAlgorithm QUADRATIC_CONTINUOUS_BISECTION
public static final Main.ObjAlgorithm QUADRATIC_CONTINUOUS_BISECTION_BASIC
public static final Main.ObjAlgorithm BARRIER_CONTINUOUS
public static final Main.ObjAlgorithm NULL
public static Main.ObjAlgorithm[] values()
for (Main.ObjAlgorithm c : Main.ObjAlgorithm.values()) System.out.println(c);
public static Main.ObjAlgorithm 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 nullpublic static Main.ObjAlgorithm toAlgorithm(int i)