Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] mention extensions in relevant tutorials #3625

Merged
merged 7 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/src/tutorials/nonlinear/nested_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
# For a simpler example of writing a user-defined operator,
# see the [User-defined Hessians](@ref) tutorial.

# !!! info
# The JuMP extension [BilevelJuMP.jl](@ref) can also be used to model and
odow marked this conversation as resolved.
Show resolved Hide resolved
# solve bilevel optimization problems.

# This tutorial uses the following packages:

using JuMP
Expand Down
4 changes: 4 additions & 0 deletions docs/src/tutorials/nonlinear/rocket_control.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

# The example is an optimal control problem of a nonlinear rocket.

# !!! info
# The JuMP extension [InfiniteOpt.jl](../../packages/InfiniteOpt) can also be
odow marked this conversation as resolved.
Show resolved Hide resolved
# used to model and solve optimal control problems.

# This tutorial uses the following packages:

using JuMP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
# ["Practical Methods for Optimal Control and Estimation Using Nonlinear Programming"](https://epubs.siam.org/doi/book/10.1137/1.9780898718577),
# by John T. Betts.

# !!! info
# The JuMP extension [InfiniteOpt.jl](../../packages/InfiniteOpt) can also be
odow marked this conversation as resolved.
Show resolved Hide resolved
# used to model and solve optimal control problems.

# !!! tip
# This tutorial is a more-complicated version of the [Rocket Control](@ref) example.
# If you are new to solving nonlinear programs in JuMP, you may want to start there instead.
Expand Down
Loading