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