Yunxue Lu

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

アクティビティの概要

Yunxue Luさんの最近のアクティビティ
  • 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...