deps: Bump SCIP to v920

This commit is contained in:
Corentin Le Molgat
2024-11-15 14:53:46 +01:00
parent 217147b852
commit 5102548a5c
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ Cgl=0.60.5
Cbc=2.10.7
GLPK=5.0
HiGHS=v1.8.0
Scip=v900
Scip=v920
# Python
pybind11=v2.12.0
pybind11_abseil=52f2739

View File

@@ -280,9 +280,9 @@ if(BUILD_SCIP)
FetchContent_Declare(
scip
GIT_REPOSITORY "https://github.com/scipopt/scip.git"
GIT_TAG "v900"
GIT_TAG "v920"
GIT_SHALLOW TRUE
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/scip-v900.patch"
PATCH_COMMAND git apply --ignore-whitespace "${CMAKE_CURRENT_LIST_DIR}/../../patches/scip-v920.patch"
)
FetchContent_MakeAvailable(scip)
set(LPI_GLOP_SRC ${scip_SOURCE_DIR}/src/lpi/lpi_glop.cpp PARENT_SCOPE)