
Santanu Sarkar
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Santanu Sarkar-
No optimization function
OngoingMy interest is to find only one common solution for a binary integer problem. My problems are like this: Subject ToA1 : a0 + 9 a1 + 5 a2 - 2 a3 >= 10A2 : a0 + 9 a1 + 5 a2 - 2 a3 <= 20A3 : 2 a0 + ...
-
How to to define multivariate polynomials
AnsweredHi, Is it possible to define multivariate polynomials in Gurobi? I have y1=a1 l1+a2 l2 +a3 l3, y2= a1 l4 + a2 l5 + a3 l6, y3= a1 l7 + a2 l8 + a3 l9 where y1, y2, y3, a1, a2, a3 are binary variable...