Skip to main content

Gurobi Error for bigger Models: Failed to create model (Java)

Awaiting user input

Comments

1 comment

  • Jaromił Najman
    • Gurobi Staff Gurobi Staff

    Did you check whether your program does run out of memory? This is often the case for recursive Java programs which require many objects of significant size, cf. StackOverflowError Vs OurOfMemoryError in Java.

    Did you try re-writing your program in a sequential way to avoid recursion?

    Best regards, 
    Jaromił

    0

Please sign in to leave a comment.