Re: [Help-glpk] [bug] glpk cycling

2017-11-22 Thread DAVID MONNIAUX
> para.meth = GLP_PRIMAL; I know but on our examples where DUAL does not cycle, it runs quite faster than PRIMAL. ___ Help-glpk mailing list Help-glpk@gnu.org https://lists.gnu.org/mailman/listinfo/help-glpk

Re: [Help-glpk] things I don't understand in src/env/time.c + bugs + suggested patch

2017-01-28 Thread David Monniaux
On 01/28/2017 02:35 PM, Heinrich Schuchardt wrote: > > 1E3 * 1E-3 = 1. > You wouldn't add seconds and microseconds without scaling. Typo (silly copying and pasting). It should have read: return tv.tv_sec * 1E3 + tv.tv_usec * 1E-3; -- David Monniaux directeur de recherche au CNRS, la

Re: [Help-glpk] Thread safety of GLPK

2016-12-27 Thread David Monniaux
platforms, since this seems a common request. -- David Monniaux Directeur de recherche au CNRS, laboratoire VERIMAG http://www-verimag.imag.fr/~monniaux/ ___ Help-glpk mailing list Help-glpk@gnu.org https://lists.gnu.org/mailman/listinfo/help-glpk