mechmotum / cyipopt

Cython interface for the interior point optimzer IPOPT
Eclipse Public License 2.0
227 stars 54 forks source link

Add `CyIpoptEvaluationError` and handle in callbacks #215

Closed Robbybp closed 11 months ago

Robbybp commented 1 year ago

Fixes #210

The tests are integration tests, which I've included in test_hs071.py. I can move these to their own module if that would be more appropriate.

moorepants commented 11 months ago

Thanks for this. LGTM.