Skip to content

Releases: mingodad/GLPK

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

Choose a tag to compare

@mingodad mingodad released this 29 Sep 11:59

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"

Choose a tag to compare

@mingodad mingodad released this 24 Sep 13:27

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

Pre-release

Choose a tag to compare

@mingodad mingodad released this 23 Sep 11:37

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