Florian Götz
- Total activity 11
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 1
- Subscriptions 4
Activity overview
Latest activity by Florian Götz-
Florian Götz commented,
Hi Jaromił, You could try generating model files (MPS for example) via the write method and then reading them in each solve_model call instead of constructing the models from scratch. Thanks for...
-
Florian Götz commented,
Hi all, thank you for pointing out the documentation of "QuadExpr". Especially the QuadExpr.addTerms() function has enormously sped up the construction of the target function. I don't need the matr...
-
Florian Götz created a post,
Why does it take so long to build the objective?
AnsweredHi, below you find a toy example of the problem I'm working with. If you increase the number of rows and columns to say 8000 and 70 (the real problems are even larger) respectively, the code tends ...
-
Florian Götz commented,
Is this information still up to date? Best regards Thus, it is currently not possible to skip (or avoid) the "model building" part in your solve_model function.
-
Florian Götz commented,
Hi Jaromił, I'm struggling with the same problem as the post initiator. Silke Horn states on the following website that one can solve different optimization problems in parallel with multiprocessin...
-
Florian Götz commented,
Hello, could someone please post a solution for python users? Thanks a lot.