Enum SOSHandling
Enum to indicate the handling of a certain SOS type.
Use this enum to indicate the support for each
Namespace: Optimization.Configuration
Assembly: Optimization.Configuration.dll
Syntax
public enum SOSHandling : byte
Fields
| Name | Description |
|---|---|
| Emulated | SOS of type x is not supported by this Solver and needs to be emulated by |
| Native | SOS of type x is supported by this Solver. |