Sam Ganzfried
- 合計アクティビティ 13
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
投稿
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...
-
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...
-
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...