Initializing help system before first use

ObjSense

ObjSense


Purpose
Indicates the direction of optimization.
Synopsis
class xi.ObjSense(Enum)
Arguments
xi.ObjSense.MINIMIZE 
This is a minimization problem.
xi.ObjSense.MAXIMIZE 
This is a maximization problem.
Further information
This enumeration is used in the Insight progress updates methods.
Related topics