Enum NameHandlingStyle
Defines the style in for handling of names in Modeling
Namespace: OPTANO.Modeling.Optimization.Configuration
Assembly: Optimization.Configuration.dll
Syntax
public enum NameHandlingStyle
Fields
Name | Description |
---|---|
Manual | Using manual, Modeling will not alter names and not check any unique constraints. If a name is not unique some solvers might mess up the model Note: Empty constraint names will be given a unique short name |
UniqueLongNames | Unique long names will extend the user names by a unique postfix. Long names keep the user information but keep them unique. |
UniqueShortNames | Unique short names are generated and numbered in the order of appreance. Name variable will not use the |