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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -