genmodel 0.0.23 → 0.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35e04c4fdf5fad8bd345e78e8607905eb95da223
4
- data.tar.gz: e6a4738ccd7e7d040df741d66c91a5f7cdc6c2c1
3
+ metadata.gz: 6c41eeea8b7f2265cd0c278a3e8f2a8518d02668
4
+ data.tar.gz: 32eaa70d402fafccd1df954fdb27cca2877ac306
5
5
  SHA512:
6
- metadata.gz: 45dc5c464e59fb22fcdbf15628449868b5779a143f80f24d83f48b959fa86b5df95cea0a3fe255baf3428eac8b90696224ffd0c49d852d5f329c25800a483b0f
7
- data.tar.gz: e3e7c40a7b49a4fd6e2381c55d233863928f93dfeedd8b713a26268f9c5e4e81ea6bd3f286f0bef4de6431027a48ee8518c7c0a11322e2c1ff56b3a56e11a8b6
6
+ metadata.gz: 7475fef619b7ab809715a21052e3428ac58d4917d950c1e8cc92226c4d6c860b5def07ec3c12ca30047b53d1bbc8baaabbe9171c4bb1c3f6e9df01b7708b9ad6
7
+ data.tar.gz: 82b145b848170c03d13ddcc957fe0f8b070eb01fe998bd51ae1c90984a3a735b53540b18f827a109e56d1ace293cfd52c3281b2d5ce2045ba09593526bef24f2
@@ -5,7 +5,7 @@
5
5
 
6
6
  GenModel::GenModel()
7
7
  {
8
- version = "genmodel-0.0.23 build 0001";
8
+ version = "genmodel-0.0.24 build 0001";
9
9
  hassolution = false;
10
10
  bcreated = false;
11
11
  binit = false;
@@ -138,7 +138,7 @@ if is_darwin
138
138
 
139
139
  path = "/usr/lib:/usr/local/lib/"
140
140
  puts "Looking for CoinUtils (function main) in "+path
141
- if(is_cplex && find_library("CoinUtils",nil,path))
141
+ if(is_osi && find_library("CoinUtils",nil,path))
142
142
  puts "found"
143
143
  else
144
144
  puts "not found"
@@ -222,7 +222,7 @@ elsif is_linux
222
222
 
223
223
  path = "/usr/lib:/usr/local/lib/"
224
224
  puts "Looking for CoinUtils (function main) in "+path
225
- if(is_cplex && find_library("CoinUtils",nil,path))
225
+ if(is_osi && find_library("CoinUtils",nil,path))
226
226
  puts "found"
227
227
  else
228
228
  puts "not found"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: genmodel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.23
4
+ version: 0.0.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mathieu Bouchard