Originally posted by: SystemAdmin
> "Concert exception caught: CPLEX Error 1720: Conflict detection could
> not reproduce previously found infeasibility"
I was not able to reproduce your error message. When I used Daniel's code, CPLEX did find the model to be infeasible and also displayed the set of constraints that were part of the minimal conflict. Please the c++ program attached.
I used CPLEX 12.3 with VS2008 for this run (cmd-> ilolpex2.exe infeasible.sav). Which version of CPLEX are you using? Can you upgrade and use the latest one (12.3)?
You should also be able to see the conflict using the interactive optimizer:
CPLEX> read infeasible.sav
CPLEX> conf
CPLEX> write conflict.clp
The conflict.clp file should now contain the minimal constraint set.
#CPLEXOptimizers#DecisionOptimization