diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-06-26 15:30:39 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-06-26 15:30:39 +0000 |
commit | ff73294c7710949f0a816a95cd63fe3dddf88f7d (patch) | |
tree | 3d8b6d20efcfe351e18e2a969f7c4266604ee795 /math | |
parent | da273e2dd695b210bddfe4b4406daa44197e5027 (diff) | |
download | pkgsrc-ff73294c7710949f0a816a95cd63fe3dddf88f7d.tar.gz |
import of glpk-3.0.7 provided in PR pkg/16691 by Kent Polk <kent@tiamat.goathill.org>
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.
Diffstat (limited to 'math')
-rw-r--r-- | math/glpk/DESCR | 21 | ||||
-rw-r--r-- | math/glpk/Makefile | 14 | ||||
-rw-r--r-- | math/glpk/PLIST | 24 | ||||
-rw-r--r-- | math/glpk/distinfo | 3 |
4 files changed, 62 insertions, 0 deletions
diff --git a/math/glpk/DESCR b/math/glpk/DESCR new file mode 100644 index 00000000000..c68726b3afd --- /dev/null +++ b/math/glpk/DESCR @@ -0,0 +1,21 @@ +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. diff --git a/math/glpk/Makefile b/math/glpk/Makefile new file mode 100644 index 00000000000..7d7750a4a06 --- /dev/null +++ b/math/glpk/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/26 15:30:39 dmcmahill Exp $ +# + +DISTNAME= glpk-3.0.7 +CATEGORIES= math +MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnu.org/software/glpk/glpk.html +COMMENT= library for solving linear programming problems + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" diff --git a/math/glpk/PLIST b/math/glpk/PLIST new file mode 100644 index 00000000000..1166fbcaeb1 --- /dev/null +++ b/math/glpk/PLIST @@ -0,0 +1,24 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/26 15:30:39 dmcmahill Exp $ +bin/glpsol +include/glpapi.h +include/glpavl.h +include/glpbbm.h +include/glpchol.h +include/glphbsm.h +include/glpimg.h +include/glpinv.h +include/glpipm.h +include/glpk.h +include/glplang.h +include/glplib.h +include/glplp.h +include/glplpx.h +include/glpluf.h +include/glpmat.h +include/glpmps.h +include/glpqmd.h +include/glprsm.h +include/glpspx.h +include/glpstr.h +include/glptext.h +lib/libglpk.a 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 |