Skip to content

Commit

Permalink
chore: bump underlying HiGHS solver version
Browse files Browse the repository at this point in the history
  • Loading branch information
mtth committed May 26, 2024
1 parent 16a4f73 commit 0285db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/highs-addon/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
include(ExternalProject)
ExternalProject_Add(highs_download
GIT_REPOSITORY https://github.com/ERGO-Code/HiGHS.git
GIT_TAG "21da9b90e0dceeb22ef9e35e5ff2c3ab17dc5232" # v1.6.0
GIT_TAG "50670fd4c634c3c9e54bf615e84bd4024d129754" # v1.7.0
CMAKE_ARGS
-DCI=OFF
-DFAST_BUILD=OFF
Expand Down

0 comments on commit 0285db9

Please sign in to comment.