Peng Wan

  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Posts

Recent activity by Peng Wan Recent activity Votes
  • Linear Programming Shadow Price Not Correct

    Answered

    ## I write a Linear Programming code using python as follows: ## m = Model()t15 = m.addVar(name="t15",lb = 0,ub = float('inf'))t14 = m.addVar(name="t14",lb = 0,ub = float('inf'))t13 = m.addVar(name...