微件:GLPK
The GLPK project
The core GNU Linear Programming Kit (GLPK) project comprises:
- a callable library, written in C, for solving large-scale linear (LP), mixed integer (MIP), and related optimization problems
- the GNU MathProg mathematical programming language for specifying such problems at a high level
- the GLPSOL command-line application for translating and solving models written in MathProg
- comprehensive documentation for the above
The GLPK project itself is hosted at www.gnu.org/software/glpk.
The GLPK wikipedia entry can be found at en.wikipedia.org/wiki/GLPK.
The GLPK project maintains two mailing lists: help-glpk@gnu.org and bug-glpk@gnu.org. To subscribe to either of these lists, visit lists.gnu.org/mailman/listinfo/help-glpk or lists.gnu.org/mailman/listinfo/bug-glpk respectively. These lists are solely for traffic concerning the mainline GLPK project — matters relating to third-party initiatives should be directed to those initiatives.
这里只引用了GLPK的JavaScript版本