Skip to content

Commit

Permalink
Corrected make.jl and format in HighsOptions.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jajhall committed Nov 22, 2024
1 parent e383507 commit 4230322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Documenter.makedocs(
"structures/classes/HighsHessian.md",
"structures/classes/HighsModel.md",
],
"Structures" => Any[,
"Structures" => Any[
"structures/structs/HighsSolution.md",
"structures/structs/HighsBasis.md",
"structures/structs/HighsInfo.md",
Expand Down
4 changes: 2 additions & 2 deletions src/lp_data/HighsOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,8 @@ struct HighsOptionsStruct {
pdlp_d_gap_tol(0.0),
qp_iteration_limit(0),
qp_nullspace_limit(0),
iis_strategy(0),
blend_multi_objectives(false),
iis_strategy(0),
blend_multi_objectives(false),
log_dev_level(0),
log_githash(false),
solve_relaxation(false),
Expand Down

0 comments on commit 4230322

Please sign in to comment.