Skip to content

Releases: mingodad/GLPK

Build of the branch local-set-param with muslc/qsort

29 Sep 11:59
Compare
Choose a tag to compare

To facilitate others to test my GLPK/GLPSOL extensions I'm making available binaries cross compiled on lLinux.
This build uses muslc/qsort and with it now using the "--cuts" option also improve performance in native builds like webassemby build, except the windows 32bits build that has performance degraded.

Build of the branch local-set-param with "long double"

24 Sep 13:27
Compare
Choose a tag to compare

This binaries where compiled with the experimental WITH_LONG_DOUBLE defined, that means it's using "long double" instead of "double" for the solver (GMPL remain using doubles), in my tests as it is now it's around 2 times slower than using "doubles" and for some problems it shows a different solution, it probably can benefit from tunning several constants in src/glpk_real.h

Build of the branch local-set-param

23 Sep 11:37
Compare
Choose a tag to compare
Pre-release

To facilitate others to test my GLPK/GLPSOL extensions I'm making available binaries cross compiled on lLinux.