sym_getObjSense Get the objective sense Calling Sequence sym_getObjSense() Description This function gets the sense of the objective function (minimization/maximization). Arguments This function takes no arguments Return value Returns 1 if the objective is to be minimized and -1 if the objective is to be maximized Examples sym_getObjSense() Authors Keyur Joshi