variable containers: how to put variables in generic container for use in vectorized constraints? #2664
Replies: 2 comments 3 replies
-
Why would that be beneficial? And what would the other indices of |
Beta Was this translation helpful? Give feedback.
-
|
I ultimately ended up splitting the complex variables into real and imaginary variables so that I could use the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Rather than define extraneous variables I'd like to define only a subset of the indices of
xinAx=bascp.Variable. It this possible? I've tried using numpy arrays like this but it does not work:Beta Was this translation helpful? Give feedback.
All reactions