FRAMES NO FRAMES

IlcImpactInformation

public IlcConstraintAggregator IlcImpactInformation(IloSolver solver, IloIntVarArray branchVarArray, IloIntVarArray observedVarArray=0)
Definition file: ilsolver/ilosolverhandle.h
Include file: <ilsolver/ilosolver.h>

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: