
Florian Götz
- 合計アクティビティ 11
- 前回のアクティビティ
- メンバー登録日
- フォロー 1ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 4
アクティビティの概要
Florian Götzさんの最近のアクティビティ-
Florian Götzさんがコメントを作成しました:
Hi Jaromił, You could try generating model files (MPS for example) via the write method and then reading them in each solve_model call instead of constructing the models from scratch. Thanks for...
-
Florian Götzさんがコメントを作成しました:
Hi all, thank you for pointing out the documentation of "QuadExpr". Especially the QuadExpr.addTerms() function has enormously sped up the construction of the target function. I don't need the matr...
-
Florian Götzさんが投稿を作成しました:
Why does it take so long to build the objective?
回答済みHi, below you find a toy example of the problem I'm working with. If you increase the number of rows and columns to say 8000 and 70 (the real problems are even larger) respectively, the code tends ...
-
Florian Götzさんがコメントを作成しました:
Is this information still up to date? Best regards Thus, it is currently not possible to skip (or avoid) the "model building" part in your solve_model function.
-
Florian Götzさんがコメントを作成しました:
Hi Jaromił, I'm struggling with the same problem as the post initiator. Silke Horn states on the following website that one can solve different optimization problems in parallel with multiprocessin...
-
Florian Götzさんがコメントを作成しました:
Hello, could someone please post a solution for python users? Thanks a lot.