Sam Garvin

Conversationalist
First Question
  • Total activity 14
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 3

Posts

Recent activity by Sam Garvin Recent activity Votes
  • Issue retrieving PoolObjVal

    Answered

    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

    Answered

    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

    Answered

    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...