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
Currently one could set the sym, lb, ub, etc. on vdx,Vector to the wrong size leading to unexpected errors. Prevent this by intercepting assignments.
This is non-trivial as we don't want to enforce that we always have the same size vectors so need a flag to allow internal assignment.
The text was updated successfully, but these errors were encountered:
Currently one could set the
sym
,lb
,ub
, etc. onvdx,Vector
to the wrong size leading to unexpected errors. Prevent this by intercepting assignments.This is non-trivial as we don't want to enforce that we always have the same size vectors so need a flag to allow internal assignment.
The text was updated successfully, but these errors were encountered: