Enum NormalizingBehavior
Describes the behavior of a normalizing submodule when sending a model to the solver
Namespace: OPTANO.Modeling.Optimization.Configuration
Assembly: Optimization.Configuration.dll
Syntax
[DataContract]
public enum NormalizingBehavior : byte
Fields
| Name | Description |
|---|---|
| Auto | Constraint and objectives will normalized automatically (Default) |
| Manual | Constraint and objectives will not be normalized. Developers will need to ensure all constraints and objectives are normalized |