Add Knitro interface to CVXPY for Quadratic Problems and Conic Problems#1
Merged
eminyouskn merged 78 commits intomasterfrom Jul 24, 2025
Merged
Add Knitro interface to CVXPY for Quadratic Problems and Conic Problems#1eminyouskn merged 78 commits intomasterfrom
eminyouskn merged 78 commits intomasterfrom
Conversation
…er options in KNITRO interface
…or initialization values
…e argument definitions
…include Y_INIT_KEY in interface arguments
…TRO; add parameter handling tests
|
Benchmarks that have stayed the same: |
eminyouskn
added a commit
that referenced
this pull request
Aug 6, 2025
* Add Knitro interface to CVXPY for Quadratic Problems and Conic Problems (#1) * Add KNITRO solver to the list of available solvers * Add KNITRO QP and Conic solver interfaces * Add KNITRO citation to the citation dictionary * Add KNITRO QP and Conic solver interface implementation * Add KNITRO to doc * Add KNITRO to ci for optional solvers * Use KNITRO_LICENSE instead of KNITRO_CI. * Fix KNITRO installation condition for macOS architecture check * Update copyright in conic_solver.py and qp_solver.py * Update copyright information * Reverse back the copyright * Remove unused import statement for knitro in KNITRO solver classes * Add import statement for Knitro solver in KNITRO classes * Remove unused import statement for Knitro in KNITRO solver classes * Add documentation reference for Knitro status mapping in KNITRO solver classes * Fix formatting of KNITRO license echo command in CI workflow --------- Co-authored-by: William Zijie Zhang <89562186+Transurgeon@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request has the goal of adding the Knitro solver interface to the cvxpy module.
Type of change
Contribution checklist