Giorgos Tsoumos
- 合計アクティビティ 25
- 前回のアクティビティ
- メンバー登録日
- フォロー 1ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 8
コメント
Giorgos Tsoumosによる最近のアクティビティ-
Very well thank you for your time!
-
Good morning, I have changed the name of variables and found the error in constraints however now the model while computing the solution "stucks" here as the screenshot shows and i don't know why? ...
-
\ Model (null)_copy\ LP format - for model browsing. Use MPS format to capture full model detail.Minimize Subject To R0: x + x + x + x + x + x + x + x + x + x + x + x + x + x + x + x + x + x + x ...
-
Hello, I have added the variables arrive and depart as GRBVars and also i have i have looked at the example Technician Routing Problem. I've also run the formulation with only 3 constraints but ...
-
Do i have to add them as Gurobi variables? I am asking because i have to add the constraint 8 which involves xijk which is a gurobi variable but apart from depart[i] and arrival[i] are not. Yes ...
-
Hello, I have written the model in a file with extension .lp and i've tried to reduce the problem's complexity to a smaller one but i still cannot find the infeasibility reason... depart[i] and ar...
-
Hello, Well, the debugging process terminates but the model is infeasible and i dont know why. I guess it's something to do with the constraints but i cannot find it. I have added the constraints a...
-
God bless you! Thank you so much i am struggling with this for days... Solved <3
-
Yes sure, I am running this code in VS 2019 and when i start debugging then an exception is thrown that points me to this line of "gurobi_c++.h" file "GRBVar& operator=(const GRBVar& xvar) { varR...
-
Yes the error is directing me in this line of gurobi_c++.h which is GRBVar& operator=(const GRBVar& xvar) { varRep = xvar.varRep; return *this; } and the error is "Exception thrown: read access vi...