Skip to content

Commit 601c190

Browse files
committed
Updated FEATURES.md WRT ERGO-Code#2267, and also trying to use links to issues
1 parent aca48e7 commit 601c190

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

FEATURES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## Code changes
44

5-
Fixed incorrect assertion in `HighsMipSolver::solutionFeasible()` (fixing #2204)
5+
Fixed incorrect assertion in `HighsMipSolver::solutionFeasible()` (fixing [#2204](https://github.com/ERGO-Code/HiGHS/issues/2204)))
66

7-
getColIntegrality now returns `HighsVarType::kContinuous` when `model_.lp_.integrality_` is empty (fixing #2261)
7+
getColIntegrality now returns `HighsVarType::kContinuous` when `model_.lp_.integrality_` is empty (fixing [#2261](https://github.com/ERGO-Code/HiGHS/issues/2261))
88

9+
Now ensuring that when solving a scaled LP with useful but unvalidated basis, it does not lose its scaling after validation, since the scaling factors will be applied to the solution (fixing [#2267](https://github.com/ERGO-Code/HiGHS/issues/2267))

0 commit comments

Comments
 (0)