Overview | Group | Tree | Graph | Index | Concepts |
This aggregator maintains impact information on the variables in
array x
when they are instantiated with the following
goals:
IlcGoal IlcSetValue(IlcIntvar x, IlcInt v); IlcGoal IlcRemoveValue(IlcIntVar x, IlcInt v);
For more information on impacts, see "Using Impacts during Search" in the IBM ILOG Solver User's Manual.
See Also: