• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-31,38024,292

examples/H16-Dec-2020-30,32725,822

m4/H16-Dec-2020-8,4497,610

src/H16-Dec-2020-121,91075,124

w32/H03-May-2022-1,3301,267

w64/H03-May-2022-829780

AUTHORSH A D16-Dec-20201.6 KiB3429

COPYINGH A D16-Dec-202034.3 KiB675553

ChangeLogH A D16-Dec-2020134.6 KiB3,4832,636

INSTALLH A D16-Dec-20207.4 KiB199140

Makefile.amH A D16-Dec-2020119 82

Makefile.inH A D16-Dec-202023.4 KiB761669

NEWSH A D16-Dec-202090.8 KiB2,0491,532

READMEH A D16-Dec-20201.2 KiB3424

THANKSH A D16-Dec-20207.3 KiB246138

aclocal.m4H A D16-Dec-202034.1 KiB950867

autogen.shH A D16-Dec-2020691 2815

config.guessH A D16-Dec-202043.9 KiB1,5381,331

config.h.inH A D16-Dec-2020791 3121

config.subH A D16-Dec-202034.9 KiB1,7901,647

configureH A D03-May-2022403.9 KiB13,91211,580

configure.acH A D16-Dec-20205.1 KiB198172

depcompH A D16-Dec-202023.3 KiB788500

install-shH A D16-Dec-202013.7 KiB528351

ltmain.shH A D16-Dec-2020278 KiB9,6887,330

missingH A D16-Dec-20209.9 KiB331243

setup.jobH A D16-Dec-20206 KiB219218

README

1GLPK (GNU Linear Programming Kit) Version 5.0
2Copyright (C) 2000-2020 Free Software Foundation, Inc.
3
4GLPK is part of the GNU Project released under the aegis of GNU.
5
6GLPK is free software: you can redistribute it and/or modify it
7under the terms of the GNU General Public License as published by the
8Free Software Foundation, either version 3 of the License, or (at your
9option) any later version.
10
11See the file COPYING for the GNU General Public License.
12
13See the file INSTALL for compilation and installation instructions.
14
15The GLPK package is a set of routines written in ANSI C and organized
16in the form of a callable library. This package is intended for solving
17large-scale linear programming (LP), mixed integer linear programming
18(MIP), and other related problems.
19
20The GLPK package includes the following main components:
21
22* primal simplex method;
23* dual simplex method;
24* exact simplex method based on rational arithmetic;
25* primal-dual interior-point method;
26* branch-and-cut method;
27* application program interface (API);
28* GNU MathProg modeling language (a subset of AMPL);
29* GLPSOL (stand-alone LP/MIP solver).
30
31See GLPK webpage <http://www.gnu.org/software/glpk/glpk.html>.
32
33Please report bugs to <bug-glpk@gnu.org>.
34