glpk¶
Summary¶
The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library.
Versions¶
- 4.56
License¶
GNU General Public License 3.0
Meta¶
# copied from https://anaconda.org/mcg/glpk
package:
name: glpk
version: 4.56
source:
fn: glpk-4.56.tar.gz
url: http://ftp.gnu.org/gnu/glpk/glpk-4.56.tar.gz
requirements:
build:
run:
build:
number: 0
about:
home: https://www.gnu.org/software/glpk/
license: 'GNU General Public License 3.0'
summary: 'The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library.'