Originally posted by: Nodame
I am calling cplex from C# to solve an LP Problem. After running, I am getting this error message:
Infeasible column 'X_30'
That does not tell me much about which constraints are having a conflict and why there is an infeasibility.
After doing some Research, I am seeing that some people are using a 'Conflict Report/ Conflict Refiner'. How can you get this report, is there a call from C# that I can use?
#CPLEXOptimizers#DecisionOptimization