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.
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.
Un certain nombre de routines de base API GLPK ont été rebaptisées, en gardant une compatibilité descendante. glp_version, glp_term_hook, et glp_mem_usage ont été ajoutés. glpk.h a été renommé afin de se conformer au C + + environnements.
Tags:
Stable, Minor feature enhancements
A number of basic GLPK API routines were renamed,
keeping downward compatibility. glp_version,
glp_term_hook, and glp_mem_usage were added.
glpk.h was renamed to conform to C++ environments.
Un solveur de pointe MIP a été mis en œuvre. Trois fonctions intégrées ont été ajoutés à MathProg (sin, cos, atan). Quelques bugs ont été corrigés. De nouveaux exemples sur MathProg ont été inclus.
Tags:
Stable, Minor feature enhancements
An advanced MIP solver was implemented. Three
built-in functions were added to MathProg (sin,
cos, atan). Some bugs were fixed. New examples on
MathProg were included.
La méthode simplex de base et l'intérieur des routines méthode du point ont été réimplémenté et utilisent maintenant un stockage "nouveau par les lignes" format matrice creuse (contrairement aux versions précédentes listes s'il est lié ont été utilisés pour représenter les matrices creuses). Un bug mineur a été fixé dans la routine lpx_read_cpxlp API.
Tags:
Stable, Minor feature enhancements
The core simplex method and interior-point method routines were reimplemented and now use a new "storage-by-rows" sparse matrix format (unlike previous versions where linked lists were used to represent sparse matrices). A minor bug was fixed in the lpx_read_cpxlp API routine.
La branche-and-bound solveur a été complètement ré-implémenté. De nouvelles déclarations pour la langue MathProg ont été appliquées. Nouvelles routines de l'API ont été ajoutées. Le support du format libre MPS a été ajoutée. DELI JNI et des modules ont été retirés en raison de problèmes de licence.
Tags:
Stable, Major feature enhancements
The branch-and-bound solver has been completely re-implemented. New
statements for the MathProg language have been implemented. New API
routines have been added. Support for the free MPS format has been
added. DELI and JNI modules have been removed due to licensing problems.
Toutes les routines de l'API ont été re-mis en œuvre l'utilisation de nouvelles structures de données. Obsolètes seront conservés pour la compatibilité descendante pour un certain temps. Nouvelle construction de fonctions ont été ajoutées au langage MathProg, le code a été faite glpmps.c réentrant, et des bugs dans le traducteur de langue MathProg ont été fixés.
Tags:
Stable, Major feature enhancements
All API routines were re-implemented using new data
structures. Obsolete ones will be kept for backward
compatibility for a while. New built-in functions were added to
the MathProg language, the glpmps.c code was made
reentrant, and bugs in the MathProg language translator were
fixed.