Antonio Sassano

  • Gurobi-versary
  • First Question
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Posts

Recent activity by Antonio Sassano Recent activity Votes
  • "Node relaxation not Available"

    Answered

    In a Callback invoked while solving a MIP problem I wrote:  if where == GRB.Callback.MIPNODE:        x = model.cbGetNodeRel(model._x) Gurobi gives the following answer: File "src\gurobipy\model.pxi...