|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LPVariable
A variable in an LP, with a coefficient and an interval of admissible values (i.e. a box constraint).
Method Summary | |
---|---|
double |
getCoeff()
Get coefficient of the variable. |
double |
getLowerBound()
Get lower bound of interval of admissible values for variable. |
double |
getUpperBound()
Get upper bound of interval of admissible values for variable. |
Methods inherited from interface net.sourceforge.combean.interfaces.base.NamedObject |
---|
getName |
Method Detail |
---|
double getCoeff()
double getLowerBound()
double getUpperBound()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |