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.
Eine Reihe von grundlegenden GLPK API-Routinen wurden umbenannt, Aufbewahrung Abwärtskompatibilität. glp_version, glp_term_hook und glp_mem_usage wurden hinzugefügt. glpk.h umbenannt wurde, um C + +-Umgebungen entsprechen.
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.
Eine fortschrittliche MIP-Löser durchgeführt wurde. Drei eingebaute Funktionen wurden hinzugefügt MathProg (sin, cos, atan). Einige Bugs wurden behoben. Neue Beispiele auf MathProg wurden eingeschlossen.
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.
Der Kern Simplex-Methode und Innere-Punkte-Methode Routinen wurden neu implementiert und nutzen nun eine neue "Storage-by-Zeilen" Sparse-Matrix-Format (im Gegensatz zu früheren Versionen, bei denen verkettete Listen wurden verwendet, um dünn besetzter Matrizen darstellen). Ein kleiner Fehler in der lpx_read_cpxlp API-Routine behoben.
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.
Die Branch-and-bound-Löser wurde komplett neu implementiert. Neue Anweisungen für die MathProg Sprache durchgeführt wurden. Neue API-Routinen wurden hinzugefügt. Support für den freien MPS-Format wurde hinzugefügt. DELI und JNI Module wurden entfernt, da Lizenzierung Probleme.
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.
Alle API-Routinen wurden neu implementiert mit neuen Datenstrukturen. Veralteter wird aus Gründen der Abwärtskompatibilität zu halten Kompatibilität für eine Weile. Neue integrierte Funktionen wurden dem MathProg Sprache hat, war die glpmps.c Reentry-Code vorgenommen und Fehler in der MathProg Sprache Übersetzer wurden behoben.
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.