Pedro
- 合計アクティビティ 2
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
投稿
Pedroによる最近のアクティビティ-
How to ensure that two variables are not =/= 0 at the same time without using binaries?
回答済みHello, In my optimization problem, I need to ensure that two variables (lets call them var1 and var2) are not different than zero at the same time. I believe the classic approach would be to use bi...