Download List

Descripción del Proyecto

The GLPK package is intended for solving linear programming (LP) and mixed integer linear programming (MIP) problems. It is a set of routines organized in the form of a library and written in the ANSI C programming language.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-06-25 23:19
4.0

Esta versión es compatible con el lenguaje de modelado MathProg GNU (un subconjunto del lenguaje de modelado AMPL). El "GLPK: Modeling Language GNU MathProg" documento incluye una descripción completa de GNU MathProg. Nueva versión de Solver glpsol modelos de apoyo están escritos en GNU MathProg. El GLPK / lenguaje de modelado L ya no es compatible, como GNU MathProg completamente reemplaza a todas las GLPK / L características.
Tags: Stable, Major feature enhancements
This release supports the GNU MathProg modeling language (a subset of the AMPL modeling language). The "GLPK: Modeling Language GNU MathProg" document included is a complete description of GNU MathProg. New glpsol solver version supporting models are written in GNU MathProg. The GLPK/L modeling language is no longer supported, as GNU MathProg completely supersedes all GLPK/L features.

2003-04-04 12:35
3.3

El presolver LP es ahora usada por defecto en el programa independiente, y glpsol se proporciona a la rutina lpx_simplex. El GLPK / idioma L ahora implementa las declaraciones de los conjuntos de intervalo. También existe una interfaz JNI GLPK Java.
Tags: Stable
The LP presolver is now used by default in the stand-alone program, and glpsol is provided to the lpx_simplex routine. The GLPK/L language now implements declarations of interval sets. There is also now a GLPK JNI Java interface.

2002-09-07 06:56
3.2.1

Esta versión incluye una aplicación preliminar de la rama y corte marco, que es un conjunto de estructuras de datos y rutinas destinadas a la solución de programación mixta y los problemas de optimización combinatoria. Este marco se describe mejor en el GLPK ": A preliminares de la aplicación de la Subdivisión y cortar" Marco documento. No es un programa independiente destinada a resolver, de manera óptima, la simetría del problema del viajante (TSP), que es un problema clásico de la optimización combinatoria.
Tags: Stable, Minor feature enhancements
This release includes a preliminary implementation of the branch-and-cut framework, which is a set of data structures and routines intended for solving mixed-integer and combinatorial optimization problems. That framework is best described in the "GLPK: A Preliminary Implementation of the Branch-and-Cut Framework" document. There is a standalone program intended for solving, optimally, the symmetric Travelling Salesman Problem (TSP), that is a classical problem of the combinatorial optimization.

2002-08-05 12:38
3.2

Esta versión incluye nuevas ediciones del Manual de Referencia GLPK y el "GLPK: Modelando GLPK Language / L". Hay varias nuevas rutinas de la API, y una nueva versión del solver glpsol independiente (basado en la nueva API, de 3,0) se aplicó. Las rutinas de edad fueron retirados de la API, ya que la nueva API ofrece todas las funciones de la API de edad.
Tags: Stable, Major feature enhancements
This version includes new editions of the GLPK Reference Manual and the "GLPK: Modeling Language GLPK/L" document. There are several new API routines, and a new version of the standalone glpsol solver (based on the new API, from 3.0) was implemented. The old API routines were removed, as the new API provides all functions from the old API.

2002-06-18 00:48
3.1

Nueva LU-factorización y rutinas de mantenimiento de base (sobre la base de Forrest-Tomlin actualización de la técnica), el nuevo manual de referencia y la documentación de usuario Guía, y un nuevo método de aplicación simple.
Tags: Stable, Major feature enhancements
New LU-factorization and basis maintenance routines (based on Forrest-Tomlin updating technique), new Reference Manual and User Guide documentation, and a new simplex method implementation.

Project Resources