Let's suppose I define the peterson graph, then its unweighted mapping unweight_res (as in the example notebook). How should the field unweighted_res.lines be interpreted?
For example:
UnitDiskMapping.CopyLine 10: vslot → [1:1,1], hslot → [1,1:6]
10 is the label of the vertex in the original graph, but how should [1:1,1] and [1,1:6] be interpreted?