Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CTBase = "0.16"
CTDirect = "0.15"
CTFlows = "0.8"
CTModels = "0.6"
CTParser = "0.4"
CTParser = "0.5"
CommonSolve = "0.2"
DocStringExtensions = "0.9"
ExaModels = "0.8"
Expand Down
3 changes: 2 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterInterLinks = "d12716ef-a0f6-4df4-a9f1-a5a34e75c656"
DocumenterMermaid = "a078cd44-4d9c-4618-b545-3ab9d77f9177"
ExaModels = "1037b233-b668-4ce9-9b63-f9f681f55dd2"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -26,7 +27,7 @@ CTBase = "0.16"
CTDirect = "0.15"
CTFlows = "0.8"
CTModels = "0.6"
CTParser = "0.4"
CTParser = "0.5"
CommonSolve = "0.2"
DataFrames = "1"
Documenter = "1.8"
Expand Down
6 changes: 6 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ using CommonSolve
using OrdinaryDiffEq
using DocumenterInterLinks
using ADNLPModels
using ExaModels
using NLPModelsIpopt
using MadNLP
using JSON3
Expand Down Expand Up @@ -54,6 +55,11 @@ links = InterLinks(
"https://jso.dev/NLPModelsIpopt.jl/stable/objects.inv",
joinpath(@__DIR__, "inventories", "NLPModelsIpopt.toml"),
),
"ExaModels" => (
"https://exanauts.github.io/ExaModels.jl/stable/",
"https://exanauts.github.io/ExaModels.jl/stable/objects.inv",
joinpath(@__DIR__, "inventories", "ExaModels.toml"),
),
"MadNLP" => (
"https://madnlp.github.io/MadNLP.jl/stable/",
"https://madnlp.github.io/MadNLP.jl/stable/objects.inv",
Expand Down
9 changes: 6 additions & 3 deletions docs/src/api-optimalcontrol-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Solution
VectorField
available_methods
build_OCP_solution
constraint
constraint(::Model, ::Symbol)
constraints
constraints_violation
control
Expand Down Expand Up @@ -79,7 +79,9 @@ iterations
lagrange
mayer
message
objective
model
objective(::Model)
objective(::Solution)
plot(::Solution, ::Symbol...)
plot!(::Plots.Plot, ::Solution, ::Symbol...)
set_initial_guess
Expand All @@ -93,7 +95,8 @@ successful
time_grid
time_name
times
variable
variable(::Model)
variable(::Solution)
variable_components
variable_dimension
variable_name
Expand Down
Loading
Loading