Hi, I'm trying to resolve a minimization problem, using ipopt with C++. I have 2 questions: 1) Is there a way to fix the value of one or more lambda (constraint multiplier), not just initialise it. 2) Is here a way to rely constraint multipliers with variables, something like: x[1] + x[2] = lambda[1]; in my constraints. Thanks.