setlb
setlb |
Purpose
Synopsis
procedure setlb(x:mpvar,r:real)
Arguments
x
|
A decision variable
|
r
|
Lower bound value
|
Further information
This procedure changes the lower bound of a variable directly in the Optimizer, that is, the bound change is not recorded in the problem definition held in Mosel. Since this change is immediate, there is no need to reload the problem into the Optimizer (indeed, doing so resets the variable to the lower bound value computed by Mosel).
Related topics
Module