public enum CPLEXInstanceManager extends Enum<CPLEXInstanceManager>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
checkInCplex(ilog.cplex.IloCplex cplex) |
ilog.cplex.IloCplex |
checkOutCplex() |
void |
setNumSimultaneous(int numSimultaneous) |
static CPLEXInstanceManager |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CPLEXInstanceManager[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CPLEXInstanceManager INSTANCE
public static CPLEXInstanceManager[] values()
for (CPLEXInstanceManager c : CPLEXInstanceManager.values()) System.out.println(c);
public static CPLEXInstanceManager valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic void setNumSimultaneous(int numSimultaneous)
public ilog.cplex.IloCplex checkOutCplex()
public void checkInCplex(ilog.cplex.IloCplex cplex)
Copyright © 2017. All rights reserved.