pycutest icon indicating copy to clipboard operation
pycutest copied to clipboard

Pycutest with Knitro solver

Open fadihamad94 opened this issue 1 year ago • 1 comments

Hello, please can you help me with the following issue:

Does the package support an interface to solve cutest problems with Knitro solver?

Thank you.

fadihamad94 avatar Oct 25 '23 16:10 fadihamad94

Hi, we do not provide one directly but you should be able to use the Knitro Python API through the knitro.Callback function described here: https://www.artelys.com/app/docs/knitro/3_referenceManual/knitroPythonReference.html#callback by passing in the relevant PyCUTEst functions (you may need to wrap them into the format Knitro expects). For example, to solve nonlinear least squares problems with Knitro see here: https://www.artelys.com/app/docs/knitro/2_userGuide/ktrlsq.html For more details see the full Knitro solver docs and accompanying examples.

jfowkes avatar Oct 26 '23 07:10 jfowkes