Simon Dieck

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

Activity overview

Latest activity by Simon Dieck
  • Simon Dieck created a post,

    Issue with dual values for continuous model

    Answered

    I have a continuous model with a linear objective function with a minimization sense. My expectation of duality would be that given: total = 0for c in rm.getConstrs():    total += c.RHS * c.Pi "tot...