ff73294c77
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.
24 lines
453 B
Text
24 lines
453 B
Text
@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
|