Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id AFFDE63BACE for ; Tue, 13 Jul 2010 06:46:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 42C0B63B102; Tue, 13 Jul 2010 06:46:58 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 72D8463B101 for ; Tue, 13 Jul 2010 06:46:56 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 8B5AA175DD; Tue, 13 Jul 2010 06:46:56 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Tue, 13 Jul 2010 06:46:56 +0000 From: Adam Ciarcinski Subject: CVS commit: pkgsrc/math/glpk To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20100713064656.8B5AA175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list 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.