public static enum MPSolver.BasisStatus extends java.lang.Enum<MPSolver.BasisStatus>
Enum Constant and Description |
---|
AT_LOWER_BOUND |
AT_UPPER_BOUND |
BASIC |
FIXED_VALUE |
FREE |
Modifier and Type | Method and Description |
---|---|
static MPSolver.BasisStatus |
swigToEnum(int swigValue) |
int |
swigValue() |
static MPSolver.BasisStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MPSolver.BasisStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MPSolver.BasisStatus FREE
public static final MPSolver.BasisStatus AT_LOWER_BOUND
public static final MPSolver.BasisStatus AT_UPPER_BOUND
public static final MPSolver.BasisStatus FIXED_VALUE
public static final MPSolver.BasisStatus BASIC
public static MPSolver.BasisStatus[] values()
for (MPSolver.BasisStatus c : MPSolver.BasisStatus.values()) System.out.println(c);
public static MPSolver.BasisStatus 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 final int swigValue()
public static MPSolver.BasisStatus swigToEnum(int swigValue)
Copyright © 2025. All rights reserved.