rglpk 0.1

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,64 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.4
3
+ specification_version: 1
4
+ name: rglpk
5
+ version: !ruby/object:Gem::Version
6
+ version: "0.1"
7
+ date: 2007-10-25 00:00:00 +09:00
8
+ summary: Rglpk is a package providing a Ruby wrapper to the GNU glpk library (http://www.gnu.org/software/glpk/). The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems.
9
+ require_paths:
10
+ - lib
11
+ - test
12
+ email: alexg@kuicr.kyoto-u.ac.jp
13
+ homepage: http://rglpk.rubyforge.org/
14
+ rubyforge_project: rglpk
15
+ description: Rglpk is a package providing a Ruby wrapper to the GNU glpk library (http://www.gnu.org/software/glpk/). The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems.
16
+ autorequire:
17
+ default_executable:
18
+ bindir: bin
19
+ has_rdoc: true
20
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
21
+ requirements:
22
+ - - ">"
23
+ - !ruby/object:Gem::Version
24
+ version: 0.0.0
25
+ version:
26
+ platform: ruby
27
+ signing_key:
28
+ cert_chain:
29
+ post_install_message:
30
+ authors:
31
+ - Alex Gutteridge
32
+ files:
33
+ - History.txt
34
+ - License.txt
35
+ - Manifest.txt
36
+ - README.txt
37
+ - Rakefile.rb
38
+ - ext/extconf.rb
39
+ - ext/rglpk.c
40
+ - lib/glpk.rb
41
+ - swig/Makefile.in
42
+ - swig/configure.in
43
+ - swig/glpk.i
44
+ - test/test_all.rb
45
+ test_files:
46
+ - test/test_all.rb
47
+ rdoc_options:
48
+ - --exclude
49
+ - test/*
50
+ - --main
51
+ - README.txt
52
+ - --inline-source
53
+ extra_rdoc_files:
54
+ - README.txt
55
+ - History.txt
56
+ - License.txt
57
+ executables: []
58
+
59
+ extensions:
60
+ - ext/extconf.rb
61
+ requirements: []
62
+
63
+ dependencies: []
64
+