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 .github/workflows/Breakage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Breakage
# no access to secrets
on:
pull_request:
types: [labeled, opened, synchronize, reopened]
types: [labeled, synchronize, reopened]

jobs:
break-pkg:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
tags: '*'
pull_request:
types: [labeled, opened, synchronize, reopened]
types: [labeled, synchronize, reopened]

jobs:
test-cpu-github:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
tags:
- 'v[0-9]+\.[0-9]+\.[0-9]+'
pull_request:
types: [labeled, opened, synchronize, reopened]
types: [labeled, synchronize, reopened]

jobs:
call:
Expand Down
6 changes: 2 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ExaModels = "1037b233-b668-4ce9-9b63-f9f681f55dd2"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SolverCore = "ff4d7338-4cf1-434d-91df-b86cb86fb843"

[compat]
ADNLPModels = "0.8"
Expand All @@ -45,7 +43,6 @@ LinearAlgebra = "1"
MadNCL = "0.2"
MadNLP = "0.9, 0.10"
MadNLPGPU = "0.8, 0.10"
NLPModels = "0.21"
NLPModelsIpopt = "0.11"
NonlinearSolve = "4"
OrdinaryDiffEq = "6, 7"
Expand Down Expand Up @@ -74,9 +71,10 @@ OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SolverCore = "ff4d7338-4cf1-434d-91df-b86cb86fb843"
SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnoSolver = "1baa60ac-02f7-4b39-a7a8-2f4f58486b05"

[targets]
test = ["BenchmarkTools", "CUDA", "CUDSS", "DiffEqBase", "MadNCL", "MadNLP", "MadNLPGPU", "NLPModelsIpopt", "NonlinearSolve", "OrdinaryDiffEq", "OrdinaryDiffEqTsit5", "Printf", "SciMLBase", "SplitApplyCombine", "Test", "UnoSolver"]
test = ["BenchmarkTools", "CUDA", "CUDSS", "DiffEqBase", "MadNCL", "MadNLP", "MadNLPGPU", "NLPModelsIpopt", "NonlinearSolve", "OrdinaryDiffEq", "OrdinaryDiffEqTsit5", "Printf", "SciMLBase", "SolverCore", "SplitApplyCombine", "Test", "UnoSolver"]
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ Let us model and solve a simple optimal control problem, then plot the solution:

```julia
using OptimalControl
using NLPModelsIpopt
using Plots
using NLPModelsIpopt # activates the Ipopt solver extension (required for solve)
using Plots # activates the plotting extension (required for plot)

ocp = @def begin
t ∈ [0, 1], time
Expand Down
1 change: 1 addition & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ locale = "en"
extend-ignore-re = [
"ded",
"ois",
"Mor",
"mis-",
]

Expand Down
2 changes: 0 additions & 2 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ CTParser = "32681960-a1b1-40db-9bff-a1ca817385d1"
CTSolvers = "d3e8d392-8e4b-4d9b-8e92-d7d4e3650ef6"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterInterLinks = "d12716ef-a0f6-4df4-a9f1-a5a34e75c656"
DocumenterVitepress = "4710194d-e776-4893-9690-8d956a29c365"
Expand Down Expand Up @@ -40,7 +39,6 @@ CTParser = "0.8"
CTSolvers = "0.4"
CUDA = "5"
CommonSolve = "0.2"
DataFrames = "1"
Documenter = "1"
DocumenterInterLinks = "1"
DocumenterVitepress = "0.3"
Expand Down
38 changes: 1 addition & 37 deletions docs/src/assets/Manifest.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions docs/src/assets/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ CTParser = "32681960-a1b1-40db-9bff-a1ca817385d1"
CTSolvers = "d3e8d392-8e4b-4d9b-8e92-d7d4e3650ef6"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterInterLinks = "d12716ef-a0f6-4df4-a9f1-a5a34e75c656"
DocumenterVitepress = "4710194d-e776-4893-9690-8d956a29c365"
Expand Down Expand Up @@ -40,7 +39,6 @@ CTParser = "0.8"
CTSolvers = "0.4"
CUDA = "5"
CommonSolve = "0.2"
DataFrames = "1"
Documenter = "1"
DocumenterInterLinks = "1"
DocumenterVitepress = "0.3"
Expand Down
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Let us model, solve and plot a simple optimal control problem.

```julia
using OptimalControl
using NLPModelsIpopt
using Plots
using NLPModelsIpopt # activates the Ipopt solver extension (required for solve)
using Plots # activates the plotting extension (required for plot)

ocp = @def begin
t ∈ [0, 1], time
Expand Down
17 changes: 14 additions & 3 deletions joss/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ @misc{caillau2023juliacon
@software{joss_oc_example,
author = {Caillau, Jean-Baptiste and Cots, Olivier and Gergaud, Joseph and Martinon, Pierre and Sed, Sophia},
title = {joss-oc-example: illustrative example companion to the {OptimalControl.jl} {JOSS} paper},
version = {v1.0.0},
year = {2026},
publisher = {Zenodo},
doi = {10.5281/zenodo.19663650},
url = {https://doi.org/10.5281/zenodo.19663650}
note = {All-versions (concept) DOI, resolving to the latest release},
doi = {10.5281/zenodo.19663649},
url = {https://doi.org/10.5281/zenodo.19663649}
}

@article{rackauckas2017differentialequations,
Expand Down Expand Up @@ -475,6 +475,17 @@ @article{pal2024nonlinearsolve
keywords = {Nonlinear Systems, Root Finding, Sparsity Detection, Automatic Differentiation, JuliaLang}
}

@techreport{More1980,
author = {Mor{\'e}, Jorge J. and Garbow, Burton S. and Hillstrom, Kenneth E.},
title = {User Guide for {MINPACK}-1},
institution = {Argonne National Laboratory},
address = {Argonne, IL, USA},
number = {ANL-80-74},
year = {1980},
doi = {10.2172/6997568},
url = {https://doi.org/10.2172/6997568}
}

@software{Orban_NLPModelsIpopt_jl,
author = {Orban, Dominique and Soares Siqueira, Abel and contributors},
license = {MPL-2.0},
Expand Down
Loading
Loading