how to add an array of variables to a matrix of variables in Julia? -
I want to implement a column generation algorithm with Julia package for Julia. So on each iteration, I want to add a multi-dimensional variable size of size to n-1
in the second multi-functional variable of n
. I know that like push! ()
and attachments ()
with parameters, but I could not use them for the variable.
Would you please tell me if you know the function or a way to do this?
This question just came to the Julia-Opt Group:
In short, you You can not attach to special containers of Jumper, but you can use a standard vector {variable}
and push!
.
Comments
Post a Comment