FRAMES NO FRAMES

IlcResourceConstraintSlopeEvaluator

public IloEvaluator< IlcResourceConstraint > IlcResourceConstraintSlopeEvaluator(IlcManager)
Definition file: ilsched/selector.h
Include file: <ilsched/ilsched.h>

This function returns a resource constraint evaluator whose operator(const IlcResourceConstraint& ct) returns the value of the slope of ct. Undefined behavior occurs if ct has no slope or if its resource is not a continuous reservoir. The slope of the virtual source and sink nodes is defined to be 0.

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