Skip to main content

Using quadratic constraint(s) with multi-objective function (python)

Answered

Comments

4 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?.
  • Eli Towle
    Gurobi Staff Gurobi Staff

    What type of license are you using? There is only one version of Gurobi, but certain license types may restrict how large of problems you are able to solve. The \( \texttt{gurobipy} \) pip installation includes such a size-restricted license (which cannot be used in production).

    It could be that Gurobi's presolve handles the single-objective and multi-objective models differently. As a result, it's possible that the presolved multi-objective model has more quadratic terms than allowed by your license.

    I see one of my colleagues has opened a ticket for you in our online support portal to discuss this further.

    0
  • Bhartendu Awasthi
    Gurobi-versary
    First Question
    First Comment

    Hi Eli,

    I am using online course license that Gurobi offers (https://www.gurobi.com/downloads/eula-academic-online-course-license-request/). I think this license type has an upper cap of having max 2000 decision variables and 2000 constraints. It's free to use.

    If your could pls confirm that the license type is a limiting factor here.

    0
  • Gwyneth Butera
    Gurobi Staff Gurobi Staff

    This issue is being handled in a support request.

    0

Post is closed for comments.