highs 0.1.2 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a46946b06578fabfbeefcc9c48bb423db4df21a3fec2256ea45f677d515318e
4
- data.tar.gz: 0d109b3fa7b03111b5340dfee2f0608136e6fc5de81aba43fde395a01c8f4aff
3
+ metadata.gz: 4f91fd7c597e063d070b5ad454f0b1912325753280165435653ce6124661e8a2
4
+ data.tar.gz: a8a0e59f821cd5b688c1f3181143731adaa4e54b71b55d3a056993bcf56ba0a2
5
5
  SHA512:
6
- metadata.gz: d4994ef6fb41aa6f22b7fc1e1f6cadf87829faafdea50d8f8c0fb626170712219065ebd94875b458d91d7caa1ad2b951cdd602608c2285e09f85dda454be9c42
7
- data.tar.gz: f275a812845405cfbe046b5e4b27593bb39cd1868037f965fa47f85c1434e06f71678c41eb2e6d0253cca4fb9c720aa8a0afe94dc56beb4b14a8965e4aa9abae
6
+ metadata.gz: 14d09517251bcf48d3326da0939da9079dd361bd5796643835218446aba8c73621ce99dc449041ff21d2d0c58707c207b943839f635464e0c7b59a4000ab7fb6
7
+ data.tar.gz: 1b3e7f53a2f855eee94fc202ca37a983dd6a43c6a3a95647f64f79e6b13ea755fbc5397bb7f7ad46083a12a32cb7a59322196167acc7e8975e39769b2f406fdd
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 0.1.4 (2022-12-08)
2
+
3
+ - Updated HiGHS to 1.4.1
4
+
5
+ ## 0.1.3 (2022-11-05)
6
+
7
+ - Updated HiGHS to 1.3.0
8
+
1
9
  ## 0.1.2 (2022-04-14)
2
10
 
3
11
  - Added `verbose` and `time_limit` options to `solve` method
data/LICENSE.txt CHANGED
@@ -1,11 +1,8 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 ERGO-Code
3
+ Copyright (c) 2022 HiGHS
4
4
  Copyright (c) 2022 Andrew Kane
5
5
 
6
- IPX and BASICLU, Copyright (c) 2018-2021 ERGO-Code
7
- Used in HiGHS under the MIT license.
8
-
9
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
10
7
  of this software and associated documentation files (the "Software"), to deal
11
8
  in the Software without restriction, including without limitation the rights
data/lib/highs/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Highs
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.4"
3
3
  end
data/vendor/LICENSE CHANGED
@@ -1,9 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 ERGO-Code
4
-
5
- IPX and BASICLU, Copyright (c) 2018-2021 ERGO-Code
6
- Used in HiGHS under the MIT license.
3
+ Copyright (c) 2022 HiGHS
7
4
 
8
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
9
6
  of this software and associated documentation files (the "Software"), to deal
Binary file
Binary file
Binary file
data/vendor/libhighs.so CHANGED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: highs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-14 00:00:00.000000000 Z
11
+ date: 2022-12-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: andrew@ankane.org
@@ -49,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  - !ruby/object:Gem::Version
50
50
  version: '0'
51
51
  requirements: []
52
- rubygems_version: 3.3.7
52
+ rubygems_version: 3.4.0.dev
53
53
  signing_key:
54
54
  specification_version: 4
55
55
  summary: Linear optimization for Ruby