Variable subtype.
More...
|
|
int | Unknown = 0 |
| | Unknown variable type.
|
| |
|
int | Binary = 1 |
| | Binary variable.
|
| |
|
int | Integer = 2 |
| | Integer Variable.
|
| |
|
int | Positive = 3 |
| | Positive variable.
|
| |
|
int | Negative = 4 |
| | Negative variable.
|
| |
|
int | Free = 5 |
| | Free variable.
|
| |
|
int | SOS1 = 6 |
| | Special Ordered Set 1.
|
| |
|
int | SOS2 = 7 |
| | Special Ordered Set 2.
|
| |
|
int | SemiCont = 8 |
| | Semi-continuous variable.
|
| |
|
int | SemiInt = 9 |
| | Semi-integer variable.
|
| |