staticLexFull

OPL function for use in CPLEX models with a multi-criteria objective.

Syntax

staticLexFull(goals[], 
              weights[], 
              priorities[], 
              abstol[], 
              reltol[]);
where:
goals
is an array of expressions of variables.
weights
is an array of integers to weight each of the goals for each step of the lex.
priorities
is an array of integers to define the order of the multiple optimization solves or to blend some goals.
abstol
is an array of floats to define the absolute tolerances.
reltol
is an array of floats to define the relative tolerances.

Description

The function staticLexFull defines a multicriteria policy.

Example

You can find an example using this function in the distribution <install_dir>\opl\examples\opl\cplex_staticLex