Hello, I am running my code for around 20 datasets. For 5 of them, I am getting the error TIME LIMIT EXCEEDED; SEARCH TERMINATED.
However the last status if MIP optimization is as follows. data-set1: + 6012: mip = 7.995800000e+06 >= 4.406896697e+06 44.9% (5; 0) TIME LIMIT EXCEEDED; SEARCH TERMINATED data-set2: + 20789: mip = 8.696932000e+06 >= 6.922285465e+06 20.4% (5; 0) TIME LIMIT EXCEEDED; SEARCH TERMINATED I expect to get the solution value with 20.4% MIP gap at this point. Can you please guide me on this? What can I do in my code so as to get normal termination. I am retrieving other statistics as well after successful termination. However,I am not able to collect other statistics for these data-sets because of 'time limit exceeded' return code, . -With Best Regards, Sheetal
_______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
