Re: GLPSOL in webassemby faster than native ?

2020-09-27 Thread Michael Hennebry
On Sat, 26 Sep 2020, Domingo Alvarez Duarte wrote: I did a revision of the usage of "glp_long_double" see here https://github.com/mingodad/GLPK/commit/4941d1633e52b802bdc5f102715ac3db25db5245 Revised usage of glp_long_double, now it does solve hashi.mod and tiling.mod faster with

Re: GLPSOL in webassemby faster than native ?

2020-09-27 Thread Michael Hennebry
On Fri, 25 Sep 2020, Andrew Makhorin wrote: Why do you want glpk to produce absolutely identical results on different platforms? This has no practical sense. In some cases, it does make sense, but in C89 might be difficult to achieve. If the different platforms have effectively identical

Re: GLPSOL in webassemby faster than native ?

2020-09-27 Thread Andrew Makhorin
On Sun, 2020-09-27 at 11:32 +0200, Manuel Muñoz Márquez wrote: > I agree with you, Andrew, but the problem is when the output is not a > real number. > > Suppose that you have to decide which of the project that are planning > a big company will be done in the next year. Little difference in >

Re: GLPSOL in webassemby faster than native ?

2020-09-27 Thread Manuel Muñoz Márquez
I agree with you, Andrew, but the problem is when the output is not a real number. Suppose that you have to decide which of the project that are planning a big company will be done in the next year. Little difference in computation may lead to a solutions that are far enough one from the other