public class CLPObjective
extends java.lang.Object
CLP
model.Modifier and Type | Method and Description |
---|---|
double |
getValue() |
CLPObjective |
setTerm(CLPVariable variable,
double value)
Set the coefficient of the given variable.
|
CLPObjective |
setTerm(double value)
Set the coefficient of the given variable.
|
public CLPObjective setTerm(CLPVariable variable, double value)
variable
- value
- public CLPObjective setTerm(double value)
variable
- value
- public double getValue()