
Sam Ganzfried
- 合計アクティビティ 13
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
Sam Ganzfriedさんの最近のアクティビティ-
Sam Ganzfriedさんがコメントを作成しました:
Yes everything works now, thanks so much for the help.
-
Sam Ganzfriedさんがコメントを作成しました:
Hi I fixed the issue. (Tried to delete my prior post but you responded already). java -cp java_code/:./gurobi.jar grady_new2.Grady_main was pointing to an old version of gurobi.jar that was in the ...
-
Sam Ganzfriedさんがコメントを作成しました:
Hi Riley, thanks for the help. All of the variables seem to be correctly pointing to v12 though. sganzfri@serversam:/var/www/grady.ddns.net/public_html/pages$ printenv PATH/home/sganzfri/bin:/hom...
-
Sam Ganzfriedさんがコメントを作成しました:
Hi thanks, I think I have figured out the issue and I don't think it is related to the web server or license file location. I'm unable to run the code at all on the Ubuntu server using Gurobi 12.0 ...
-
Sam Ganzfriedさんがコメントを作成しました:
Hi, I can confirm that GRB_LICENSE_FILE is set to the correct location. I can also confirm that the php server code is not able to access it. In the terminal when I type "printenv GRB_LICENSE_FILE"...
-
Sam Ganzfriedさんがコメントを作成しました:
Named user license.
-
Sam Ganzfriedさんが投稿を作成しました:
Trouble debugging GRBEnv error on web server
回答済みHi, I have some code that uses Gurobi and runs correctly on my local machine. However, when I try using it from my web server it doesn't work. The code is in java, and the web server is Ubuntu wher...
-
Sam Ganzfriedさんが投稿を作成しました:
Function addGenConstrLog buggy
回答済みThe function model.addGenConstrLog seems super buggy. I'm trying small test example and it says log(x) = -23.03 for x = 9, though it is correct for larger x. It doesn't matter what values I use for...
-
Sam Ganzfriedさんがコメントを作成しました:
I just tried an example where model.get(GRB.IntAttr.Status) had a value of 9 (TIME_LIMIT status), and when I call get(GRB.DoubleAttr.X) I get: Exception in thread "main" gurobi.GRBException: Error ...
-
Sam Ganzfriedさんが投稿を作成しました:
If solver hits time limit, is a solution output?
回答済みI am just wondering if the time limit parameter is set and the algorithm hits the time limit, does it still output a solution (whatever the best/current iteration of the algorithm has produced)? Ob...