From 267c6f2ac71f92999e969232431ba04678e7437e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:54:39 +0200 Subject: Adding upstream version 4:24.2.0. Signed-off-by: Daniel Baumann --- external/coinmp/bind2nd.patch.1 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 external/coinmp/bind2nd.patch.1 (limited to 'external/coinmp/bind2nd.patch.1') diff --git a/external/coinmp/bind2nd.patch.1 b/external/coinmp/bind2nd.patch.1 new file mode 100644 index 0000000000..6ef10a03e1 --- /dev/null +++ b/external/coinmp/bind2nd.patch.1 @@ -0,0 +1,13 @@ +--- a/Osi/src/OsiCommonTest/OsiSolverInterfaceTest.cpp ++++ b/Osi/src/OsiCommonTest/OsiSolverInterfaceTest.cpp +@@ -1313,8 +1313,8 @@ + int rows_to_delete_arr[] = { 0 } ; + si->deleteRows(1,rows_to_delete_arr) ; + +- std::transform(objective,objective+4,objective, +- std::bind2nd(std::plus(),0.15)) ; ++ for (int i = 0; i != 4; ++i) ++ objective[i] += 0.15; + si->setObjective(objective) ; + si->resolve() ; + OSIUNITTEST_ASSERT_ERROR(si->isProvenOptimal(), return false, *si, "test16SebastianNowozin second resolve"); -- cgit v1.2.3