Code Monkey home page Code Monkey logo

Comments (8)

h-g-s avatar h-g-s commented on May 30, 2024

Do you know how competitive this Scipy LP solver is ? Clp is quite fast and reliable, much faster than GLPK, for instance, I'm not aware of other open source LP solvers that are competitive with Clp (HIGHS perhaps), but I never tested this LP solver.

from python-mip.

SanPen avatar SanPen commented on May 30, 2024

I am very much aware of the state of the art.
The point of the ticket is to be able to export the matrices as an additional interface.

from python-mip.

h-g-s avatar h-g-s commented on May 30, 2024

Could you provide some scenario(s) where this would be useful ?
Sorry for my ignorance on this feature, but since I never needed something similar I'm failing to see its usefulness.

from python-mip.

SanPen avatar SanPen commented on May 30, 2024

Well, to export the coefficients matrix A, the right hand side vector b and the objective function coefficients vector c allows anyone to implement their own method for research.

For instance I wanted to implement a method that would leverage parallel system solving which Clp doesn't have. Another feature that I wanted to test is to embed controls of electric equipment within the solver. That is very common in electricity related numerical methods.

from python-mip.

h-g-s avatar h-g-s commented on May 30, 2024

The additional dependency would be numpy, is it ? (not linprog).
It would significantly increase the download size of Python-MIP, but I think that almost everyone has numpy installed these days, isn't ?

from python-mip.

SanPen avatar SanPen commented on May 30, 2024

No, linprog should not be a dependency since the feature would be a generic one to return A, b and c

from python-mip.

h-g-s avatar h-g-s commented on May 30, 2024

from python-mip.

SanPen avatar SanPen commented on May 30, 2024

As I understand it yes

from python-mip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.