Enum IndexValidationStyle
Defines the index validation style for
Namespace: OPTANO.Modeling.Optimization.Configuration
Assembly: Optimization.Configuration.dll
Syntax
public enum IndexValidationStyle
Fields
| Name | Description |
|---|---|
| Complete | Always enumerate the current index sets. This option is the slowest. |
| Disabled | No index validation. Use for production mode. |
| Heuristic | Assume that the index sets are not extended after initialization of the |