You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FEATURES.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,3 +11,15 @@ The HiPO release exposed various issues flagged up via GitHub and email.
11
11
Added singleton column stuffing to MIP presolve - see Gamrath et al., Progress in presolving for mixed integer programming. Math. Prog. Comp. 7, 367–398 (2015).
12
12
13
13
## Build changes
14
+
15
+
Added Python 3.14 support.
16
+
17
+
Added a CMake option BUILD_OPENBLAS for Windows and Linux, when HIPO is ON and BUILD_OPENBLAS is ON, OpenBLAS is downloaded and built as a subproject. The default value is OFF.
18
+
19
+
Update rules_cuda for the bazel build.
20
+
21
+
Filereader is now in highs/ rather than extern/.
22
+
23
+
Metis, amd and rcm are now in extern/. Metis is no longer an external dependency.
24
+
25
+
Binaries are now available. Standard HiGHS binaries are MIT-licensed and HiGHS with HiPO are Apache-licensed.
0 commit comments