jfowkes / pycutest

Python interface to CUTEst
https://jfowkes.github.io/pycutest/
GNU General Public License v3.0
28 stars 11 forks source link

Add access to Lagrangian function #72

Closed jfowkes closed 9 months ago

jfowkes commented 9 months ago

@lindonroberts by adding access to the Lagrangian function this PR makes us feature complete wrt the CUTEst MATLAB interface (can't believe we didn't have this!): https://github.com/ralna/CUTEst/blob/master/src/matlab/mcutest.c

lindonroberts commented 9 months ago

The code looks good, and I'm surprised we missed this too! Happy to merge, but the CI tests don't seem to have run. Do you know why that might be?

jfowkes commented 9 months ago

@lindonroberts apologies CI tests now running (it seems they only run on merges into master). Time for a new PyCUTEst 1.6 release I think 😃