[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-glpk] GLPK 3.2.3 release information
From: |
Andrew Makhorin |
Subject: |
[Help-glpk] GLPK 3.2.3 release information |
Date: |
Thu, 14 Nov 2002 07:07:13 +0300 |
GLPK 3.2.3 -- Release Information
*********************************
Release date: Nov 11, 2002
GLPK (GNU Linear Programming Kit) is intended for solving large-scale
linear programming (LP), mixed integer linear 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.
A new implementation of the api routine lpx_integer which now is based
on the b&b driver (which is based on the implicit enumeration suit) was
included in the package. This new implementation has exactly the same
functionality as the old version, so all changes are transparent to the
api user.
Four new api routines were included in the package:
lpx_check_kkt check Karush-Kuhn-Tucker optmality conditions;
lpx_read_bas read predefined basis in MPS format;
lpx_write_bas write current basis in MPS format;
lpx_write_lpt write problem data in CPLEX LP format.
Three new command-line options were introduced to the solver glpsol:
--plain (use plain names), --orig (use original names), and --wrlpt
(write problem data in CPLEX LP format).
Also other minor improvements were made (see the file 'ChangeLog').
Please note that the current version of GLPK is *tentative*.
See GLPK web page at <http://www.gnu.org/software/glpk/glpk.html>.
GLPK distribution can be ftp'ed from <ftp://ftp.gnu.org/gnu/glpk/> or
from some mirror ftp sites; see <http://www.gnu.org/order/ftp.html>.
The md5sum is the following:
2cce70091649fadab4e86a5264d4e5cb *glpk-3.2.3.tar.gz
GLPK is also available as a Debian GNU/Linux package. See its web page
at <http://packages.debian.org/stable/math/glpk.html>.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Help-glpk] GLPK 3.2.3 release information,
Andrew Makhorin <=