Set coefficient of a variable in the objective
sym_setObjCoeff(index,newCoeff)
This function changes the coefficient of a variable in the objective function
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 coefficient of the variable
Returns 0