Core
DataCol
¶
Bases: StrEnum
Column headers and data identifiers used in datasets and models.
Attributes:
| Name | Type | Description |
|---|---|---|
X |
The X-coordinate of the node. |
|
Y |
The Y-coordinate of the node. |
|
START_NODE |
The starting node, denoted mathematically as \(i \in V\). |
|
END_NODE |
The ending node, denoted mathematically as \(j \in V\). |
|
COST_NODE_TO_NODE |
The transport cost between two nodes, typically denoted as \(c_{ij}\). |
|
WEIGHTS_NODE_TO_NODE |
Weights used in the Hub Location Problem, denoted as \(w_{ij}\). |
Dataset
¶
Bases: StrEnum
Supported datasets in the library
Attributes:
| Name | Type | Description |
|---|---|---|
CAB25 |
The CAB dataset containing 25 nodes. |
|
CAB100 |
The CAB dataset containing 100 nodes. |