Set the upper bound of a constraint
sym_setConstrUpper(index,newBound)
This function changes the upper bound of a constraint
Index of the constraint to modify. Must be in {0,1,2,...n-1} where n is the number of constraints in the problem
The new upper bound for the constraint
Returns 0