public class CLPVariableSet
extends java.lang.Object
CLPVariable with identical parameters.| Modifier and Type | Method and Description |
|---|---|
CLPVariable[] |
build() |
CLPVariableSet |
free()
Defines this vaiable as free, -inf <= x <= inf.
|
CLPVariableSet |
lb(double value)
Lower bounds of these variables.
|
CLPVariableSet |
name(java.lang.String name)
Common name of these variables.
|
CLPVariableSet |
obj(double value)
Objective coefficient for these variables.
|
CLPVariableSet |
ub(double value)
Upper bounds of these variables.
|
public CLPVariableSet name(java.lang.String name)
name - public CLPVariableSet obj(double value)
value - public CLPVariableSet lb(double value)
lb - ub - public CLPVariableSet ub(double value)
lb - ub - public CLPVariableSet free()
public CLPVariable[] build()
CLPVariable with the given parameters.