Skip to content

Commit 7d99618

Browse files
extend from the correct package
Co-authored-by: Aayush Sabharwal <aayush.sabharwal@gmail.com>
1 parent df1728a commit 7d99618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/optimal_control_interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ function successful_solve end
560560
561561
- kwargs are used for other options. For example, the `plugin_options` and `solver_options` will propagated to the Opti object in CasADi.
562562
"""
563-
function DiffEqBase.solve(prob::SciMLBase.AbstractDynamicOptProblem,
563+
function CommonSolve.solve(prob::SciMLBase.AbstractDynamicOptProblem,
564564
solver::AbstractCollocation; verbose = false, kwargs...)
565565
solved_model = prepare_and_optimize!(prob, solver; verbose, kwargs...)
566566

0 commit comments

Comments
 (0)