Thanks to visit codestin.com
Credit goes to github.com

Skip to content

How hard is to extend LP so it can use coin-CLP as the LP solver? #2

@migp11

Description

@migp11

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions