Iason Liagkas
- 合計アクティビティ 101
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 26
投稿
Iason Liagkasによる最近のアクティビティ-
large matrix coefficient meaning
回答済みHello guys, What does a large matrix coefficient cause to our problem? can we say that the results will be very sensitive to coefficient values? what would be the consequences of this situation? Ki...
-
obtain variable values from a program inside a function
回答済みHello guys, I have created a function named SP_define and inside I have formed an optimization model named SPmodel = gp.Model('SP'). On the final line of the function, I have written: return SPmode...
-
Getting the dual variable values when the model status is 4(INF_OR_UNBD)
回答済みHello guys, I am running the benders algo, When my subproblem is feasible I am using the following line to get the dual variable value: gp.quicksum(BigM*deltars2kE[r,s,k]*subproblem.getConstrByNam...
-
Forming a model inside a function
回答済みHello Guys, I am trying to code a Python function to build a model inside. The name of the function is SP_define. The function returns the model only. I run the below code. When I print the model I...
-
model parameter update on sequential model optimization
回答済みHello guys on a previous post I have found : https://support.gurobi.com/hc/en-us/community/posts/7197240325905-How-to-update-value-of-parameter-during-model-iteration-?input_string=model%20paramete...
-
0 on lp file objective function
回答済みHello guys, in my lp file for the model description I am getting 0 as coefficient for a variable that should have coefficient=1. bellow is the output: Is there anything wrong with this? \ Model SP...
-
Quadratic equations (x*y) calculation
回答済みHello guys, do you know how does Gurobi handle the multiplication of two continuous variables under the hood? I was searching how to linearize this calculation and I came across McCormick envelope...
-
Solution optimality gap inconsistency
ユーザーの入力を待っています。Hello guys, I am running a code and every time I run it I get a different result in terms of time to get the solution and also in terms of optimality gap. The objective function has a different res...
-
Infeasibility question
回答済みHello guys, I am modeling a problem relative to traffic equilibrium, and when I add more than a certain number of traffic origin-destination pairs it becomes infeasible. Does this mean that I am re...
-
running time to optimality
回答済みHello guys, I have been running a code that solves a problem but I do not know if the problem is feasible or not, so my questions are 1) if the log file has been running for 24 hours and I have not...