
Sam Garvin
- 合計アクティビティ 14
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
投稿
Sam Garvinによる最近のアクティビティ-
Issue retrieving PoolObjVal
回答済みHi, I am trying to run the following code, and I am getting the error: "AttributeError: No solution available," referring to the PoolObjVal attribute of price. price.setParam(GRB.Param.PoolSearchM...
-
Issue retrieving Unbounded Ray from Unbounded LP
回答済みHi, I am having trouble retrieving an unbounded ray from an unbounded LP. After optimizing the LP, the model status returned is 5, indicating that the model is unbounded. However, the following err...
-
setObjective() not updating when called on GRBModel object
回答済みHi, I am having trouble with the setObjective() and getObjective() functions in Gurobi. Specifically, getObjective() does not seem to return the correct model objective after updating via setObject...