highs 0.1.3 → 0.1.4
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/LICENSE.txt +1 -4
- data/lib/highs/version.rb +1 -1
- data/vendor/LICENSE +1 -4
- data/vendor/libhighs.arm64.dylib +0 -0
- data/vendor/libhighs.arm64.so +0 -0
- data/vendor/libhighs.dylib +0 -0
- data/vendor/libhighs.so +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4f91fd7c597e063d070b5ad454f0b1912325753280165435653ce6124661e8a2
|
|
4
|
+
data.tar.gz: a8a0e59f821cd5b688c1f3181143731adaa4e54b71b55d3a056993bcf56ba0a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 14d09517251bcf48d3326da0939da9079dd361bd5796643835218446aba8c73621ce99dc449041ff21d2d0c58707c207b943839f635464e0c7b59a4000ab7fb6
|
|
7
|
+
data.tar.gz: 1b3e7f53a2f855eee94fc202ca37a983dd6a43c6a3a95647f64f79e6b13ea755fbc5397bb7f7ad46083a12a32cb7a59322196167acc7e8975e39769b2f406fdd
|
data/CHANGELOG.md
CHANGED
data/LICENSE.txt
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
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
data/vendor/LICENSE
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
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
|
data/vendor/libhighs.arm64.dylib
CHANGED
|
Binary file
|
data/vendor/libhighs.arm64.so
CHANGED
|
Binary file
|
data/vendor/libhighs.dylib
CHANGED
|
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.
|
|
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-
|
|
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.
|
|
52
|
+
rubygems_version: 3.4.0.dev
|
|
53
53
|
signing_key:
|
|
54
54
|
specification_version: 4
|
|
55
55
|
summary: Linear optimization for Ruby
|