Skip to main content

Model too large for size-limited license despite WLS license

Answered

Comments

3 comments

  • Mario Ruthmair
    Gurobi Staff Gurobi Staff

    Hi Alexandre,

    Could you show us the Gurobi output? Does it show license messages referring to your WLS license?
    Could you also show us the line that creates the model?

    Best regards,
    Mario

    0
  • Alexandre Touzet
    First Comment
    First Question

    Thanks to your message I found the problem! 

    I was creating the model with:

    m = gp.Model("multi_objective_model")

    And not:

    m = gp.Model("multi_objective_model",env=env)

    Thank you!

    0
  • Mario Ruthmair
    Gurobi Staff Gurobi Staff

    Thanks for reporting the solution! This might be helpful for others, too!

    0

Please sign in to leave a comment.