Modifier and Type | Method and Description |
---|---|
CLP.STATUS |
CLP.maximize()
Solve the problem as maximization problem.
|
CLP.STATUS |
CLP.minimize()
Solve the problem as minimization problem.
|
CLP.STATUS |
CLP.solve()
Solve the optimization problem.
|
static CLP.STATUS |
CLP.STATUS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CLP.STATUS[] |
CLP.STATUS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|