| Alias |
Creates and returns an alias of the set.
Alias allows to reuse a set definition in different places; such as i and j in the following flow balance constraint example. C# |
| Alias(String) |
Creates and returns an alias of the set; however with a new key (recommended).
Alias allows to reuse a set definition in different places; such as i and j in the following flow balance constraint example. C# |