Parisa Keshavarz
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Posts
Recent activity by Parisa Keshavarz-
Gurobi Academic license about to expire
Hello, I have been working with Gurobi for my thesis since last year and today I got a message that it will expire in 8 days. I'm not sure if there is a way I could renew the license or not. I'm a ...
-
Stopping the program if best objective has not changed after a while
AnsweredHello, I have a MIP that takes a long time to solve and most of the time is spent on proving the optimal answer in the branch and bound algorithm. I though about setting a time limit, but in the fo...
-
MIO in Python, Multiplying decision variables and arrays
AnsweredHi all, I am trying to write a MIO in python but I am having some difficulties in writing one of the constraints. I have defined aij to be a binary variable and xi is each row of a dataset which i...