You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
sp 49dc726d4d example lava and wall block in playground 2 months ago
..
doc added tempest for HW11 Framework 2 months ago
examples added tempest for HW11 Framework 2 months ago
m4 added tempest for HW11 Framework 2 months ago
src added tempest for HW11 Framework 2 months ago
w32 added tempest for HW11 Framework 2 months ago
w64 added tempest for HW11 Framework 2 months ago
AUTHORS added tempest for HW11 Framework 2 months ago
COPYING added tempest for HW11 Framework 2 months ago
ChangeLog added tempest for HW11 Framework 2 months ago
INSTALL added tempest for HW11 Framework 2 months ago
Makefile.am added tempest for HW11 Framework 2 months ago
Makefile.in added tempest for HW11 Framework 2 months ago
NEWS added tempest for HW11 Framework 2 months ago
README added tempest for HW11 Framework 2 months ago
THANKS added tempest for HW11 Framework 2 months ago
aclocal.m4 added tempest for HW11 Framework 2 months ago
autogen.sh added tempest for HW11 Framework 2 months ago
config.guess added tempest for HW11 Framework 2 months ago
config.h.in added tempest for HW11 Framework 2 months ago
config.sub added tempest for HW11 Framework 2 months ago
configure added tempest for HW11 Framework 2 months ago
configure.ac added tempest for HW11 Framework 2 months ago
depcomp added tempest for HW11 Framework 2 months ago
install-sh added tempest for HW11 Framework 2 months ago
ltmain.sh added tempest for HW11 Framework 2 months ago
missing added tempest for HW11 Framework 2 months ago

README

                                                     Olga K. gewidmet

GLPK (GNU Linear Programming Kit) Version 4.65

Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
2009, 2010, 2011, 2013, 2014, 2015, 2016, 2017, 2018 Andrew Makhorin,
Department for Applied Informatics, Moscow Aviation Institute, Moscow,
Russia. All rights reserved. E-mail: <mao@gnu.org>.

GLPK is part of the GNU Project released under the aegis of GNU.

GLPK is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at your
option) any later version.

See the file COPYING for the GNU General Public License.

See the file INSTALL for compilation and installation instructions.

The GLPK package 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.

The GLPK package includes the following main components:

* primal simplex method;
* dual simplex method;
* exact simplex method based on rational arithmetic;
* primal-dual interior-point method;
* branch-and-cut method;
* application program interface (API);
* GNU MathProg modeling language (a subset of AMPL);
* GLPSOL (stand-alone LP/MIP solver).

See GLPK webpage <http://www.gnu.org/software/glpk/glpk.html>.

Please report bugs to <bug-glpk@gnu.org>.