diff options
author | adam <adam> | 2004-11-30 15:58:39 +0000 |
---|---|---|
committer | adam <adam> | 2004-11-30 15:58:39 +0000 |
commit | 6f3284c84a29ddef82e255b4331e707de5fe3703 (patch) | |
tree | b8ff7f2f371f5ee67c6126a5d0f72ee8f8b4411e /math/glpk/PLIST | |
parent | 89c3cf7e881caf69ca2948f35cedb8fdbc0d1c90 (diff) | |
download | pkgsrc-6f3284c84a29ddef82e255b4331e707de5fe3703.tar.gz |
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).
Diffstat (limited to 'math/glpk/PLIST')
-rw-r--r-- | math/glpk/PLIST | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/math/glpk/PLIST b/math/glpk/PLIST index 1166fbcaeb1..a876607df58 100644 --- a/math/glpk/PLIST +++ b/math/glpk/PLIST @@ -1,24 +1,24 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/26 15:30:39 dmcmahill Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/11/30 15:58:39 adam Exp $ bin/glpsol -include/glpapi.h +bin/tspsol include/glpavl.h -include/glpbbm.h include/glpchol.h -include/glphbsm.h -include/glpimg.h +include/glpdmp.h +include/glpiet.h include/glpinv.h +include/glpios.h include/glpipm.h include/glpk.h -include/glplang.h include/glplib.h -include/glplp.h +include/glplpp.h include/glplpx.h include/glpluf.h include/glpmat.h -include/glpmps.h +include/glpmip.h +include/glpmpl.h include/glpqmd.h -include/glprsm.h +include/glprng.h include/glpspx.h include/glpstr.h -include/glptext.h +include/glptsp.h lib/libglpk.a |