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

2007-05-25 10:05
4.16

기본적인 API를 GLPK 루틴 번호 하향 호환성을 유지하는 이름이됐다. glp_version, glp_term_hook, 그리고 glp_mem_usage 준수를 C로 변경되었습니다 +. glpk.h + 환경이 추가되었습니다.
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.

2006-04-14 14:12
4.9

고급 성능 측정 해결사 구현되었습니다. 3 내장 함수 MathProg에 (죄악, 왜냐하면, Atan)이 추가되었습니다. 일부 버그가 수정되었습니다. MathProg에 대한 새로운 예제를 포함했다.
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.

2005-08-02 08:14
4.8

핵심 단순 방법 및 인테리어 포인트 방식을 루틴 및 reimplemented했다 지금은 새로운 "스토리지 사용 행"스파스 매트릭스 형식으로 어디에 연결된 목록을 스파스 매트릭스를 표현하기 위해 사용했던 이전 버전의 ()와 달리. 사소한 버그 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.

2004-10-29 15:08
4.7

지점 및 행 해결사 완전히이 다시 구현합니다. MathProg 언어에 대한 새로운 정책을 구현되었습니다. 새로운 API 루틴이 추가되었습니다. 무료 MPS 형식에 대한 지원이 추가되었습니다. 델리와 JNI를 모듈은 라이센스 문제로 인해 제거되었습니다.
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.

2004-06-14 10:00
4.4

모든 API 루틴을 다시했다 - 새로운 데이터 구조를 사용하여 구현했습니다. 쓸모없는 것들 이전 버전과의 호환성 동안 보관됩니다. 새로운 내장 함수 MathProg 언어 추가되었으며, glpmps.c 코드가 들어가는, 만들어 져서 MathProg 언어로 번역 버그가 수정되었습니다.
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.

Project Resources