Sam Garvin

  • Gurobi-versary
  • Conversationalist
  • First Question
  • 合計アクティビティ 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...