pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/glpk



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul 13 06:46:56 UTC 2010

Modified Files:
        pkgsrc/math/glpk: Makefile distinfo

Log Message:
Changes 4.44:
The following suffixes for variables and constraints were
implemented in the MathProg language:

.lb     (lower bound),
.ub     (upper bound),
.status (status in the solution),
.val    (primal value), and
.dual   (dual value).

Now the MathProg language allows comment records (marked by
'#' in the very first position) in CSV data files read with the
table statements. Note that the comment records may appear only
in the beginning of a CSV data file.

The API routine glp_cpp to solve the Critical Path Problem was
added and documented.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/math/glpk/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/math/glpk/distinfo

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



Home | Main Index | Thread Index | Old Index