Lagrange multipliers

asked 11 years ago

Pascal Romon gravatar image

updated 11 years ago

calc314 gravatar image

When using Mixed Integer Linear Programming to find the minimum of a linear function f(x1,...,xn) under a set of constraints ci(x1,...,xn) (equality or inequality constraints), I would like to have not only the solution and value but also the Lagrange multipliers for the constraints, namely values ai such that, at the critical point: gradf=iaigradci I imagine that the algorithm knows about them, but I can't find the relevant method to extract it.

Preview: (hide)