Azi
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Posts
Recent activity by Azi-
Getting correct result only when setting InFeasTol parameter
AnsweredHi, I have a concern regarding the parameters set for Gurobi in Python. I know the solution to my mathematical model that I formulated however I get an incorrect value from Gurobi and I believe t...
-
Different results using different stopping criteria
AnsweredHi, I explain the problem first and number my questions (3 in total) in between as I go. I need to run a large example and use the result to calculate some expressions. So, I planned to use a stop...
-
Fix a variable and evaluate the Objective function value
AnsweredHello, Is there any efficient way to fix a variable at a specific value? I want to give the solution for a variable to the model as input and see what will be the value of objective function for ...
-
How to use the optimal solution (Gurobi output) to calculate another equation
AnsweredHello, I need to use the output of the gurobi solver in python to calculate another equation, or simply I need a way to be able to find the value of the left hand side (LHS) of one of the constra...