Skip to content

Commit 6d22826

Browse files
authored
Switch to using papilo develop branch (#493)
We were using a temporary bug fix branch that has bug fixes for cliquemerging presolver. This branch is now merged into develop branch. So we are switching to develop branch now. ## Issue Authors: - Rajesh Gandham (https://github.com/rg20) Approvers: - Ramakrishnap (https://github.com/rgsl888prabhu) URL: #493
1 parent d69c4c1 commit 6d22826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ FetchContent_Declare(
190190
# does not have some of the presolvers and settings that we need
191191
# Mainly, probing and clique merging.
192192
# This is the reason we are using the development branch
193-
# commit from cliquemergebug branch. Once these changes are merged into the main branch,
193+
# from Oct 12, 2025. Once these changes are merged into the main branch,
194194
#we can switch to the main branch.
195-
GIT_TAG "8f710e33d352bf319d30b9c57e70516222f3f5ca"
195+
GIT_TAG "741a2b9c8155b249d6df574d758b4d97d4417520"
196196
GIT_PROGRESS TRUE
197197
SYSTEM
198198
)

0 commit comments

Comments
 (0)