The OPTMODEL Procedure

OPTMODEL Expression Extensions

PROC OPTMODEL defines several new types of expressions for the manipulation of sets. Aggregation operators combine values of an expression that is evaluated over the members of an index set. Other operators create new sets by combining existing sets, or test relationships between sets. PROC OPTMODEL also supports an IF expression operator that can conditionally evaluate expressions. These and other such expressions are described in this section.


AND Aggregation Expression

CARD Function

CROSS Expression

DIFF Expression

IF-THEN/ELSE Expression

IN Expression

Index Set Expression

INTER Expression

INTER Aggregation Expression

MAX Aggregation Expression

MIN Aggregation Expression

OR Aggregation Expression

PROD Aggregation Expression

Range Expression

Set Constructor Expression

Set Literal Expression

SETOF Aggregation Expression

SLICE Expression

SUM Aggregation Expression

SYMDIFF Expression

Tuple Expression

UNION Expression

UNION Aggregation Expression

WITHIN Expression

Previous Page | Next Page | Top of Page