CPLEX gap progress with time in C# -


i have milp model takes long time optimal solutions. i've coded milp model in c# , call cplex run model. see progress of gap in time. how information?

do cplex callback. think mipinfo callback memory. called many times per second record previous time wrote information, , write update after 1 or 5 or 10 seconds example. write text file in csv format easy use eg excel.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -