Dear Jason, GLPK consists of a executable glpsol.exe and a dll with the GLPK library.
The ways PuLP was written is that it calls the executable and does not interface to the API exposed by the dll in class solvers.py. See https://en.wikibooks.org/wiki/GLPK/Python for alternatives. Best regards Heinrich On 12/04/2017 12:27 PM, Andrew Makhorin wrote: > -------- Forwarded Message -------- > To: [email protected] > Subject: is there a dll edition of glpk mip solver? > Date: Mon, 04 Dec 2017 14:22:51 +0800 > > dear mr/ms, > > > > i'm trying to build an executable using pulp with solver glpk. > > It works all right except the console window of glpk flashing through > screen while solving mip problems. > > i'm wondering if there is a dll edition of glpk so i can avoid the > console window? > > thx in advance. > > > > Best Regards, > > > > Jason _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
