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: Tue, 5 Dec 2017 07:36:24 +0100

Please, read doc/glpk.pdf that comes with the GLPK source.

https://ftp.gnu.org/gnu/glpk/glpk-4.64.tar.gz
or
https://sourceforge.net/projects/winglpk/files/latest/download
--
Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail gesendet.
Am 05.12.17, 03:19, "刘建新" <address@hidden> schrieb:
Dear Heinrich,
Thank you very much for your quick response.
I found more documents from the url  you sent me. It seems that the glpk function could be called without the executable, am I right? thx



发自我的小米手机
在 Heinrich Schuchardt <address@hidden>,2017年12月4日 20:10写道:

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]