FRAMES NO FRAMES

IloInitializeImpactGoal

public IloGoal IloInitializeImpactGoal(IloEnv env, IloInt depth=-1)
Definition file: ilsolver/custgoal.h
Include file: <ilsolver/ilosolver.h>

This function returns a goal that initializes impact values by performing a dichotomic search on each variable for which the impact is going to be maintained (given as a parameter of the function IlcImpactInformation). The maximum depth of the diochotomic search is depth. A larger depth provides more accurate impacts, but the goal needs more time to compute these impacts. When depth is equal to -1, there is no depth limit.

See Also: