You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (length(constraints(sys)) +length(u0map) >length(dvs))
70
+
@warn"The BVProblem is overdetermined. The total number of conditions (# constraints + # fixed initial values given by u0map) exceeds the total number of states. The BVP solvers will default to doing a nonlinear least-squares optimization."
71
+
end
72
+
66
73
kwargs =process_kwargs(sys; kwargs...)
67
74
# Call `remake` so it runs initialization if it is trivial
0 commit comments