FRAMES NO FRAMES

Class IlcConstraintAggregator

Definition file: ilsolver/ilosolverhandle.h
Include file: <ilsolver/ilosolver.h>

A constraint aggregator is an object that is attached to an instance of IloSolver using the function:

 void IloSolver::use(IlcConstraintAggregator agg) const;
 

It enhances the instance of IloSolver by improving propagation or by providing additional information.

See Also: