Prasanna Kumar Reddy Sabbella
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 3
Posts
Recent activity by Prasanna Kumar Reddy Sabbella-
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...
-
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...
-
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.