-
Notifications
You must be signed in to change notification settings - Fork 562
Add KNITRO persistent solver #3795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…traint management
| CONFIG = KnitroConfig() | ||
| config: KnitroConfig |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason that you are taking this out of base? It seems like it makes more sense here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I moved it because the config of the persistent interface needs to inherit from the PersistentSolverConfig and the direct interface needs to not inherit from that class. So I moved the typehint to each implementation.
Fixes NA
Summary/Motivation
This PR adds a persistent solver implementation for KNITRO.
Changes proposed in this PR
Legal Acknowledgement
By contributing to this software project, I have read the contribution guide and agree to the following terms and conditions for my contribution: