> So, is it indeed the case that glpk does not continue the search after > it got terminated due to time-out (so next time I call glp_intopt, it > starts the whole process from scratch)?
Yes. On exit from glp_intopt the search tree is destroyed, so you cannot continue the search. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
