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. |
Beta Was this translation helpful? Give feedback.
-
|
Quick question, since KNITRO supports quadratic objectives, is there a |
Beta Was this translation helpful? Give feedback.
-
|
I managed to implement KNITRO and have all tests passed except one Here is the output: |
Beta Was this translation helpful? Give feedback.
-
|
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? |
Beta Was this translation helpful? Give feedback.
-
|
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? |
Beta Was this translation helpful? Give feedback.
-
|
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? |
Beta Was this translation helpful? Give feedback.
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.
Beta Was this translation helpful? Give feedback.
All reactions