Initializing help system before first use

XPRSchgobjsense (CHGOBJSENSE)

XPRSchgobjsense

CHGOBJSENSE


Purpose
Changes the problem's objective function sense to minimize or maximize.
Synopsis
int XPRS_CC XPRSchgobjsense(XPRSprob prob, int objsense);
CHGOBJSENSE [ min | max ]
Arguments
prob 
The current problem.
objsense 
XPRS_OBJ_MINIMIZE to change into a minimization, or XPRS_OBJ_MAXIMIZE to change into maximization problem.
Related topics