Skip to main content
FRAMES NO FRAMES

IloVarLocalImpact

public IloIntVarEval IloVarLocalImpact(IloEnv env, IloInt effort=-1)
Definition file: ilcp/cp.h
Returns a variable evaluator which evaluates a variable in the current node.

This function returns a variable evaluator. The evaluation is the impact of the variable computed at the current node of the search tree. This computation is made by probing on values from the domain of the variables. The parameter effort indicates how much effort should be spent to compute this impact. When effort is equal to -1, every value of the domain is probed. Otherwise, the number of probes will increase as the effort value increases.

See Also: