FRAMES NO FRAMES

IlcAltResConstraintVariableConstraintPredicate

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

This function returns an alternative resource constraint predicate whose operator(const IlcAltResConstraint& altrc) returns IlcTrue if and only the activity associated with altrc has a variable representing the required or provided capacity. This predicate is implemented using IlcAltResConstraint::isVariableResourceConstraint.

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