We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b07ea8 commit bcd7231Copy full SHA for bcd7231
1 file changed
highs/presolve/HighsSymmetry.h
@@ -84,7 +84,7 @@ struct HighsOrbitopeMatrix {
84
};
85
HighsInt rowLength;
86
HighsInt numRows;
87
- HighsInt numSetPackingRows;
+ HighsInt numSetPackingRows = 0;
88
HighsHashTable<HighsInt, HighsInt> columnToRow;
89
std::vector<RowPackingStatus> rowIsSetPacking;
90
std::vector<HighsInt> matrix;
0 commit comments