aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/glpk.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-13updated version to 4.44Adeh Desandies
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-25glpk - remove unused configure switchAdam Vandenberg
2010-02-03Updated formula: glpk 4.42Michelangelo Altamore
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-10-12Add formula for GNU Linear Programming KitBjörn B. Brandenburg
Provides a library and stand-alone tool for solving linear programs (LPs) and integer linear programs (ILPs). Doesn't depend on anything else.