Skip to content

Commit

Permalink
fix missing prior declartion of public function
Browse files Browse the repository at this point in the history
- make function local
  • Loading branch information
svigerske committed Nov 25, 2024
1 parent 92852f6 commit d8e84d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mip/HighsMipSolverData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2501,6 +2501,7 @@ bool HighsMipSolverData::interruptFromCallbackWithData(
return mipsolver.callback_->callbackAction(callback_type, message);
}

static
double possInfRelDiff(const double v0, const double v1, const double den) {
double rel_diff;
if (std::fabs(v0) == kHighsInf) {
Expand Down

0 comments on commit d8e84d7

Please sign in to comment.