constraints

An alias for subject to

Purpose

OPL keyword. An alias for subject to.

context
Model files (.mod)

Syntax

InModelDeclaration: . LocalVar ';'
                  | . TypeDeclaration ';'
                  | . Objective ';'
                  | . "constraints" '{' Constraints_opt '}'
                  | . ';'
                  | . "assert" Expression ';'
                  | . Scripting

Description

This keyword is an alias for the OPL keyword subject to.