From cecaf35fbf3c2bbb263768ba97ada13524088653 Mon Sep 17 00:00:00 2001 From: Björn B. Brandenburg Date: Sun, 11 Oct 2009 13:53:40 -0400 Subject: Add formula for GNU Linear Programming Kit Provides a library and stand-alone tool for solving linear programs (LPs) and integer linear programs (ILPs). Doesn't depend on anything else. --- Library/Formula/glpk.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/glpk.rb (limited to 'Library') diff --git a/Library/Formula/glpk.rb b/Library/Formula/glpk.rb new file mode 100644 index 000000000..f73b42a82 --- /dev/null +++ b/Library/Formula/glpk.rb @@ -0,0 +1,12 @@ +require 'brewkit' + +class Glpk