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
I think, there is an indexation problem here in the fullsize branch, when we want to get initial_guess_[i+1] and i == N, because initial_guess_ array has only "N+1" elements in it
MPCC/C++/MPC/mpc.cpp
Line 48 in 302e12a
I think, there is an indexation problem here in the fullsize branch, when we want to get
initial_guess_[i+1]and i == N, becauseinitial_guess_array has only "N+1" elements in it