Added 18/06/2025
Miscellaneous

basic_constrained

Dimension

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

Solution

{
  "optimality": "global",
  "x": [1, 0, 3, -4],
  "y": [1, 0, 3, -4],
  "F": 26,
  "G": [0, 2],
  "H": [0, 0],
  "f": 26,
  "g": [0, 2],
  "h": [0, 0]
}