Yunxue Lu

  • 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 Yunxue Lu Recent activity Votes
  • how can I get the value of auxiliary variables?

    Answered

    Here is my code: m.addConstr( c <= (weights @ input).squeeze().tolist(),'c0') where the weights and input are numpy.array() with shape of (1,10) and (10,1). several elements of input array involves...