Path to this page:
Subject: CVS commit: pkgsrc/math/glpk
From: Adam Ciarcinski
Date: 2010-07-13 08:46:56
Message id: 20100713064656.8B5AA175DD@cvs.netbsd.org
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.
Files: