Skip to content

Commit 4d59a83

Browse files
authored
Update FEATURES.md
1 parent f429885 commit 4d59a83

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

FEATURES.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## Build changes
2-
31
## Code changes
42

3+
HiPO is out! Our new factorisation-based interior point solver, developed by Filippo Zanetti, is officially integrated in HiGHS! HiPO is multi-threaded and will improve the performance on many large instances. Metis and BLAS are required for HiPO. In this version, HiPO will be available when HiGHS is built from source with CMake. It can be accessed from C++, C and will also be available when HiGHS is called from JuMP. In a future release, HiPO will be available from Python, C# and more.
4+
55
Forcing column reduction now checks the bound on the column dual rather than whether the dual row activity is zero fixing [#2409](https://github.com/ERGO-Code/HiGHS/issues/2409)
66

77
Now handling correctly the case where an infeasible MIP has a feasible relaxation, so no ray is computed fixing [#2415](https://github.com/ERGO-Code/HiGHS/issues/2415)
@@ -45,3 +45,6 @@ Prompted by [#2581](https://github.com/ERGO-Code/HiGHS/issues/2581), the QP exam
4545

4646
Prompted by [#2582](https://github.com/ERGO-Code/HiGHS/issues/2582), the C API constants are declared `static const` to prevent multiple definition linker errors
4747

48+
## Build changes
49+
50+
The Bazel build now supports building with Cuda with an optional parameter `cupdlp_gpu`.

0 commit comments

Comments
 (0)