Thorsten Otto
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Thorsten Ottoさんの最近のアクティビティ-
Thorsten Ottoさんがコメントを作成しました:
Hi Eli, thanks a lot for your comment. In fact, preventing my function from terminating the solving and adding the same constraints again, did the trick. I still don't understand, how it is possibl...
-
Thorsten Ottoさんがコメントを作成しました:
Hello! Unfortunately, I'm still stuck with this problem. First I let print out some lines on entering the callback function, on leaving the callback function, before calling the optimize routine an...
-
Thorsten Ottoさんがコメントを作成しました:
Hi Jaromił, you're totally right regarding the code snippet I posted. Unfortunately I made a stupid copy and paste mistake. The actual code of my callback function looks like this: def mycallback(m...
-
Thorsten Ottoさんがコメントを作成しました:
Hi Jaromił, thanks for your quick reply. The variable is reset inside the callback function before testing for the graph properties. But shouldn't the callback function be only applied, when there ...
-
Thorsten Ottoさんが投稿を作成しました:
Seeking help: I'm getting infinite loop of the exactly same (non optimal) solution
回答済みHello, I'm writing an application that optimizes the represantation of a graph as a grid drawing. Gurobi behaves in a way I can't understand: Often - not always - it ends up in a seemingly infinite...