Skip to content

Commit

Permalink
versions only
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Sep 12, 2024
1 parent 0b26c63 commit 8f83d3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: DoozyX/[email protected]
with:
# source: 'app/ src/Highs.h ./src/lp_data ./src/mip ./src/model ./src/simplex ./src/presolve ./src/simplex ./src/util ./src/test'
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'
source: '.'
exclude: './extern'
extensions: 'h,hpp,cpp,cc,c'
extensions: 'h,cpp,c'
clangFormatVersion: 18
2 changes: 1 addition & 1 deletion src/lp_data/HighsSolve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ HighsStatus solveLp(HighsLpSolverObject& solver_object, const string message) {
return HighsStatus::kError;
}
} // options.run_crossover == kHighsOnString
} // unwelcome_ipx_status
} // unwelcome_ipx_status
} else {
// PDLP has been used, so check whether claim of optimality
// satisfies the HiGHS criteria
Expand Down

0 comments on commit 8f83d3e

Please sign in to comment.