> Do someone know how can I stop the solver when it found the first feasible > solution? I´m using the LPX_K_TMLIM parameter, but sometimes it finishes > before it found a solution.
An easiest way is specifying a dummy objective function. This makes any feasible solution to be optimal. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
