Hello Guilherme, > I'm implementing a parser that reads data e creates the files for a > system glpsol call (unfortunately, it must be this way). Do you really have to call glpsol or could you call any executable? Use the API to create your custom "glpsol". The main coding of glpsol is in glpk-4.44/src/glpapi19.c. > I see, but I was actually asking about limiting the total number of > nodes explored. So when it's reached, the solver stops. Is that > possible? You can implement a callback routine (see API documentation).
Best regards Xypron -- Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief! Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
