Prasanna Kumar Reddy Sabbella
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 3
Activity overview
Latest activity by Prasanna Kumar Reddy Sabbella-
Prasanna Kumar Reddy Sabbella commented,
Thank you for the reply Maliheh. Have you considered using non-default values of PoolSearchMode such as 1 and 2? Yes I did. I have printed out 18192 solutions. What I found was that there are many ...
-
Prasanna Kumar Reddy Sabbella created a post,
How to make Gurobi avoid giving non integral solutions.
Awaiting user inputHi, Kindly read this till the end to understand it correctly. I'm facing a problem with duplicate feasible solutions when trying to solve a integer LP. Let's say X1 = 0.999 and X2 = 0 is a solution...
-
Prasanna Kumar Reddy Sabbella commented,
Understood. That's all I need. Thank you so much. Marika Karbstein and Silke Horn
-
Prasanna Kumar Reddy Sabbella commented,
Yes Marika, I did. I know how to find N different solutions but my question is how would we know whats the maximum value of N ?
-
Prasanna Kumar Reddy Sabbella created a post,
Total number of feasible solutions in Python/Gurobi
AnsweredHelp required. Hi there ! I was solving a kind of sequential problem that produces a string of alphabets and numbers and with a dummy objective function "m.setObjective(0, GRB.MAXIMIZE)", I'm expec...
-
Prasanna Kumar Reddy Sabbella created a post,
Suppress constraint output in Python
AnsweredHi. Could someone please write out a piece of code for me to suppress constraint output in Python. Thank you.