Phillip Meng
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 4
Posts
Votes on activity by Phillip Meng-
Indicator Constraint Definition for Bounds
AnsweredHello, 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
AnsweredWe'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); ...