Free Python optimization framework

Monday, June 16, 2008

bugfix for ipopt linear constraints handling

I have committed bugfix for ipopt linear constraints handling Ax<=b, Aeq x = beq.
I just forgot to implement the one because ipopt API has only x_L <= x <= x_U and g_L <= g(x) <= g_U constraints.

No comments: