Skip to content

Commit bf989e9

Browse files
author
Julian Hall
committed
Corrected typos and increased kExcessivelyLargeIntegerBoundValue to 1e5
1 parent dfccded commit bf989e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

highs/lp_data/HConst.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const double kExcessivelySmallObjectiveCoefficient = 1e-4;
3939
const double kExcessivelyLargeObjectiveCoefficient = 1e6;
4040
const double kExcessivelySmallBoundValue = 1e-4;
4141
const double kExcessivelyLargeBoundValue = 1e6;
42-
const double kExcessivelyLargeIntegerBoundValue = 1e4;
42+
const double kExcessivelyLargeIntegerBoundValue = 1e5;
4343

4444
const HighsInt kNoThreadInstance = -1;
4545
const bool kAllowDeveloperAssert = false;

0 commit comments

Comments
 (0)