snopt / snopt-matlab

Matlab interface for sparse nonlinear optimizer SNOPT
MIT License
55 stars 23 forks source link

Fixed lower bound for linear equations in Flow #2

Closed cschwartz closed 8 years ago

cschwartz commented 8 years ago

Linear equality constraints in the reformulated problem were given as 0 <= Aeq x <= beq, but the lower bound in Flow probably should have been beq <= Aeq x <= beq.

Nonetheless, thanks for the great work on snopt.

Best, Christian

gnowzil commented 8 years ago

Thanks for catching that!