help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-glpk] glpk 4.51 release information


From: Andrew Makhorin
Subject: [Help-glpk] glpk 4.51 release information
Date: Wed, 19 Jun 2013 15:49:21 +0400

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

GLPK 4.51 Release Information
*****************************

Release date: June 19, 2013

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 C89 and
organized as a callable library.

        In this release:

        Singleton and dense phases were implemented on computing
        LU-factorization with Gaussian elimination. The singleton phase
        is a feature that allows processing row and column singletons
        on initial elimination steps more efficiently. The dense phase
        is a feature used on final elimination steps when the active
        submatrix becomes relatively dense. It significantly reduces
        the time taken, especially if the active submatrix fits in CPU
        cache, and improves numerical accuracy due to full pivoting.

        The API routine glp_adv_basis that constructs advanced initial
        LP basis was replaced by an improved version, which (unlike the
        old version) takes into account numerical values of constraint
        coefficients.

        The proximity search heuristic for MIP was included in the GLPK
        integer optimizer glp_intopt. On API level the heuristic can be
        enabled by setting the parameter ps_heur in glp_iocp to GLP_ON.
        This feature is also available in the solver glpsol through
        command-line option '--proxy'. Many thanks to Giorgio Sartor
        <address@hidden> for contribution.

        A bug was fixed that caused numerical instability in the FPUMP
        heuristic.

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>.

MD5 check-sum is the following:

a6003d7f1fd711fea8eaf089fce1dd4b *glpk-4.51.tar.gz

GLPK is also available as a Debian GNU/Linux package. See its web page
at <http://packages.debian.org/squeeze/glpk>.

Precompiled GLPK binaries (lib, dll, exe) for 32- and 64-bit MS Windows
can be downloaded from <http://winglpk.sourceforge.net/>.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (MingW32)

iD8DBQFRwZmD0XvyMFmB6BgRAhsLAJ9PdZZJCdj7tNVTIqEIq8oUX8imYgCfRtt6
RBeQsk0bmGC+IGiVhA2sMOI=
=zBxa
-----END PGP SIGNATURE-----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]