Added 30/09/2025
Archetype

quadratically_constrained_quadratic_bilevel

Datasets

allende_still_2013.json

Description

Allende, Gemayqzel Bouza and Still, Georg (2013) (see page 331). Solving bilevel programs with the KKT-approach. https://doi.org/10.1007/s10107-012-0535-x

Dimension

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

Solution

{ "optimality": "global", "x": [0.5,0.5], "y": [0.5,0.5], "F": -1.5, "G": [1.5,0.5,0.5,0.5,0.5], "H": [], "f": -0.5, "g": [0,0], "h": [] }
bard_1988_ex3.json

Description

Bard, Jonathan F. (1988) (see page 24, Example 3). Convex two-level optimization. https://doi.org/10.1007/BF01580720

Dimension

{ "x": 2, "y": 2, "F": 1, "G": 3, "H": 0, "f": 1, "g": 4, "h": 0 }

Solution

{ "optimality": "unknown", "x": [1.45,0.95], "y": [1.88,0.64], "F": -12.68, "G": [-0.0024999999999995026,1.45,0.95], "H": [], "f": -1.02, "g": [-0.01499999999999968,0.02999999999999936,1.88,0.64], "h": [] }
dempe_1992a.json

Description

Dempe, S. (1992). A necessary and a sufficient optimality condition for bilevel programming problems. https://doi.org/10.1080/02331939208843831

Dimension

{ "x": 2, "y": 2, "F": 1, "G": 1, "H": 0, "f": 1, "g": 2, "h": 0 }

Solution

{ "optimality": "best_known", "x": [0,0], "y": [0,-0.5], "F": -0.5, "G": [0], "H": [], "f": 0.625, "g": [0,0], "h": [] }
dempe_1992b.json

Description

Dempe, S. (1992). A necessary and a sufficient optimality condition for bilevel programming problems. https://doi.org/10.1080/02331939208843831

Dimension

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

Solution

{ "optimality": "unknown", "x": [0], "y": [0], "F": 31.25, "G": [], "H": [], "f": 4, "g": [0], "h": [] }