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 4418ec5 commit b831faaCopy full SHA for b831faa
src/util/HFactor.h
@@ -333,10 +333,10 @@ class HFactor {
333
RefactorInfo refactor_info_;
334
335
// Properties of data held in HFactor.h
336
- HighsInt basis_matrix_num_el = 0;
337
- HighsInt invert_num_el = 0;
338
- HighsInt kernel_dim = 0;
339
- HighsInt kernel_num_el = 0;
+ HighsInt basis_matrix_num_el;
+ HighsInt invert_num_el;
+ HighsInt kernel_dim;
+ HighsInt kernel_num_el;
340
341
/**
342
* Data of the factor
@@ -368,7 +368,7 @@ class HFactor {
368
HighsLogOptions log_options;
369
370
bool use_original_HFactor_logic;
371
- bool debug_report_ = false;
+ bool debug_report_;
372
HighsInt basis_matrix_limit_size;
373
HighsInt update_method;
374
0 commit comments