Skip to content

Commit 40ccfc0

Browse files
committed
Merge branch 'latest' of https://github.com/ERGO-Code/HiGHS into refactorAddClique
2 parents 3e12e27 + 6b1068b commit 40ccfc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highs/simplex/SimplexStruct.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ struct HighsSimplexBadBasisChangeRecord {
249249
HighsInt variable_out;
250250
HighsInt variable_in;
251251
BadBasisChangeReason reason;
252-
double save_value;
252+
double save_value = 0.0;
253253
};
254254

255255
struct HighsRayRecord {

0 commit comments

Comments
 (0)