FRAMES NO FRAMES

IlcAltResConstraintNbPossibleEvaluator

public IloEvaluator< IlcAltResConstraint > IlcAltResConstraintNbPossibleEvaluator(IlcManager)
Definition file: ilsched/selector.h
Include file: <ilsched/ilsched.h>

This function returns an IloEvaluator::IlcAltResConstraint whose operator(const IlcAltResConstraint& altrc) method returns the number of resources that are possible for altrc. This method uses the method IlcAltResConstraint::getNumberOfPossible.

This functions exists with either an IloEnv or an IloSolver as argument.