FRAMES NO FRAMES

Enumeration IloTimeBoundConstraintType

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

This enumeration provides values that are assigned to a data member in the class IloTimeBoundConstraint and its subclasses. That data member expresses time bounds on activities in a schedule.

IloStartsBefore signifies that the latest start time of the activity equals the given time bound.

IloEndsBefore signifies that the latest end time of the activity equals the given time bound.

IloStartsAt signifies that the start time of the activity equals the given time bound.

IloEndsAt signifies that the end time of the activity equals the given time bound.

IloStartsAfter signifies that the earliest start time of the activity equals the given time bound.

IloEndsAfter signifies that the earliest end time of the activity equals the given time bound.

See Also:

Fields

IloStartsBefore = 0 
IloEndsBefore = 1 
IloStartsAt = 2 
IloEndsAt = 3 
IloStartsAfter = 4 
IloEndsAfter = 5