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

Writing a wrapper for JuMP #10

Open
freemin7 opened this issue Apr 9, 2021 · 1 comment
Open

Writing a wrapper for JuMP #10

freemin7 opened this issue Apr 9, 2021 · 1 comment

Comments

@freemin7
Copy link

freemin7 commented Apr 9, 2021

Hello,

i sometimes wrap existing C interfaces to make them available from the JuMP modeling language in Julia.
This would allow easy use of your solver by people and other solvers in the JuMP ecosystem.
This would require me to:

  • Find a reproducible (cross platform) way to build binaries
  • Probably call the C interface from Julia
  • Hook up the Julia version of your C Interface to the algebraic modeling language
  • Maintain this code base

Since this is would require work on my behalf, i would like to ask some questions:

  • Would exposing your solver to generic QP interface even make sense?
  • The solver seems to solve diagonal+upper diagonal block matrices. Are those blocks assumed dense?
  • What integration schemes do you recommend?
@jfrasch
Copy link
Owner

jfrasch commented Apr 11, 2021

Hi @freemin7 , thanks for your interest in supporting qpDUNES. May I refer you to https://github.com/qpDUNES since this repo is no longer being maintained.

Concerning your questions, qpDUNES focuses on solving block-banded matrices with a particular structure as it occurs in optimization problems with ODE constraints, e.g., optimal control.

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

No branches or pull requests

2 participants