Originally posted by: EdKlotz
>
> No, the interactive optimizer says simply infeasible.
> I cleaned up the VS project an I cannot even reproduce it again in C++.
From interactive CPLEX, try running the conflict refiner to get an explanation
of the infeasibility. After you get the infeasible result, do
CPLEX> conf
CPLEX> write myconf.clp
Quit interactive CPLEX and examine the clp file. It should list a minimal conflict that hopefully will explain the infeasibility. Once we have an
explanation of the infeasibility, we may be able to figure out what is happening
regarding the OptimalTol status.
#DecisionOptimization#MathematicalProgramming-General