|
Lo |
Top Previous Next |
|
Variables and equations have a lower bound. The lower bound for a variable is the smallest value that the variable can take on. The lower bound for an equation is the right hand side for a greater than or equal to and equality constraint. It is minus infinity for a less than or equal to constraint. The attribute is addressed using .Lo as follows
Variable lower bound is variablename.lo(setdependency) Equation lower bound is equationname.lo(setdependency)
These are commonly used in calculations pre solution to specify or revise the bound. Example: Move.lo(source,sink)=0.1; solve transport using lp minimizing cost; display sinkdemand.Lo; Notes:
|