Kartik Jyothi

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

Activity overview

Latest activity by Kartik Jyothi
  • Kartik Jyothi created a post,

    Unrecognized field name "pi"; MATLAB

    Answered

    I want to retrieve the shadow prices of a small ILP, so I tried using pi but the same error keeps coming. What to do? c = [2; 1]; n=2; A=[3 2;3 1;1 2]; b=[80;50;60]; l=[0 0];   model.obj=c; model...