Indexes  

CatOptimizationType (Enumeration)

enum CatOptimizationType {
  catMinimum,
  catMaximum,
  catTargetValue,
  catOnlyBoundedVariation,
  catNone,
  catCstOnly
}
Optimization types.
Values:
catMinimum
minimum of objective parameter is looked for
catMaximum
maximum of objective parameter is looked for
catTargetValue
defined target is looked for for objective parameter
catOnlyBoundedVariation
no doc.
catNone
when the type of the optimization is not defined yet.
catCstOnly
when the type of the optimization handles only constraints.


Copyright © 2006, Dassault Systèmes. All rights reserved.