Yunxue Lu

  • Gurobi-versary
  • First Question
  • 合計アクティビティ 2
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 1

投稿

Yunxue Luによる最近のアクティビティ 最近のアクティビティ 投票
  • how can I get the value of auxiliary variables?

    回答済み

    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...