Tarun Suresh
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Tarun Suresh-
Tarun Suresh created a post,
gurobi python parallelization
Answeredi am running gurobi optimize in parallel with concurrent futures threadpoolexecutor with another function. if the other function finishes before the gurobi model optimization, how do i cancel the o...
-
Tarun Suresh commented,
Hey David, Is it possible to get r.printAttr("X") in list or array format? I have two matrix variables "x" and "y". I want to get the nonzero values for "x" and "y" in two separate lists.
-
Tarun Suresh commented,
So it is not possible to get the information at each row? Is it possible to see which constraints are producing the "IntInf"? Additionally, are there any other parameters and callbacks I should con...
-
Tarun Suresh commented,
Hey Riley, By "fractional values and solution", I mean the .X that produced the Obj = 1351975.00 in the first row and the 70 "IntInf" values. I want to see which values are violating integer fea...
-
Tarun Suresh created a post,
How to extract fractional solution from GUROBI ILP?
AnsweredHi, I would like to get the solution and fractional values at each row in the following column. I am working with the Python API. Could you please let me know how this could be done? Additionally,...