A_in
and B_in
should not be used after being assigned to the local variable AB
#39
Labels
fix
Things that need to be fixed
In the LaxMPC ADMM solver,
A_in
is used in the computation ofAQiAt
. However, this variable should not be used any more at this point in the code. Instead, theAB
variable should be used. Same goes forB_in
withBRiBt
. Further ahead,A_in
is also used in the computation of theAlpha
matrices.This should be fixed in this solver and in any other time-varying solver.
The text was updated successfully, but these errors were encountered: