Vegard Hansen
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Vegard Hansen-
Vegard Hansen commented,
I am building the variables like this: l = dict.fromkeys((g,k) for g in all_generations for k in production_schedules[g]) for g in all_generations: for k in production_schedules[g]: ...
-
Vegard Hansen created a post,
Slow model building
Awaiting user inputHello,I am building a branch-and-price application, and my master-problem is taking a very long time to build (> 10 minutes) (and I am getting RAM memory issues after a while when building it), how...