The OPTLP Procedure

PERFORMANCE Statement

PERFORMANCE <performance-options> ;

The PERFORMANCE statement specifies performance-options for single-machine mode and distributed mode, and requests detailed performance results of the OPTLP procedure.

With the PERFORMANCE statement, you can also control whether the OPTLP procedure executes in single-machine or distribute mode. The PERFORMANCE statement is documented in the section PERFORMANCE Statement in Chapter 4: Shared Concepts and Topics.

For the OPTLP procedure, the decomposition algorithm, interior point algorithm, and concurrent LP algorithm can be run in single-machine mode. Only the decomposition algorithm can be run in distributed mode. The decomposition algorithm and concurrent LP algorithm support both the deterministic and nondeterministic modes. The interior point algorithm only supports the deterministic mode.

Note: Distributed mode requires SAS High-Performance Optimization.s