Oleg Grech
- 合計アクティビティ 38
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 4
アクティビティの概要
Oleg Grechさんの最近のアクティビティ-
Oleg Grechさんがコメントを作成しました:
Hi. Thanks for your prompt reply. By time per incumbent, referring back to the image above, incumbent 1264.00000 took 87s before going to incumbent 1177.000000. My question was whether I could limi...
-
Oleg Grechさんがコメントを作成しました:
Hi. Is there a way to set a time limit per Incumbent (as per image)? Or can you only set a time limit using Params.TimeLimit? ThanksOleg
-
Oleg Grechさんがコメントを作成しました:
Hi. Thanks for your reply. If going with the MIP start approach, you first have to produce a MIP start (.mst) or a solution (.sol) file. My questions are: Can a model be optimised more than once? ...
-
Oleg Grechさんが投稿を作成しました:
Additional variables being added to Objective Function
回答済みHi. After modelling my constraints, I have arrived at my objective function which is as follows (this is only one part of the objective function for the sake of simplicity): grb_model.setObjective...
-
Oleg Grechさんがコメントを作成しました:
Hi. Thanks for your help! Worked like a charm. Wish I knew this beforehand.
-
Oleg Grechさんがコメントを作成しました:
Hi. Thank you for the suggestion. But I am still getting that the model is infeasible. Here is my updated code with another constraint: # Constraints 4.13max_valCA1SH = grb_model.addVar(lb=-GRB.IN...
-
Oleg Grechさんがコメントを作成しました:
I have added a GitHub link so that you can access the code: https://github.com/oleggrech7/Sports_Scheduling
-
Oleg Grechさんがコメントを作成しました:
Hi after doing what you suggested, it is still giving me the same issue when looking at the ilp file
-
Oleg Grechさんがコメントを作成しました:
Hi again. Upon inspection, I noticed that the model is being infeasible because of the following constraints: grb_model.addConstr((ca1sh.min - quicksum(x[i,j,s] for s in ca1sh.slots for j in team_...
-
Oleg Grechさんがコメントを作成しました:
When doing what you suggested, it is giving me the following error: Any ideas?