
Alberto Santini
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
Comments
Recent activity by Alberto Santini-
Hi Tobias. First of all, thanks for replying and the explanation. I was checking point 8. from calling \(\texttt{model.write()}\) at the end, but then I must have been mistaken. So, just to be clea...
-
Hi Marika! Thanks for your answer. I think the following code confirms what you have just written: #include <gurobi_c++.h>#include <cstdlib>#include <filesystem>int main() { std::filesystem::pat...
-
Hi! I discovered what was happening while preparing a minimal working example for you. I was reusing the same model for multiple optimisations, and it turns out that the column pool doesn't get "cl...
-
Hi! Thanks for your answer. Unfortunately, this is not the issue because I get the same behaviour after setting \(\texttt{GRB_IntParam_PoolSearchMode}\) to 1 or 2. Furthermore, my interpretation of...
-
Thanks for your answer, Jaromił, neat trick. Best, AS
-
Sorry Eli, it was my mistake. Indeed everything works as it's supposed to, including bounds and number of nodes explored. Thanks a lot for your help.
-
Thanks Eli. It completely escaped me that I was using a where == GRB_CB_MIPNODE but then I was using the MIPSOL and MIP codes. Changing that fixed this problem. It's still not clear to me what happ...