Added 18/06/2025
Transportation

brotcorne2001

Datasets

network_brotcorne_fig1.csv

Description

Figure 1 in A Bilevel Model for Toll Optimization on a Multicommodity Transportation Network.

Dimension

{ "x": 7, "y": 7, "F": 1, "G": 14, "H": 0, "f": 1, "g": 7, "h": 6 }

Solution

{ "optimality": "global", "x": [0,0,0,0,5,0,-2], "y": [0,1,0,1,2,1,1], "F": -8, "f": 14 }
network_highway.csv

Description

A toll on the central highway between the suppliers and demand.

Dimension

{ "x": 7, "y": 7, "F": 1, "G": 14, "H": 0, "f": 1, "g": 7, "h": 5 }

Solution

{ "optimality": "global", "x": [0,0,0,0,0,0,100], "y": [0,1,0,1,1,0,1], "F": -100, "f": 440 }
network_tryangle345.csv

Description

Four cities for a square with tolls on the triangular hypotenuse between them.

Dimension

{ "x": 6, "y": 12, "F": 1, "G": 12, "H": 0, "f": 1, "g": 12, "h": 8 }

Solution

{ "optimality": "global", "x": [0,0,0,0,2,2], "F": -6, "f": 28 }