[Lunar-commits] r26516 - in moonbase/trunk/science: . glpk

Dennis Veatch stumbles at lunar-linux.org
Wed Oct 31 04:46:36 CET 2007


Author: stumbles
Date: 2007-10-31 04:46:36 +0100 (Wed, 31 Oct 2007)
New Revision: 26516

Added:
   moonbase/trunk/science/glpk/
   moonbase/trunk/science/glpk/DETAILS
Log:

Initial import.


Added: moonbase/trunk/science/glpk/DETAILS
===================================================================
--- moonbase/trunk/science/glpk/DETAILS	                        (rev 0)
+++ moonbase/trunk/science/glpk/DETAILS	2007-10-31 03:46:36 UTC (rev 26516)
@@ -0,0 +1,26 @@
+          MODULE=glpk
+         VERSION=4.23
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$GNU_URL/$MODULE
+      SOURCE_VFY=sha1:f67b6586b4a3e3ae7c6afe9f356304f8072d4da2
+        WEB_SITE=http://www.gnu.org/software/glpk/
+         ENTERED=20071030
+         UPDATED=20071030
+           SHORT="GNU Linear Programming Kit"
+
+cat << EOF
+The GLPK (GNU Linear Programming Kit) package is intended for solving
+large-scale linear programming (LP), mixed integer programming (MIP), and other
+related problems. It is a set of routines written in ANSI C and organized in
+the form of a callable library.
+
+GLPK supports the GNU MathProg language, which is a subset of the AMPL language.
+
+The GLPK package includes the following main components:
+Revised simplex method.
+Primal-dual interior point method.
+Branch-and-bound method.
+Translator for GNU MathProg.
+Application program interface (API).
+Stand-alone LP/MIP solver.
+EOF



More information about the Lunar-commits mailing list