
Amin Ahmadi
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by Amin Ahmadi-
Amin Ahmadi created a post,
MIPGAP not closed
AnsweredHello, I am solving a location-transportation optimization problem (Gurobi-Python) that is not challenging with the small number of nodes according to the literature. In order to optimize the sol...
-
Amin Ahmadi commented,
I understood. Your suggestions work perfectly. Thanks for your time.
-
Amin Ahmadi commented,
Eli, Thanks for your response. As I said, I am using the remove function to eliminate constraints. Since I have to remove more than 6000 thousand constraints, this does not work for me. This is the...
-
Amin Ahmadi created a post,
How add constraints temporarily to the model?
OngoingHi, I am implementing an iterative method for solving a problem. We need to have a set of constraints in the model at one iteration but not necessary for the subsequent iterations. One way is to re...
-
Amin Ahmadi created a post,
Customized branching rule
AnsweredI have three questions about the selection strategy in the B&B method in Gurobi. As I understood, we cannot find out how Gurobi branches in each iteration. But, I need to control the branching stra...
-
Amin Ahmadi created a post,
Copying Model
AnsweredHello, I generate a model with several decision variables and constraints. Let's call it Model_1. Next, I want to use Model_1 and add new constraints to it in a while loop. However, after the loop...
-
Amin Ahmadi commented,
Thanks for your explanation. I have a general question. In my case, building the lp model is taking too much time ( more than 3000 seconds). I am seeking a way to generate the model in a short time...
-
Amin Ahmadi created a post,
Large LP problem
AnsweredI want to solve a large lp problem until the first feasible solution is found. (I do not want to spend too much time on it). Also, I want to give 5 minutes extra time to find a possible better sol...