
Iason Liagkas
- 合計アクティビティ 121
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 28
アクティビティの概要
Iason Liagkasさんの最近のアクティビティ-
Iason Liagkasさんがコメントを作成しました:
Thank you Simran.
-
Iason Liagkasさんがコメントを作成しました:
My ultimate goal is to produce a graph like that. Is this possible through the log file or callbacks? or that is not something that we can always obtain? Kind regardsIason
-
Iason Liagkasさんがコメントを作成しました:
Thank you Simran, so on the above cases to get the solution gap can I apply callbacks or the gap is not available before a specific point of the solution? I do not know if I can get the solution ga...
-
Iason Liagkasさんがコメントを作成しました:
Another log that I get sometimes isIteration Objective Primal Inf. Dual Inf. Time 12317 9.4324848e+06 5.097459e+02 5.788624e+08 5s 16557 1.1036289e+07 4.582912...
-
Iason Liagkasさんが投稿を作成しました:
Log file does not show the gap
回答済みHello guys you can ignore my previous post, the time was for parameter setting. My question is now on this run why don't I get the percentile gap per time on the log? I see the below Is there anyt...
-
Iason Liagkasさんがコメントを作成しました:
After restarting python this stopped happening. Thanks Mattias, it could be a bug or something else.Kind regardsIason
-
Iason Liagkasさんが投稿を作成しました:
Variable bound
回答済みHello guys, I have an optimization model and It is feasible. It has one variable bound though that if I remove it it makes the problem infeasible without making any other change. Does that make sen...
-
Iason Liagkasさんがコメントを作成しました:
one thing that I suspect is that my model is within a function that I call in the below code: subproblem = SP_define(K,number_of_nodes,nodes,links,arcs,arcs_numeric,capacities, cap...
-
Iason Liagkasさんが投稿を作成しました:
infeasible model has objective function value
ユーザーの入力を待っています。I am solving a model sequentially and it is feasible in the first iteration. In the second iteration the model becomes infeasible but I get an objective function value when I run subproblem.objVal....
-
Iason Liagkasさんがコメントを作成しました:
Thanks Kaur. This was the case as I was using the code: for i in ["I","E"]: for r,s in drs.keys(): MPmodel.addGenConstrPWL(Rirs[i,r,s], lRirs[i,r,s], horizPoints, verticalPoints, "log_approxima...