Khadija HADJ SALEM
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Posts
Recent activity by Khadija HADJ SALEM-
Why does Gurobi return non-integral values for integer/binary variables?
AnsweredHi, I am solving my ILP model (4 variables) using Gurobi, where (alpha, beta) are binary variables and (x,y) are integer variables (defined as below). # DECISION VARIABLES# STAGE 1: alpha, x alpha...
-
Why is Gurobi taking too much time after finding the optimal solution?
AnsweredHi, I'm trying to solve a big ILP problem. The solution takes little time, less than 5 seconds (good news!) But the problem is that Gurobi does some extra iterations that take a lot of time. What ...