Pedro
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Pedro-
How to ensure that two variables are not =/= 0 at the same time without using binaries?
AnsweredHello, 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...