From f1de9729d32c6fd1e90b98108d9dbb79d00ff231 Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastava Date: Sat, 29 Aug 2026 15:47:32 +0530 Subject: [PATCH] docs: fix typo acheived -> achieved Signed-off-by: Vaibhav Srivastava --- highs/HighsRun.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/highs/HighsRun.md b/highs/HighsRun.md index 27c837ff98f..c1576528663 100644 --- a/highs/HighsRun.md +++ b/highs/HighsRun.md @@ -32,7 +32,7 @@ There is still one action in`app/RunHighs.cpp` that should be performed in `High - Write out the presolved model These "HiGHS files" actions must only be performed at the "top level" -of `Highs::run()`, and this is acheived by caching the file options in +of `Highs::run()`, and this is achieved by caching the file options in the `Highs` class and clearing them from options_ so that they aren't applied at lower level calls to `Highs::run()`. They are then restored before returning from `Highs::run()`. @@ -42,7 +42,7 @@ before returning from `Highs::run()`. User objective and/or bound scaling is performed before assessing whether there is excessive problem data and suggesting user objective and bound scaling. These user scaling actions must only be performed -at the "top level" of `Highs::run()`, and this is acheived by caching +at the "top level" of `Highs::run()`, and this is achieved by caching the user scaling options in the `Highs` class and clearing them from options_ so that they aren't applied at lower level calls to `Highs::run()`. If user scaling has been applied in a call to