-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lines field in unweighted mappings #45
Comments
The meaning of CopyLine is explained here: UnitDiskMapping.jl/src/copyline.jl Line 1 in e5bac7d
A copy line is not a true line, it is two segments forming the "|-" shape. So
|
thank you. so is there no way to connect the lines coordinates to the coordinates of the vertices in the mapped graph? |
The line has been transformed by other gadgets in the mapped graph. The vertices in the mapped graph does not correspond to any line since they may have multiple sources. |
there is no way to reverse the transformation via the mapping_history? what do the numbers in each element of the mapping history represent? |
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?
The text was updated successfully, but these errors were encountered: