FRAMES NO FRAMES

IlcResourceRankedPredicate

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

This function returns a resource predicate whose operator(const IlcResource& resource) returns IlcTrue if and only if ranking is not supported on the resource (if IlcResource::hasRankInfo returns IlcFalse) or if ranking is supported and the resource constraints on the resource are completely ranked.

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