KNITRO solver interface #60
Replies: 6 comments 13 replies
|
I am glad to accept external contributions. You can read existing interface code like Gurobi or COPT, then implement LP, QP, MIP firstly. NLP support is more difficult and you can refer to the ipopt part to understand how POI provides the callbacks. |
|
Quick question, since KNITRO supports quadratic objectives, is there a |
|
I managed to implement KNITRO and have all tests passed except one Here is the output: |
|
I just created a PR for adding support for KNITRO. I think to be able to run tests you need probably to have a license. Please let me know how can I send it to you? |
|
Hi @metab0t Thanks for your quick reactions on my PRs. I just want to ask you if you want me to add testing KNITRO in the CI? |
|
Currently, we only verify whether KNITRO is installed before triggering the KNITRO-related tests. We do not check whether a valid license is available or accessible. Do you think it would be worthwhile to add functionality that also validates license availability before running these tests? |
Uh oh!
There was an error while loading. Please reload this page.
I would like to begin implementing an interface for the Artelys KNITRO solver. According to the developer guidelines, such contributions should start with a discussion, so I’m opening this thread to initiate that conversation.
All reactions