Skip to content

Commit

Permalink
add problems to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jmejia8 committed Mar 5, 2024
1 parent 23fa1b3 commit e7c1d71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ makedocs(
"Index" => "index.md",
"Algorithms" => "algorithms.md",
"Examples" => "examples.md",
"Problems" => "problems.md",
"API References" => "api.md",
]
)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/problems.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Test Problems Algorithms
# Problems

Bilevel optimization involves optimizing two interrelated optimization tasks, where one problem (the upper level) depends on optimal solutions of another at the lower level. This part presents test problems for bilevel optimization, including single and multi-objective scenarios.

Expand Down

0 comments on commit e7c1d71

Please sign in to comment.