Download List

项目描述

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

2007-05-25 10:05
4.16

一个基本的GLPK的API例程一些改名,保持向下兼容。 glp_version,glp_term_hook和glp_mem_usage增加了。glpk.h更名为符合C + +环境。
标签: 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.

2006-04-14 14:12
4.9

求解先进的按揭保险计划的实施。三内置函数被添加到MathProg来(罪孽,导向,atan)。修正了已知错误。在MathProg来新的例子包括在内。
标签: 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.

2005-08-02 08:14
4.8

核心单纯形法和内点法程序被重新实现,现在使用了新的“存储按行”稀疏矩阵格式(不像在链表被用来代表稀疏矩阵以前的版本)。 A小调错误已固定在lpx_read_cpxlp API例程。
标签: 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.

2004-10-29 15:08
4.7

分支定界求解器已经完全重新实现。为MathProg语言新的财务报表已经得到执行。新的API例程已被添加。公安部为自由格式的支持已被添加。德利和JNI模块已被删除,由于签证问题。
标签: 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.

2004-06-14 10:00
4.4

所有API例程被重新实现使用新的数据结构。过时的东西将保持向后兼容了一段时间。新的内置功能被添加到MathProg语言,代码的glpmps.c了折返,并在MathProg语言翻译错误是固定的。
标签: 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.

Project Resources