Skip to content

Ipopt interface prototype#1

Merged
Transurgeon merged 16 commits intocvxgrp:masterfrom
cvxpy:ipopt-interface
Jun 27, 2025
Merged

Ipopt interface prototype#1
Transurgeon merged 16 commits intocvxgrp:masterfrom
cvxpy:ipopt-interface

Conversation

@Transurgeon
Copy link
Member

Description

Please include a short summary of the change.
Issue link (if applicable):

Type of change

  • New feature (backwards compatible)
  • New feature (breaking API changes)
  • Bug fix
  • Other (Documentation, CI, ...)

Contribution checklist

  • Add our license to new files.
  • Check that your code adheres to our coding style.
  • Write unittests.
  • Run the unittests and check that they’re passing.
  • Run the benchmarks to make sure your change doesn’t introduce a regression.

@Transurgeon Transurgeon merged commit 4544ef7 into cvxgrp:master Jun 27, 2025
Transurgeon added a commit that referenced this pull request Sep 18, 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant