You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there's an issue on this already; long story short, you're welcome to try, but without operator overloading it's difficult to get arrays and scalars to act the same without creating a second "interface" (SignomialEquality) to the underlying low-level constraint (SingleSignomialEquality)
This seems somewhat trivial, but for a model with Signomial Equalities, the following does not work:
However, this works:
This is obviously because all SignomialEqualities are of type SingleSignomial Equality. This is when I struck this gem:
# TODO: really it should be easier to vectorize a constraint
Why is it difficult to vectorize SigEqs @bqpd? The results can be messy on the user's end.
The text was updated successfully, but these errors were encountered: