FRAMES NO FRAMES

Enumeration IlcSolverChange

Definition file: ilsched/schedtracei.h
Include file: <ilsched/ilsched.h>

This enumeration is used to describe how a Solver variable that is used by a Scheduler object is changed: for example, the minimum value of an integer expression changes, an element is added to the required set of a set variable, and so forth. This enumeration is used with the Scheduler Engine trace mechanism.

See Also:

Fields

IlcUndefinedSolverChange = 0 
IlcIntExpSetMin 
IlcIntExpSetMax 
IlcIntExpSetValue 
IlcIntExpRemoveValue 
IlcAnyExpSetValue 
IlcAnyExpRemoveValue 
IlcIntSetVarRemovePossible 
IlcIntSetVarAddRequired 
IlcIntSetVarSetValue 
IlcSolverChangeLast