<= (scheduling)

OPL (scheduling) constraint used on a cumulative function.

Purpose

OPL (scheduling) constraint used on a cumulative function.

context
Model files (.mod)

Syntax

f <= hmax

Where:

int hmax; 
cumulFunction f;

Description

This constraint is used to confine the values of the cumulFunction f to a non-negative range [0, hmax].

Note:

This constraint cannot be used on a meta-constraint.