Skip to content

Commit

Permalink
Merge pull request #1889 from fwesselm/fixWarningReorder
Browse files Browse the repository at this point in the history
Fix compiler warning
  • Loading branch information
jajhall committed Aug 21, 2024
2 parents 61f72a3 + 50bd180 commit 93a0871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lp_data/HighsOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,6 @@ struct HighsOptionsStruct {
time_limit(0.0),
solution_file(""),
write_model_file(""),
write_presolved_model_file(""),
random_seed(0),
ranging(""),
infinite_cost(0.0),
Expand Down Expand Up @@ -472,6 +471,7 @@ struct HighsOptionsStruct {
write_solution_to_file(false),
write_solution_style(0),
glpsol_cost_row_location(0),
write_presolved_model_file(""),
output_flag(false),
log_to_console(false),
ipm_iteration_limit(0),
Expand Down

0 comments on commit 93a0871

Please sign in to comment.