
ghafour ahani
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by ghafour ahani-
unrelax a model
AnsweredHi All, I am using Python-Gurobi. I create an integer linear model, then I relax and solve it. Now, I would like to switch back the model to its integer form after solving its relaxation. Is that p...
-
Concurrent Optimizer: one core one thread
AnsweredHi, Assume my computer has one core with one thread. Now, if I optimize an LP using default parameters (i.e., when Gurobi uses concurrent optimizer), then there is no benefit of using concurrent op...
-
multiprocessing, model updating, iterative process
AnsweredHi,I am working on solving and updating an optimization model iteratively via Gurobi-Python. Namely, first I generate an optimization model, and then I repeatedly solve and update the model (e.g., ...