FRAMES NO FRAMES

Enumeration IloGranularFunctionRoundingMode

Definition file: ilsched/ilogfbase.h
Include file: <ilsched/iloscheduler.h>

This enumeration selects a rounding mode associated to an IloGranularFunction object. This rounding mode is taken into account when using the granular function to create integral constraints. Refer to Functional and Integral Constraints on Resources for a detailed description of each rounding mode.

See Also:

Fields

IloGranularFunctionRoundInward = 0x00 
IloGranularFunctionRoundUpward = 0x01 
IloGranularFunctionRoundDownward = 0x02 
IloGranularFunctionRoundOutward = 0x03