dependencies: Bump HiGHs to 1.7.2

This commit is contained in:
Mizux Seiha
2024-07-16 17:21:42 +02:00
parent 54af4ed6ed
commit a256bcfd42
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ Clp=1.17.7
Cgl=0.60.5
Cbc=2.10.7
GLPK=5.0
HiGHS=v1.7.1
HiGHS=v1.7.2
Scip=v900
# Python
pybind11=v2.12.0

View File

@@ -156,7 +156,7 @@ cc_library(
git_repository(
name = "highs",
branch = "v1.7.1",
branch = "v1.7.2",
remote = "https://github.com/ERGO-Code/HiGHS.git",
)

View File

@@ -248,7 +248,7 @@ if(BUILD_HIGHS)
FetchContent_Declare(
highs
GIT_REPOSITORY "https://github.com/ERGO-Code/HiGHS.git"
GIT_TAG "v1.7.1"
GIT_TAG "v1.7.2"
GIT_SHALLOW TRUE
#PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/highs.patch"
)