Hi,
First, Great project! Thanks!
Second, this is not an issue but a question.
My history. I'm currently developing some systems biology simulation which require the resolution of LP. Usually I use cplex, gurobi or glpk through a python general interface.
But this particular project I'm referring to, is coded in C++.
After reviewing some open source LP libraries in C++ I started to use Clp.
However I would like to use a more abstract interface that allow to use different
solver under the hood, and after some more exploration I founded your project.
I haven't tested yet, but it's looks like it will perfectly fit my needs.
The question. How hard is to extend the project so it can also use CLP as a solver?
Thanks!
Best
Miguel