Skip to content

Commit 12ba617

Browse files
authored
Add support for HiGHS@1.14.0 (#335)
1 parent 889d1f2 commit 12ba617

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
1212
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1313

1414
[compat]
15-
HiGHS_jll = "=1.13.1"
15+
HiGHS_jll = "=1.14.0"
1616
LinearAlgebra = "1"
1717
MathOptIIS = "0.2"
1818
MathOptInterface = "1.34"

gen/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ HiGHS_jll = "8fd58aa0-07eb-5a78-9b36-339c94fd15ea"
44

55
[compat]
66
Clang = "0.19"
7-
HiGHS_jll = "1.11"
7+
HiGHS_jll = "1.14"

src/gen/libhighs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2712,11 +2712,11 @@ const CMAKE_BUILD_TYPE = "Release"
27122712

27132713
const BLAS_LIBRARIES = "blastrampoline"
27142714

2715-
const HIGHS_GITHASH = "1bce6d5c8"
2715+
const HIGHS_GITHASH = "7df0786de3"
27162716

27172717
const HIGHS_VERSION_MAJOR = 1
27182718

2719-
const HIGHS_VERSION_MINOR = 13
2719+
const HIGHS_VERSION_MINOR = 14
27202720

27212721
const HIGHS_VERSION_PATCH = 0
27222722

0 commit comments

Comments
 (0)