FRAMES NO FRAMES

IlcResourceConstraintPossiblyContributesPredicate

public IloPredicate< IlcResourceConstraint > IlcResourceConstraintPossiblyContributesPredicate(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 possibly affects the availability of the resource. Otherwise, it returns IlcFalse. This member function returns IlcFalse if the resource constraint rc is an empty handle; that is, if it corresponds to a virtual resource constraint (source or sink node). This predicate is implemented using IlcResourceConstraint::possiblyContributes.

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