Hello,
I am trying to formulate an mpc problem in python and I am using:
ocp.cost.cost_type = 'LINEAR_LS'
ocp.cost.cost_type_e = 'LINEAR_LS'
When i am trying to run it, it looks for W_0
and yref_0
and throws an exception for inconsistent dimensions.
Since I am not defining cost_type_0
why does it complain?