FRAMES NO FRAMES

IlcResourceSequencedPredicate

public IloPredicate< IlcResource > IlcResourceSequencedPredicate(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 sequencing is not supported on the resource (if the resource is not a closed unary resource with a posted sequence constraint) or if sequencing is supported and the resource constraints on the resource are completely sequenced.

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