Jonathan Baker

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

アクティビティの概要

Jonathan Bakerさんの最近のアクティビティ
  • Jonathan Bakerさんがコメントを作成しました:

    Ah, thanks so much! I had tried "list(c)" but I guess tolist() does something fancier. My actual application is more complicated that this example, and I need to specify the relaxable constraints. ...

  • Jonathan Bakerさんが投稿を作成しました:

    MVars and MConstrs in feasRelax

    回答済み

    Using the Python API, I would like to use feasRelax on a model using MVars and MConstrs. Following the examples I've seen for Vars and Constrs, here's the type of thing I've been trying. import gur...