Skip to main content

Does a model fail ...

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 why not try our AI Gurobot?.
  • Alison Cozad
    • Gurobi Staff

    Hi Biswajit,

    It would be helpful to get a bit more information about the issue you are having.  What error are you seeing?  Could you provide a minimum working example? It would be best to post a short self-contained code to reproduce the issue you describe.

    0
  • BISWAJIT KAR
    • Gurobi-versary
    • First Comment
    • First Question

    Actually, this is a transportation problem... working through different layers of sources and destinations. it worked up to a particular node, but when the problem gets bigger, and variable numbers reach around 68000, the problem gets slowed up. The problem runs while reducing the gap, but, its so slow that it never reaches 0.00%. eventually, it stops by saying "out of memory". @...

    0
  • Alison Cozad
    • Gurobi Staff

    To address an out-of-memory error, there are some good tips in How do I avoid an out-of-memory condition? In particular, it is helpful to set  NodeFileStart to 0.5.  This tells Gurobi to compress the branch and bound tree and write to disk.  

    0
  • BISWAJIT KAR
    • Gurobi-versary
    • First Comment
    • First Question

    Thank You! @..., for your kind help. I will try to implement this. It is working right now. Let's see if the problem converges. I will definitely let you know.

     

     

    0

Post is closed for comments.