
Santanu Sarkar
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Santanu Sarkar-
Santanu Sarkar created a post,
How to get specified number of solutions
AnsweredThere are 6 solutions for this problem. I want random 4 solutions. Also I want to get solutions like this form 0 1 1 0. I use this comment. gurobi_cl ResultFile=coins.sol Sample.lp Maximizev0 + v...
-
Santanu Sarkar commented,
Yes, I wrote in .lp file. Yes, I have that log file.
-
Santanu Sarkar commented,
Thank you so much for your help.
-
Santanu Sarkar created a post,
How to handle absolute value in Gurobi constraints
OngoingI want to handle absolute value in Gurobi constraints. This is my code abc.lp. However I am not getting solution. Maximize v0 + v1 + v2 SubjeCt To C1: 3 v0 + v1 + v2 <= 72 C2: 2 v0 + 3 v1 +...
-
Santanu Sarkar created a post,
How to find a solution in Gurobi
I have 100 unknowns x_1,..., x_{100} and 100 inequalities like 10 <= x_1 + 4x_3 +20 x_{100}<=20 etc. For every inequality left side is 10 and right side is 20. I want a binary solution. That is x_i...