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:
Are you even interested in your solver being made readily available?
Do you suspect your solver to have competitive performance (for example compared to OSQP)?
I noticed a lack of warm/hot starting options in the C Interface, would you recommend the solver in a SQP approach?
The text was updated successfully, but these errors were encountered:
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: