Variable<T> is a random variable of type T, meaning that it's uncertain. Therefore, you can't use
Vector's methods on Variable<Vector>. The random variables are a part of the modelling API, so you should use this very API to work with them. I'd recommend reading on how to
apply functions and operators to variables, as well as how to use
factors and constraints.