Subject: CVS commit: pkgsrc/math/glpk
To: None <pkgsrc-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: pkgsrc-changes
Date: 02/04/2006 11:54:51
Module Name:	pkgsrc
Committed By:	markd
Date:		Sat Feb  4 11:54:51 UTC 2006

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

Log Message:
Update glpk to 4.9

A MIP presolver were implemented (currently incomplete). It is
used internally in the routine lpx_intopt (see below).

An advanced branch-and-bound solver (the routine lpx_intopt)
were implemented.

The routine lpx_check_int to check MIP feasibility conditions
was added.

The routine lpx_print_mip was changed to print MIP feasibility
conditions.

The built-in functions sin, cos, atan, and atan2 were added to
the MathProg language.

Some typos were fixed.
Thanks to Minh Ha Duong <haduong@centre-cired.fr> (CIRED, CNRS).


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/math/glpk/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/math/glpk/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/math/glpk/distinfo
cvs rdiff -r1.1 -r1.2 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.