Skip to content

Commit bcd7231

Browse files
committed
initialize numSetPackingRows
1 parent 6b07ea8 commit bcd7231

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

highs/presolve/HighsSymmetry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ struct HighsOrbitopeMatrix {
8484
};
8585
HighsInt rowLength;
8686
HighsInt numRows;
87-
HighsInt numSetPackingRows;
87+
HighsInt numSetPackingRows = 0;
8888
HighsHashTable<HighsInt, HighsInt> columnToRow;
8989
std::vector<RowPackingStatus> rowIsSetPacking;
9090
std::vector<HighsInt> matrix;

0 commit comments

Comments
 (0)