FRAMES NO FRAMES

Enumeration IloPrecedenceConstraintType

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

This enumeration describes the type of an instance of IloPrecedenceConstraint.

IloStartsAfterStart signifies that at least a given " delay " must elapse between the beginning of the " preceding " activity and the beginning of the " following " activity.

IloStartsAfterEnd signifies that at least a given " delay " must elapse between the end of the " preceding " activity and the beginning of the " following " activity.

IloEndsAfterStart signifies that at least a given " delay " must elapse between the beginning of the " preceding " activity and the end of the " following " activity.

IloEndsAfterEnd signifies that at least a given " delay " must elapse between the end of the " preceding " activity and the end of the " following " activity.

IloStartsAtStart signifies that exactly a given " delay " must elapse between the beginning of the " preceding " activity and the beginning of the " following " activity.

IloStartsAtEnd signifies that exactly a given " delay " must elapse between the end of the " preceding " activity and the beginning of the " following " activity.

IloEndsAtStart signifies that exactly a given " delay " must elapse between the beginning of the " preceding " activity and the end of the " following " activity.

IloEndsAtEnd signifies that exactly a given " delay " must elapse between the end of the " preceding " activity and the end of the " following " activity.

See Also:

Fields

IloStartsAfterStart = 0 
IloStartsAfterEnd = 1 
IloEndsAfterStart = 2 
IloEndsAfterEnd = 3 
IloStartsAtStart = 4 
IloStartsAtEnd = 5 
IloEndsAtStart = 6 
IloEndsAtEnd = 7