include_optimization

This parameter includes the content of another optimization definition.
Syntax:
include_optimization: optimization name;
Note: 
  • optimization name; is the name of another optimization to be included.
  • When the optimization is applied by the solver, the include_optimization parameters is replaced by the content of the related optimization.
Table 1. Example
Solver Definition
Solver 1
Locked: Class.property; 
include_optimization: Solver 2;
Solver 2
Class.property2, 100; 
include_optimization: Solver 3; 
Solver 3
Threshold: Class.property3, 100;
When running Solver 1, the effective optimization definition is used as a combination of the three solvers defined above, as follows:
Locked: Class.property; 
Class.property2, 100; 
Threshold: Class.property3, 100;