help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] [Fwd: is there a dll edition of glpk mip solver?]


From: Heinrich Schuchardt
Subject: Re: [Help-glpk] [Fwd: is there a dll edition of glpk mip solver?]
Date: Mon, 4 Dec 2017 13:09:51 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

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: address@hidden
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]