Skip to main content

gurobi error 10003 on debian

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?.
  • Gwyneth Butera
    Gurobi Staff Gurobi Staff

    This seems to be an issue caused by using the wrong license.

    0
  • Navid Ansari
    Gurobi-versary
    First Comment

    I am working with yalmip and the Same problem happened to me. In your /path/to/YALMIP/extras/sdpsettings.m (lines 816-842 in latest YALMIP version).
    Please comment out lines:

    gurobi.WorkerPassword = '';
    gurobi.WorkerPool = '';
    gurobi.CloudAccessID = '';
    gurobi.CloudHost = '';
    gurobi.CloudSecretKey = '';
    gurobi.CloudPool = '';
    gurobi.ComputeServer = '';
    gurobi.ServerPassword = '';
    gurobi.ServerTimeout = 60;
    gurobi.CSPriority = 0;
    gurobi.CSQueueTimeout = -1;
    gurobi.CSRouter = '';
    gurobi.CSGroup = '';
    gurobi.CSTLSInsecure = 0;
    gurobi.CSIdleTimeout = -1;
    gurobi.JobID = '';
    gurobi.CSAPIAccessID = '';
    gurobi.CSAPISecret = '';
    gurobi.CSAppName = '';
    gurobi.CSAuthToken = '';
    gurobi.CSBatchMode = 0;
    gurobi.CSClientLog = 0;
    gurobi.CSManager = '';
    % gurobi.UserName = '';
    gurobi.ServerPassword = '';
    gurobi.TokenServer = ''; 
    0
  • Matthias Miltenberger
    Gurobi Staff Gurobi Staff

    This issue has been already fixed in YALMIP. See commit Comment out problematic options · yalmip/YALMIP@222b4ce (github.com)

    Cheers,
    Matthias

    0

Post is closed for comments.