Skip to content

Commit

Permalink
Merge branch 'latest' into consider-1911
Browse files Browse the repository at this point in the history
  • Loading branch information
jajhall committed Sep 14, 2024
2 parents 8b635e0 + d95502b commit 9cd990f
Show file tree
Hide file tree
Showing 23 changed files with 16,501 additions and 16,016 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.14
- uses: DoozyX/clang-format-lint-action@v0.18
with:
source: 'app/ src/Highs.h ./src/lp_data ./src/mip ./src/model ./src/simplex ./src/presolve ./src/simplex ./src/util ./src/test'
#./src/test ./interfaces'
extensions: 'h,cpp,c'
clangFormatVersion: 14
clangFormatVersion: 18
7 changes: 7 additions & 0 deletions FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ Added `Highs::feasibilityRelaxation` to solve the problem of minimizing a (possi

Added Python utility `examples/plot_highs_log.py` (due to @Thell) to visualise progress of the MIP solver.

Added minimal documentation of solvers and how simplex variants can be run

Methods receiving matrix data where only small values are explicit zeros (so removed internally) are now silent and return HighsStatus::kOk (since internal matrix is exact)







Loading

0 comments on commit 9cd990f

Please sign in to comment.