Originally posted by: xianshuie
I use cplex concert technology embedded in Java to solve a MIP model, I want to draw a figure like the following, in which the incumbent solution value and the lower bound are converging with the time. I want to figure out how can I output these two kinds of values during the solving process. I have tried to output a log file to an excel file, but the format is difficult to draw directly.
#CPLEXOptimizers#DecisionOptimization