Subject: CVS commit: pkgsrc/math/glpk
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 11/30/2004 15:58:39
Module Name: pkgsrc
Committed By: adam
Date: Tue Nov 30 15:58:39 UTC 2004
Modified Files:
pkgsrc/math/glpk: Makefile PLIST distinfo
Log Message:
Changes 4.7:
Now GLPK supports free MPS format. Two new API routines
lpx_read_freemps (to read problem data in free MPS format) and
lpx_write_freemps (to write problem data in free MPS format)
were added. This feature is also available in the solver glpsol
via new command-line options --freemps and --wfreemps. For more
details see the GLPK reference manual.
API routines lpx_read_cpxlp and lpx_write_cpxlp for reading and
writing problem data in CPLEX LP format were re-implemented to
allow long symbolic names (up to 255 characters).
The following three modules were temporarily removed from the
GLPK distribution due to licensing problems: DELI (an interface
module to Delphi), GLPKMEX (an interface module to Matlab), and
JNI (an interface module to Java).
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/math/glpk/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/glpk/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/math/glpk/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.