FRAMES NO FRAMES

IlcReductionInformation

public IlcConstraintAggregator IlcReductionInformation(IloSolver solver)
Definition file: ilsolver/ilosolverhandle.h
Include file: <ilsolver/ilosolver.h>

This aggregator maintains information about the reduction rate of the domains of variables. It is required to use the functions:

 IloInt IloSolver::getReduction(const IlcIntVar x) const;
 IloInt IloSolver::getReduction(const IloIntVar x) const;
 IloNum IloSolver::getReduction(const IlcFloatVar x) const;
 IloNum IloSolver::getReduction(const IloNumVar x) const;
 

See Also: