Giter VIP home page Giter VIP logo

Comments (3)

ZhepeiWang avatar ZhepeiWang commented on May 30, 2024

When the dimension of decision variables is high, the solver is not usable. Let us denote by d the dimension, by n the number of constraints. The time complexity of the solver is O(d!n). We can see, when d is fixed as a small number (such as d<10), the complexity is optimal w.r.t. n, i.e., linear complexity. However, for large d, a general solver using primal-dual simplex or interior-point method will be far better.

Indeed, this solver is designed for computational geometry, since there are tons of problems whose dimension is 2, 3, or 4, and the constraint number is really large. Thus SDLP can only show its superior efficiency againt general LP solvers in this type of problems.

from sdlp.

szt008 avatar szt008 commented on May 30, 2024

Thank you so much for your enthusiastic answer.
Could you recommend some general linear programming solvers with a friendly Eigen or C++ interface? It would be better if it could be suitable for large-scale sparse linear programming problems.

from sdlp.

ZhepeiWang avatar ZhepeiWang commented on May 30, 2024

For general purpose LP, the GNU Linear Programming Kit (https://www.gnu.org/software/glpk/) is recommended. If you prefer an Eigen interface, there is also a wrapper (https://github.com/ZJU-FAST-Lab/GLPK_Interface).

from sdlp.

Related Issues (3)

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.