Set lower bound of a variable
sym_setVarLower(index,newBound)
This function changes the lower bound of a variable to a new value
Index of the variable to modify. Must be in {0,1,2,...n-1} where n is the number of variables in the problem
The new lower bound for the variable
Returns 0