Matthieu Lormeau
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by Matthieu Lormeau-
Matthieu Lormeau commented,
Hi, any update on this ? thank you very much for your kind help
-
Matthieu Lormeau commented,
Changed value of parameter Threads to 16Prev: 0 Min: 0 Max: 1024 Default: 0weeks model is being solvedGurobi Optimizer version 9.0.0 build v9.0.0rc2 (win64)Optimize a model with 2506 rows, 443 colu...
-
Matthieu Lormeau commented,
Parameters I tried are :day_room_time_model.setParam(GRB.Param.Threads, 3) # TRIED MORE (16 MAX) BUT IT CRASHES WITH BARRIERday_room_time_model.setParam(GRB.Param.Method, 2) # TRIED PRIMAL SIMPLEX ...
-
Matthieu Lormeau created a post,
No solution found when using an objective function
AnsweredHi, I have an MIP which consists of roughly 3 000 000 binary variables before presolve (2 000 000 after presolve).The goal is to generate timetables according to constraints. My decision variables ...