Set upper bound of a variable
sym_setVarUpper(index,newBound)
This function changes the upper 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 upper bound for the variable
Returns 0