There was an error while loading. Please reload this page.
1 parent dfccded commit bf989e9Copy full SHA for bf989e9
1 file changed
highs/lp_data/HConst.h
@@ -39,7 +39,7 @@ const double kExcessivelySmallObjectiveCoefficient = 1e-4;
39
const double kExcessivelyLargeObjectiveCoefficient = 1e6;
40
const double kExcessivelySmallBoundValue = 1e-4;
41
const double kExcessivelyLargeBoundValue = 1e6;
42
-const double kExcessivelyLargeIntegerBoundValue = 1e4;
+const double kExcessivelyLargeIntegerBoundValue = 1e5;
43
44
const HighsInt kNoThreadInstance = -1;
45
const bool kAllowDeveloperAssert = false;
0 commit comments