bindinggrenzen
Bindinggrenzen (binding constraints) are constraints in an optimization problem that are active at the optimal solution, meaning they hold as equalities and restrict the feasible region at that point. They contrast with non-binding (slack) constraints, which are satisfied strictly with room to spare in the optimum.
An individual constraint i is binding at a solution x* if the slack b_i - a_i^T x* equals
Bindinggrenzen matter because they determine how changes to the problem data affect the optimum. In standard
Example: maximize z = 5x + 4y subject to x + y ≤ 6, 2x + y ≤ 8, x ≥ 0, y
Bindinggrenzen are a central concept in sensitivity analysis and are fundamental to understanding how optimal solutions