From ff73294c7710949f0a816a95cd63fe3dddf88f7d Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Wed, 26 Jun 2002 15:30:39 +0000 Subject: import of glpk-3.0.7 provided in PR pkg/16691 by Kent Polk with some changes and finishing of the package by me. GLPK is a set of routines written in ANSI C and organized in the form of a callable library. This package is intended for solving large-scale linear programming (LP), mixed integer linear programming (MIP), and other related problems. GLPK includes the following main components: * implementation of the primal/dual simplex method; * implementation of the primal-dual interior point method; * implementation of the branch-and-bound procedure (based on the dual simplex method); * application program interface (API); * GLPK/L, a modeling language intended for writing LP/MIP models; * GLPSOL, a stand-alone program intended for solving LP/MIP problems either prepared in the MPS format or written in the GLPK/L modeling language. --- math/glpk/distinfo | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 math/glpk/distinfo (limited to 'math/glpk/distinfo') diff --git a/math/glpk/distinfo b/math/glpk/distinfo new file mode 100644 index 00000000000..5df6e88bf81 --- /dev/null +++ b/math/glpk/distinfo @@ -0,0 +1,3 @@ + +SHA1 (glpk-3.0.7.tar.gz) = 62e2576dd56d40519c0c93920c3b68c3132db36e +Size (glpk-3.0.7.tar.gz) = 719889 bytes -- cgit v1.2.3