Originally posted by: AmyliaZ
This may be a very simple/basic question...
I'm using CPLEX default IP solver in my program and writing part of the results (optimal objective, optimal solution, etc) in excel file, and other details on screen. I know that CPLEX generates all kinds of inequalities in its solving process, and I wonder how I can actually print out all the inequalities and if I can write these stuff (solving process) in a file as well.
Thank you.
#CPLEXOptimizers#DecisionOptimization