Gwyneth Butera
-
Gurobi Staff
- Total activity 947
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 14
- Subscriptions 567
Comments
Recent activity by Gwyneth Butera-
Hi Diego - From your explanation, it looks like your GUROBI_HOME is not set correctly. If Gurobi is in /home/user/gurobi902 then the GUROBI_HOME variable should be set as : export GUROBI_HOME="/hom...
-
Sorry, the current version of Gurobi does not support the RasperryPi.
-
Hi Lena -- If https://www.gurobi.com/downloads/get-anaconda/ doesn't work for you, can you try this instead: https://www.gurobi.com/get-anaconda/ Thanks for the report, Gwyneth
-
I suspect that perhaps your Jupyter is using a different Python than the one that is the default at the command line. In your Jupyter notebook, try import sysprint(sys.executable)print(sys.version)...
-
You need to do one more step to use Gurobi in Jupyter. From the Quick Start Guide:http://www.gurobi.com/documentation/8.1/quickstart_mac/py_building_and_running_th.html > You can also install the g...
-
And there is also a Knowledge Base article specifically tailored to PyCharm: How do I use Gurobi with PyCharm? https://support.gurobi.com/hc/en-us/articles/360024736092-How-do-I-use-Gurobi-with-PyC...
-
The issue reported here was fixed with Gurobi v13.0.
-
The issue was resolved by using a newer version of Gurobi.
-
This is a numerical issue that arises due to the combination of nondefault parameters and the inability of floating point numbers to represent the entire number line (see Real numbers are not real ...
-
We did not receive a model, so we were unable to investigate this any further.