Sven Rahmann
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 3
投稿
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...
-
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...