
ghafour ahani
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by ghafour ahani-
Correct. But, I am adding new variables to the relaxed model in an iterative process, and from time to time I need to switch back the model to integer form and solve the model. Therefore, I need t...
-
Hi again, Thanks for the reply. Yes it should work. I think it is not possible to share a Gurobi model among processors, right? best, Ghafour
-
Sorry for not being clear. Yes correct. P2 has to wait for P1. The thing is that P1 itself is consists of several small problems that can be solved in parallel. The same thing for P2. Thanks agai...
-
Hi Jaromil, Thanks for the reply. Please note that P1 and P2 need to be solved alternately. Namely, I need to solve P1, terminate the process of P1 (to release the CPU resources), and pass the res...