sym_setVarLower
Set lower bound of a variable
Calling Sequence
sym_setVarLower(index,newBound)
Description
This function changes the lower bound of a variable to a new value
Arguments
index
Index of the variable to modify. Must be in {0,1,2,...n-1} where n is the number of variables in the problem
newBound
The new lower bound for the variable
Return value
Returns 0
Examples
sym_setVarLower(2,-%inf)
Authors
Keyur Joshi