help-glpk
[Top][All Lists]
Advanced

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

Re: RES: [Help-glpk] glpk 4.13 release information


From: Andrew Makhorin
Subject: Re: RES: [Help-glpk] glpk 4.13 release information
Date: Mon, 13 Nov 2006 20:17:30 +0300

> I simply replaced the lpx_simplex routine to lpx_exact on my program
> but the system freezes, when it tried to resolve PL's. There is some
> setup to do, before?

Nothing to do before is needed. Lpx_exact is much slower than the
floating-point solver due to huge rational numbers which may appear
as intermediate results; this is the only reason why your system
freezes. Try to call lpx_exact after lpx_simplex; this obtains the
same answer.





reply via email to

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