Hacker News new | ask | show | jobs
by freemint 1671 days ago
The inspiration from JuMP is obvious however I couldn't find a list of supported solvers.
1 comments

I need to document that better, but rmpk ships with a "ROI optimizer". ROI is an R package that provides bindings to most of the popular solvers: https://roi.r-forge.r-project.org

But I am also working on providing custom bindings to different solvers, to be able to have more control over them. E.g. GLPK: https://github.com/r-opt/GLPKoptimizer

The list of supported solvers is impressive. There are some which I don't know MOI can talk too.

Are there any solvers written in R and not just written in another programming language and wrapped?

I just added a list of the supported solvers to the README. Around 20.
I am not aware of any.