
Sven Rahmann
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
Posts
Votes on activity by Sven Rahmann-
Best settings for set cover problems
AnsweredHi, 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
AnsweredI'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...