Skip to content

Commit

Permalink
empty inits diff with 18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Sep 12, 2024
1 parent 8f83d3e commit 18046f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lp_data/HighsOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ struct HighsOptionsStruct {
#endif
mip_improving_solution_save(false),
mip_improving_solution_report_sparse(false),
mip_improving_solution_file(""){};
mip_improving_solution_file("") {};
};

// For now, but later change so HiGHS properties are string based so that new
Expand Down
2 changes: 1 addition & 1 deletion src/util/HFactor.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class HFactor {
build_timer_(nullptr),
nwork(0),
u_merit_x(0),
u_total_x(0){};
u_total_x(0) {};

/**
* @brief Copy problem size and pointers of constraint matrix, and set
Expand Down

0 comments on commit 18046f7

Please sign in to comment.