Di Lv
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by Di Lv-
Thank you very much! I have clicked the "interrupt" button, but it doesn't react for a while(about 5 minutes). And the jupyter is still running (with *) on the left. Is this normal?
-
I have already set the four enviroment variables(GUROBI_HOME,PATH,LD_LIBRARY_PATH,GRB_LICENSE_FILE) using "vim ~/.bashrc"
-
In the Linux terminal, I use "cd" to get into the gurobi1003/linux64, where i can find a python program named "setup.py", then I use "python setup.py install" to install gurobi. Finally ,I entered...
-
Thanks! I met this error when I invoked the gurobi package in my python program. It happened as I wrote "import gurobipy as gp".