Skip to main content

Theory about the algorithms

Answered

Comments

3 comments

  • Official comment
    Simranjit Kaur
    Gurobi Staff Gurobi Staff
    This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?.
  • Jakob Schelbert
    Gurobi-versary
    Collaborator

    Hi Luca,

    barrier is probably better known as interior point methods (https://en.wikipedia.org/wiki/Interior-point_method). The Wikipedia article contains some useful links to papers, for example from Stephen Boyd or Stephen Wright.

    The simplex method, although initially developed for linear objective function, can also be applied for (convex) quadratic objective functions. See for example the following papers:

    P. Wolfe. The simplex method for quadratic programming
    C. Van de Panne and A. Whinston. Simplicial methods for quadratic programmig

    1
  • Luca Vitale
    Gurobi-versary
    First Question
    First Comment

    Thank you so much, I will start with these 2 papers! 

    0

Post is closed for comments.