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 11, 2021 · 0 comments
Open

Writing a wrapper for JuMP #10

freemin7 opened this issue Apr 11, 2021 · 0 comments

Comments

@freemin7
Copy link

I originally opened the same issue there but that was the wrong place.

Hello,

i sometimes wrap existing C interfaces of solvers 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/NLP 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?
  • Can you also handle cyclic constraints like occurring in boundary value problems in a circle or know length (limit) cycles in ODEs?

In the long term i would be quiet interested to add DE constraints to JuMP however this solver would be used as an QP/NLP solver first.

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

1 participant