メインコンテンツへスキップ

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

ユーザーの入力を待っています。

コメント

1件のコメント

  • 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

サインインしてコメントを残してください。