FRAMES NO FRAMES

IlcResourceConstraintPossibleLastPredicate

public IloPredicate< IlcResourceConstraint > IlcResourceConstraintPossibleLastPredicate(IlcManager)
Definition file: ilsched/selector.h
Include file: <ilsched/ilsched.h>

This function returns a resource constraint predicate whose operator(const IlcResourceConstraint& rc) returns IlcTrue if and only if rc can be ranked last among the non-ranked resource constraints. In particular, it returns IlcFalse if rc is already ranked or if rc represents a virtual source or sink node (empty handle). This predicate is implemented using IlcResourceConstraint::isPossibleLast.

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