Skip to content

Commit b831faa

Browse files
committed
WIP
1 parent 4418ec5 commit b831faa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/util/HFactor.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -333,10 +333,10 @@ class HFactor {
333333
RefactorInfo refactor_info_;
334334

335335
// 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;
336+
HighsInt basis_matrix_num_el;
337+
HighsInt invert_num_el;
338+
HighsInt kernel_dim;
339+
HighsInt kernel_num_el;
340340

341341
/**
342342
* Data of the factor
@@ -368,7 +368,7 @@ class HFactor {
368368
HighsLogOptions log_options;
369369

370370
bool use_original_HFactor_logic;
371-
bool debug_report_ = false;
371+
bool debug_report_;
372372
HighsInt basis_matrix_limit_size;
373373
HighsInt update_method;
374374

0 commit comments

Comments
 (0)