jeanluct / braidlab

Matlab package for analyzing data using braids
GNU General Public License v3.0
23 stars 9 forks source link

Permutation of initial conditions to initial puncture order. #134

Open mbudisic opened 8 years ago

mbudisic commented 8 years ago

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.

mbudisic commented 8 years ago

Here's the branch for this issue

jeanluct commented 8 years ago

This is a good point. We should discuss this carefully.