You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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:
Since this is would require work on my behalf, i would like to ask some questions:
The text was updated successfully, but these errors were encountered: