Skip to main content

Warning messages in MATLAB while using Gurobi for distributed optimization

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?.
  • Matthias Miltenberger
    Gurobi Staff Gurobi Staff

    Hi Gayan,

    It's unclear where you try setting these parameters. These are valid Gurobi parameters and you need to set them when solving the model:

    params.NonConvex = 2;
    ...

    result = gurobi(model, params);

    You should check the gurobi.log file to see what happened.

    Cheers,
    Matthias

    0
  • Matthias Miltenberger
    Gurobi Staff Gurobi Staff

    I just realized that you are using Gurobi 8.0 and those parameters were not available back then. Please update your Gurobi installation to use those parameters.

    Cheers,
    Matthias

    0

Post is closed for comments.