Skip to main content

Seeking help: Explored 0 nodes (0 simplex iterations)

Answered

Comments

5 comments

  • Official comment
    Simranjit Kaur
    • 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 try Gurobot, our chatbot interface offering instant, expert-level support.
  • Simon Bowly
    • Gurobi Staff

    Hi Putri,

    I can't tell what the issue is here from looking solely at the model code. What error message and/or log output are you seeing? At what point in this code do you call mdl.optimize() to solve the model?

    Best regards,
    Simon

    0
  • Putri Amalia
    • Gurobi-versary
    • Conversationalist
    • First Question

    Hi Simon,

    I write my code as what I write above and call the mdl.optimize() afterward. Here is the result I got.

    The obj func = 0 and there is no value stored at y, x, and m variables

    0
  • Putri Amalia
    • Gurobi-versary
    • Conversationalist
    • First Question

    Update:
    I put the codes which contains 'mdl' in one cell

    and the result:

    0
  • Simon Bowly
    • Gurobi Staff

    Hi Putri,

    You will need to have your full Gurobi license set up (academic license or take-gurobi-with-you, as we discussed today, depending on whether this is for your commercial or academic work) to run models with more than 2000 variables and constraints.

    Please see this post for further details, or open a support ticket at https://support.gurobi.com/hc/en-us if you are having trouble with the license setup.

    Best regards,
    Simon

    0

Post is closed for comments.