highs 0.1.5 → 0.2.0

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: d0f83f12e500ca3c875b9e73eaaedd19f8829c4c8c427e34b62cf845d3ef858e
4
- data.tar.gz: 186a708249b1fe47cca435e2fb856c042f964fde8a8b6d9f0f27b16405f479d6
3
+ metadata.gz: 4190e2098b9e425450d833ec7a5374e929e00580c0d42e582605af9e480b45ee
4
+ data.tar.gz: '029ec011250ca3586aceca942ae0ac0b5e4370d2b99bdbec10b42173eca003a5'
5
5
  SHA512:
6
- metadata.gz: 7314b8197274fe1ad86eb24c86678871ec31a91f7d3b5c36afc01f79112b81167baf62b7ff6e946e225f72bf77dd6b8b89f5486be63e71142573779c14ad1cca
7
- data.tar.gz: 969937d11d76bdf059ee5343d498ba63e7dbc8f536bae153f544bdd6578515900ea485b582b632e506b0820d32e8ee9dabbfca414f4f657d4240bcc7969cbf4d
6
+ metadata.gz: be1c4d95c68e0e6e7183acd09f1559af32d1d3b8926ad7de0e90746c0158b2a206c0112fba8897ed4463250cf4a1e11b168c2507680af8340920e91b5119db40
7
+ data.tar.gz: e5c4cd16159b3a3445a9eb15f8097220cd03129b5488c2ea535ba1d3b7ad058f2839ce2a6da15fdd6dd5ffb9ef0b29e6ed815fc7b2248b5a75a1d6d75137a03b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 0.2.0 (2024-07-31)
2
+
3
+ - Updated HiGHS to 1.7.2
4
+ - Dropped support for Ruby < 3.1
5
+
1
6
  ## 0.1.5 (2023-06-07)
2
7
 
3
8
  - Updated HiGHS to 1.5.1
data/LICENSE.txt CHANGED
@@ -1,7 +1,7 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022-2023 HiGHS
4
- Copyright (c) 2022-2023 Andrew Kane
3
+ Copyright (c) 2022-2024 HiGHS
4
+ Copyright (c) 2022-2024 Andrew Kane
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  Check out [Opt](https://github.com/ankane/opt) for a high-level interface
6
6
 
7
- [![Build Status](https://github.com/ankane/highs-ruby/workflows/build/badge.svg?branch=master)](https://github.com/ankane/highs-ruby/actions)
7
+ [![Build Status](https://github.com/ankane/highs-ruby/actions/workflows/build.yml/badge.svg)](https://github.com/ankane/highs-ruby/actions)
8
8
 
9
9
  ## Installation
10
10
 
data/lib/highs/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Highs
2
- VERSION = "0.1.5"
2
+ VERSION = "0.2.0"
3
3
  end
@@ -0,0 +1,70 @@
1
+ ================================================================================
2
+ FilereaderLP
3
+ ================================================================================
4
+
5
+ Copyright (c) 2020 Michael Feldmeier
6
+
7
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ of this software and associated documentation files (the "Software"), to deal
9
+ in the Software without restriction, including without limitation the rights
10
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ copies of the Software, and to permit persons to whom the Software is
12
+ furnished to do so, subject to the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be included in all
15
+ copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ SOFTWARE.
24
+
25
+ ================================================================================
26
+ pdqsort
27
+ ================================================================================
28
+
29
+ Copyright (c) 2021 Orson Peters <orsonpeters@gmail.com>
30
+
31
+ This software is provided 'as-is', without any express or implied warranty. In no event will the
32
+ authors be held liable for any damages arising from the use of this software.
33
+
34
+ Permission is granted to anyone to use this software for any purpose, including commercial
35
+ applications, and to alter it and redistribute it freely, subject to the following restrictions:
36
+
37
+ 1. The origin of this software must not be misrepresented; you must not claim that you wrote the
38
+ original software. If you use this software in a product, an acknowledgment in the product
39
+ documentation would be appreciated but is not required.
40
+
41
+ 2. Altered source versions must be plainly marked as such, and must not be misrepresented as
42
+ being the original software.
43
+
44
+ 3. This notice may not be removed or altered from any source distribution.
45
+
46
+ ================================================================================
47
+ zstr 1.0.5
48
+ ================================================================================
49
+
50
+ The MIT License (MIT)
51
+
52
+ Copyright (c) 2015 Matei David, Ontario Institute for Cancer Research
53
+
54
+ Permission is hereby granted, free of charge, to any person obtaining a copy
55
+ of this software and associated documentation files (the "Software"), to deal
56
+ in the Software without restriction, including without limitation the rights
57
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
58
+ copies of the Software, and to permit persons to whom the Software is
59
+ furnished to do so, subject to the following conditions:
60
+
61
+ The above copyright notice and this permission notice shall be included in all
62
+ copies or substantial portions of the Software.
63
+
64
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
65
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
66
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
67
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
68
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
69
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
70
+ SOFTWARE.
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 HiGHS
3
+ Copyright (c) 2024 HiGHS
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
Binary file
Binary file
data/vendor/libhighs.dll CHANGED
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.5
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Kane
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-08 00:00:00.000000000 Z
11
+ date: 2024-08-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: andrew@ankane.org
@@ -25,7 +25,8 @@ files:
25
25
  - lib/highs/methods.rb
26
26
  - lib/highs/model.rb
27
27
  - lib/highs/version.rb
28
- - vendor/LICENSE
28
+ - vendor/LICENSE-THIRD-PARTY.txt
29
+ - vendor/LICENSE.txt
29
30
  - vendor/libhighs.arm64.dylib
30
31
  - vendor/libhighs.arm64.so
31
32
  - vendor/libhighs.dll
@@ -43,14 +44,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
43
44
  requirements:
44
45
  - - ">="
45
46
  - !ruby/object:Gem::Version
46
- version: '2.7'
47
+ version: '3.1'
47
48
  required_rubygems_version: !ruby/object:Gem::Requirement
48
49
  requirements:
49
50
  - - ">="
50
51
  - !ruby/object:Gem::Version
51
52
  version: '0'
52
53
  requirements: []
53
- rubygems_version: 3.4.10
54
+ rubygems_version: 3.5.11
54
55
  signing_key:
55
56
  specification_version: 4
56
57
  summary: Linear optimization for Ruby