Skip to content

Commit eb25c1e

Browse files
committedMar 20, 2025
Update HiGHS headers to 1.10
1 parent c500a3d commit eb25c1e

File tree

136 files changed

+1205
-1396
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+1205
-1396
lines changed
 

‎thirdparty/solvers/highs/HConfig.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
#define FAST_BUILD
55
/* #undef ZLIB_FOUND */
6-
/* #undef CUPDLP_CPU */
6+
#define CUPDLP_CPU
7+
/* #undef CUPDLP_GPU */
8+
/* #undef CUPDLP_FORCE_NATIVE */
79
#define CMAKE_BUILD_TYPE "Release"
810
#define CMAKE_INSTALL_PREFIX "E:/HiGHS/build/install"
911
/* #undef HIGHSINT64 */
@@ -12,9 +14,9 @@
1214
/* #undef HIGHS_HAVE_BUILTIN_CLZ */
1315
#define HIGHS_HAVE_BITSCAN_REVERSE
1416

15-
#define HIGHS_GITHASH "66f735e60"
17+
#define HIGHS_GITHASH "fd8665394"
1618
#define HIGHS_VERSION_MAJOR 1
17-
#define HIGHS_VERSION_MINOR 9
19+
#define HIGHS_VERSION_MINOR 10
1820
#define HIGHS_VERSION_PATCH 0
1921
#define HIGHS_DIR "E:/HiGHS"
2022

0 commit comments

Comments
 (0)