
Sven Rahmann
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 3
アクティビティの概要
Sven Rahmannさんの最近のアクティビティ-
Sven Rahmannさんが投稿を作成しました:
Best settings for set cover problems
回答済みHi, I have a typical set cover problem with a few hundreds of variables. Are there any recommended parameter settings that work well with set cover constraints? While Gurobi finds optimal solutions...
-
Sven Rahmannさんがコメントを作成しました:
Hello Robert, that is excellent news; thank you. Sven
-
Sven Rahmannさんがコメントを作成しました:
Dear Robert, probably you're right. I thought that v would be something like an Mvar populated with the values in attribute x, but I suppose cbGet NodeRel gives you directly the ndarray? In any cas...
-
Sven Rahmannさんが投稿を作成しました:
Reading matrix variables in in callback / Python matrix API
回答済みI'm attempting to solve a MIP with a 1-dimensional matrix variable "visitors" (integer), using the new Python matrix API. In a user callback, I want to read out the optimal fractional solution in t...
-
Sven Rahmannさんがコメントを作成しました:
So I'm experimenting with the matrix API in a model. While it looks helpful, a downside is that an MLinExpr is something completely different from a LinExpr and the two cannot be combined. Concrete...