Subject: CVS commit: pkgsrc/math/glpk
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 05/23/2006 10:17:20
Module Name:	pkgsrc
Committed By:	adam
Date:		Tue May 23 10:17:20 UTC 2006

Modified Files:
	pkgsrc/math/glpk: Makefile PLIST buildlink3.mk distinfo
	pkgsrc/math/glpk/patches: patch-aa

Log Message:
Changes 4.10:

Cutting planes of two new classes were implemented: mixed cover
cuts and clique cuts. On API level this feature can be enabled
by setting control parameter LPX_K_USECUTS passed to the routine
lpx_intopt. In glpsol this feature is available through the
command-line options --cover and --clique. For more details see
the reference manual.

Now the routines lpx_read_mps and lpx_read_freemps support LI
bound type. It is similar to LO, however, indicates the column
as of integer kind.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/math/glpk/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/math/glpk/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/math/glpk/buildlink3.mk
cvs rdiff -r1.7 -r1.8 pkgsrc/math/glpk/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/math/glpk/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.