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 the only way to create multiplicity is by setting fixed values with builder.assign or builder.set. This means the number of values can't depend on other values in the system. However, there are many cases where we'd like to generate a range of values dynamically.
For example, we might want to dynamically generate a parameter range:
Currently the only way to create multiplicity is by setting fixed values with
builder.assign
orbuilder.set
. This means the number of values can't depend on other values in the system. However, there are many cases where we'd like to generate a range of values dynamically.For example, we might want to dynamically generate a parameter range:
This will probably require some substantial architectural changes.
The text was updated successfully, but these errors were encountered: