FRAMES NO FRAMES

IlcResourceConstraintHasNextPredicate

public IloPredicate< IlcResourceConstraint > IlcResourceConstraintHasNextPredicate(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 the immediately following activity of the activity of rc is known. In case rc represents a virtual node, it is assumed that it represents the virtual source node, and the evaluation of the predicate returns IlcTrue if and only if the setup node (that is, the node that directly follows the virtual source node), is known. This predicate is implemented using IlcResourceConstraint::hasNextRC.

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