Skip to content

Commit fa19ed8

Browse files
committed
Merged fix-2322 into this branch
1 parent ee469ed commit fa19ed8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FEATURES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Corrected docstrings for `Highs_getReducedRow`, motivated by [#2312](https://git
2424

2525
LP file reader no longer fails when there is no objective section. Fix is [#2316](https://github.com/ERGO-Code/HiGHS/pull/2316), but this exposes code quality issue [#2318](https://github.com/ERGO-Code/HiGHS/issues/2318)
2626

27+
Added a max scale factor (+1024) when scaling up coefficients in `preprocessBaseInequality` and `postprocessCut`. Fix is [#2337](https://github.com/ERGO-Code/HiGHS/pull/2337)
28+
2729
Corrected the bounds used in when strengthening coefficients in `HPresolve::rowPresolve`, fixing [#1517](https://github.com/ERGO-Code/HiGHS/issues/1517)
2830

2931
Fixed numerical error in `highs/mip/HighsCliqueTable.cpp`, closing [#2320](https://github.com/ERGO-Code/HiGHS/issues/2320)
@@ -32,7 +34,7 @@ Fixed bug in `highs/mip/HighsFeasibilityJump.cpp`, closing [#2331](https://githu
3234

3335
Tightened CMIR cuts, leading to small performance gain, closing [#2333](https://github.com/ERGO-Code/HiGHS/issues/2333)
3436

35-
Scaling the tolerance in forcing row reduction to avoid use of rows with small coefficients and bounds, closing [#2290](https://github.com/ERGO-Code/HiGHS/issues/2333)
37+
Scaling the tolerance in forcing row reduction to avoid use of rows with small coefficients and bounds, closing [#2290](https://github.com/ERGO-Code/HiGHS/issues/2290)
3638

3739
Fixed bug when calculating a coefficient in one of the cuts in `separateImpliedBounds` in `highs/mip/HighsImplications.cpp`
3840

@@ -46,5 +48,3 @@ Introduced the following KKT error measures to `HighsInfo`: `num_relative_primal
4648

4749

4850

49-
Added a max scale factor (+1024) when scaling up coefficients in `preprocessBaseInequality` and `postprocessCut`. Fix is [#2337](https://github.com/ERGO-Code/HiGHS/pull/2337).
50-

0 commit comments

Comments
 (0)