Iason Liagkas
- Total activity 101
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 26
Posts
Recent activity by Iason Liagkas-
large matrix coefficient meaning
AnsweredHello 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
AnsweredHello 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)
AnsweredHello 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
AnsweredHello 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
AnsweredHello 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
AnsweredHello 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
AnsweredHello 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
Awaiting user inputHello 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
AnsweredHello 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
AnsweredHello 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...