Benchmarks K90
These benchmarks were derived from the railway network of Slovak
Republic. The network consists of 457 nodes, where the customers are located.
The shortest path matrix is stored in the file dij.txt. The benchmarks are stored in the files
listed in the following table.
K90
|
|||||||||
Size |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
45x457 |
|||||||||
91x457 |
|||||||||
137x457 |
|||||||||
182x457 |
|||||||||
229x457 |
|||||||||
274x457 |
|||||||||
319x457 |
|||||||||
365x457 |
|||||||||
411x457 |
|||||||||
457x457 |
|
This data can be read
from the files using procedure K90.pas.
File format:
Description |
Symbol |
Position (Start) |
Position (End) |
Number of sites |
|I| |
1 |
1 |
Fixed charges |
fi |
2 |
2 |
Indexes of sites |
N |
3 |
|I| + 2 |
Customer demand |
bj |
|I| + 3 |
|I| + 460 |
The cost for demand satisfaction cij
= (20 dij + 60 ) bj, where dij is the
length of the shortest path between nodes i and j.
Optimal solutions of all benchmarks can be
found in the file optima.xls.