Lagrange multipliers
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=∑iai⋅gradci I imagine that the algorithm knows about them, but I can't find the relevant method to extract it.