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
When converting a set of trajectories to a braid, the projection step may result in the permutation of trajectories. This is currently stored internally in colorbraiding[see here] but I can't figure out how to pass it out to the user. The problem is that constructors can only return a single argument and I am not sure that I want to attach yet another property to braid and databraid objects.
The text was updated successfully, but these errors were encountered:
When converting a set of trajectories to a braid, the projection step may result in the permutation of trajectories. This is currently stored internally in
colorbraiding
[see here] but I can't figure out how to pass it out to the user. The problem is that constructors can only return a single argument and I am not sure that I want to attach yet another property tobraid
anddatabraid
objects.The text was updated successfully, but these errors were encountered: