Phillip Meng

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

投稿

Phillip Mengによる最近のアクティビティ 最近のアクティビティ 投票
  • Indicator Constraint Definition for Bounds

    回答済み

    Hello, We are trying to implement constraints such that logically: x = 0 -> f = 0 (this is easy, x binary f continuous). However, we want to ensure that for our model that: x = 1 -> f > 0 But this ...

  • Min GenExpr and multiplying by -1

    回答済み

    We're trying to model and implement a constraint that relies on the "end of an event" in its schedule. To do so,  we're trying to do (in python): g = min_(0, -w) or alternatively, g = - min_(0,w); ...