Originally posted by: Sung_Hwang
I am doing implementation of benders by using concert technology.
Extreme ray is required when sub problem is infeasible, so I first turned off presolver and changed to
dual simplex algorithm. I thought I can obtain extreme rays via getDuals(IloNumArray, IloRange).
But it is not working..
Please give me some advice regards to this problem
Thank you
#CPLEXOptimizers#DecisionOptimization