public class Optimize.Handle
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
ArithExpr |
getLower()
Retrieve a lower bound for the objective handle.
|
ArithExpr |
getUpper()
Retrieve an upper bound for the objective handle.
|
ArithExpr |
getValue()
Retrieve the value of an objective.
|
java.lang.String |
toString()
Print a string representation of the handle.
|
public ArithExpr getLower()
public ArithExpr getUpper()
public ArithExpr getValue()
public java.lang.String toString()
toString in class java.lang.Object