Skip to content

Commit

Permalink
move optprob to different file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 committed Jan 18, 2024
1 parent 6850af2 commit 14ed512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SciMLBase"
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
authors = ["Chris Rackauckas <[email protected]> and contributors"]
version = "2.17.1"
version = "2.18.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down
1 change: 1 addition & 0 deletions src/SciMLBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@ include("problems/pde_problems.jl")
include("problems/problem_utils.jl")
include("problems/problem_traits.jl")
include("problems/problem_interface.jl")
include("problems/optimization_problems.jl")

include("solutions/basic_solutions.jl")
include("solutions/nonlinear_solutions.jl")
Expand Down

0 comments on commit 14ed512

Please sign in to comment.