Di Lv
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Di Lvさんの最近のアクティビティ-
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?
-
Di Lvさんが投稿を作成しました:
Obtain the current optimization result of Gurobi under jupyter-notebook
回答済みI'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さんがコメントを作成しました:
I have already set the four enviroment variables(GUROBI_HOME,PATH,LD_LIBRARY_PATH,GRB_LICENSE_FILE) using "vim ~/.bashrc"
-
Di Lvさんがコメントを作成しました:
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さんがコメントを作成しました:
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さんが投稿を作成しました:
libgurobi100.so: cannot open shared object file: No such file or directory
ユーザーの入力を待っています。I 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...