Originally posted by: smilingchin
I was wondering if there is any way I can access the list of integer infeasible variables directly from the solution of root node relaxation of a MIP.
Basically, I am trying to access the variables which are fractional in the root node relaxation solution and round them up or down by using a logic. In this regard , i am using the CutCallback at root node to access the solution and checking the variables. But my model has around 200k variables while the LP relaxation reports only 887 integer infeasibilities and hence checking each variables value is too time consuming.
It will be great if I can access directly the integer infeasible variables in the solution.
Please let me know if there a way for that.
Thanks,
Chinmoy
#CPLEXOptimizers#DecisionOptimization