Skip to content
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

Frontend for Mixed Integer Nonlinear Programming #25116

Open
mo271 opened this issue Apr 7, 2018 · 0 comments
Open

Frontend for Mixed Integer Nonlinear Programming #25116

mo271 opened this issue Apr 7, 2018 · 0 comments

Comments

@mo271
Copy link
Contributor

mo271 commented Apr 7, 2018

In #21003, we added support for PySCIPOpt and added scip as a optional MILP-solver.
The solver SCIP can also handle nonlinear programs. There are also other nonlinear solvers available, such as Couenne from coin-or https://projects.coin-or.org/Couenne/.

I suggest to add a new class MixedIntegerNonlinearProgram, simliar to the
class MixedIntegerLinearProgram, which can handle nonlinear constraints. One can also think about special treatment for quadratic constraints, and possibly convex optimization.

For this new class, there should be a generic backend. As soon as this is ready, we can build on top of this ticket to get backends for scip and couenne.

Comments and suggestions welcome!

CC: @mkoeppe @yuan-zhou

Component: numerical

Issue created by migration from https://trac.sagemath.org/ticket/25116

@mo271 mo271 added this to the sage-8.2 milestone Apr 7, 2018
@mo271 mo271 changed the title Mixed Integer Nonlinear Programming Frontend for Mixed Integer Nonlinear Programming Apr 7, 2018
@mkoeppe mkoeppe modified the milestones: sage-8.2, sage-9.4 Apr 28, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.4, sage-9.5 Jul 19, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.5, sage-9.6 Dec 14, 2021
@mkoeppe mkoeppe modified the milestones: sage-9.6, sage-9.7 Mar 5, 2022
@mkoeppe mkoeppe modified the milestones: sage-9.7, sage-9.8 Aug 31, 2022
@mkoeppe mkoeppe modified the milestones: sage-9.8, sage-9.9 Jan 7, 2023
@mkoeppe mkoeppe modified the milestones: sage-10.0, sage-10.1 Apr 30, 2023
@mkoeppe mkoeppe removed this from the sage-10.1 milestone Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants