Skip to content

Commit acfe87c

Browse files
committed
Add a comment regarding todos
1 parent e7ff875 commit acfe87c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mip/HighsDomain.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ static double activityContributionMax(double coef, const double& lb,
4949
static double computeDelta(HighsInt row, double val, double oldbound,
5050
double newbound, double inf,
5151
std::vector<HighsInt>& numinfs) {
52+
// if bounds are huge, HighsCDouble should be used when computing bound
53+
// differences. todo: qualify usage of HighsCDouble in this function.
5254
if (oldbound == inf) {
5355
--numinfs[row];
5456
return newbound * val;

0 commit comments

Comments
 (0)