Christian Perau
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
Comments
Recent activity by Christian Perau-
Hi Riley, I don´t set the Username in the code. However, the license file seems ok and it does work the first 253 iterations. I removed all gurobi versions from my machine and installed 11.0.3 agai...
-
Hi Riley, yes I am using first GRBfreemodel and right after GRBfreeenv to free the memory. But I also monitored it in during runtime and the total memory usage of the machine was at its peak less t...
-
Hi Marika, thanks for the quick response! I know this problem actually existed before version 10 of gurobi. I also created a post regarding that a while ago (https://support.gurobi.com/hc/en-us/com...
-
Hi Matthias, Thanks for the hint. Apparently instead of writing either a .dll or .so, the cmake build now creates a .lib file. I guess there will be some option on how to choose the file format, I´...
-
Hi Matthias, thanks for the explanation! I was wondering if it was possible to create a shared object (.so) file instead of the .exe file (or additionally to it) so that the function is callable vi...
-
Hi Matthias, thanks! That fixed the problem indeed. After the cmake build, I tried to run the script (script.c): #include "gurobi_c.h"int main(){ return 0;} from the terminal using gcc: gcc ...
-
Hi Matthias, thanks for the quick response! I could fix the error regarding the mi1_c++.cpp file. The error regarding the variables GUROBI_CXX_DEBUG_LIBRARY and GUROBI_CXX_LIBRARY remains unfortuna...
-
Hi Jaromil, That´s what I expected. I guess that´s another downside of using python. Thank you very much for your explanation!Best regards,Christian
-
Hi Jaromil,sure! I was working with gurobi 9.5.2. Updating to 10.0 did however only slightly increase the memory usage. Here is an example. It definetly does not make any sense but will show the me...
-
Hi Tobias,I was wondering if you could also post an equivalent formulation for the solution for the python API as I am not too familiar with C.Thank you in advance! Best, Christian