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
Post a Comment