Matthieu Lormeau
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 1
アクティビティの概要
Matthieu Lormeauさんの最近のアクティビティ-
Matthieu Lormeauさんがコメントを作成しました:
Hi, any update on this ? thank you very much for your kind help
-
Matthieu Lormeauさんがコメントを作成しました:
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さんがコメントを作成しました:
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さんが投稿を作成しました:
No solution found when using an objective function
回答済みHi, 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 ...