diff options
author | adam <adam@pkgsrc.org> | 2005-01-14 11:31:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-01-14 11:31:00 +0000 |
commit | d1111b45655f9cdbb8a22f2b41f45c7b52556bb7 (patch) | |
tree | c6825208496b165a21a104bbc6a1aaee22709550 /math/glpk/PLIST | |
parent | c44530b79ada1f8dadaa6781a15e6c36eac53ae7 (diff) | |
download | pkgsrc-d1111b45655f9cdbb8a22f2b41f45c7b52556bb7.tar.gz |
Changes 4.8:
Core simplex method and interior-point method routines were
re-implemented and now they use a new, "storage-by-rows" sparse
matrix format (unlike previous versions where linked lists were
used to represent sparse matrices). For details see ChangeLog.
Also a minor bug was fixed in API routine lpx_read_cpxlp.
Diffstat (limited to 'math/glpk/PLIST')
-rw-r--r-- | math/glpk/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/glpk/PLIST b/math/glpk/PLIST index a876607df58..d9f9ac1f7bd 100644 --- a/math/glpk/PLIST +++ b/math/glpk/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2004/11/30 15:58:39 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/01/14 11:31:00 adam Exp $ bin/glpsol bin/tspsol include/glpavl.h -include/glpchol.h include/glpdmp.h include/glpiet.h include/glpinv.h |