c++ - Plotting progress in cplex optimization -
i able plot progress of mip solved cplex. plot lower , upper bounds functions of cpu-time. copying pasting node log not seem smartest way of proceeding. possible access these information , print them out/to file during optimization? using concert technology c++ interface.
you can add "mip info callback" using api routine cpxsetinfocallbackfunc or analogue in concert.
(copying-and-pasting log dumps terminal fine getting rough idea of what's going on, aware results can highly variable.)
Comments
Post a Comment