
Di Lv
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Di Lv-
Di Lv commented,
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?
-
Di Lv created a post,
Obtain the current optimization result of Gurobi under jupyter-notebook
AnsweredI'm using Gurobi to solve a mixed-integer linear programming problem in a web-based jupyter notebook. The optimality gap is currently about 3%, and I'd like to obtain the current solution and stop ...
-
Di Lv commented,
I have already set the four enviroment variables(GUROBI_HOME,PATH,LD_LIBRARY_PATH,GRB_LICENSE_FILE) using "vim ~/.bashrc"
-
Di Lv commented,
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...
-
Di Lv commented,
Thanks! I met this error when I invoked the gurobi package in my python program. It happened as I wrote "import gurobipy as gp".
-
Di Lv created a post,
libgurobi100.so: cannot open shared object file: No such file or directory
Awaiting user inputI try to install gurobi on my linux server, however, I meet the problem:libgurobi100.so cannot open. My academic license permits version10, I also clearly examine all the Path in my bashrc file. ex...