
Glpk (gnu linear programming kit) 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.
glpk supports the gnu mathprog language, which is a subset of the ampl language. glpk also supports the standard mps and lp formats.
this package contains the java binding to glpk.