I'm stuck at trying to understand how Lagrangian multiplier fits into all these things in collision resolution using sequential impulse. (needed for school presentation, and I'm pretty desperate lol)
I learn mostly from this tutorial at toptal ( which I don't understand starting from equality constraint. ) and Erin Catto slides.
As far as I understand, Lagrangian multiplier is used to solve constrained optimization problem, in which the function to be optimized need to lies on a constant made by another function (for example, minimize f(x,y) where g(x,y) = 0), whereas in the tutorial, it says what being minimized is actually the constraint function itself (quoted: " In other words, we want to minimize C.")
what am I missing here?