pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/glpk
Module Name: pkgsrc
Committed By: adam
Date: Sat Aug 30 11:19:52 UTC 2014
Modified Files:
pkgsrc/math/glpk: Makefile distinfo
pkgsrc/math/glpk/patches: patch-src_Makefile.in
Log Message:
Changes 4.55:
Some internal (non-API) routines to estimate the condition of
the basis matrix were added. These routines are mainly intended
to be used by the simplex-based solvers.
Two open modes "a" and "ab" were added to GLPK I/O routines.
Minor bug was fixed in the solver glpsol (command-line options
--btf, --cbg, and --cgr didn't work properly).
A serious bug was fixed in a basis factorization routine used
on the dense phase. (The bug might appear only if the number of
rows exceeded sqrt(2**31) ~= 46,340 and caused access violation
exception because of integer overflow.)
Two API routines glp_alloc and glp_realloc were documented.
Translation of the document "Modeling Language GNU MathProg"
to Spanish was included (in LaTeX and pdf formats).
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/math/glpk/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/math/glpk/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/glpk/patches/patch-src_Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index