Skip to content

Can not understand the code #5

@git-saner

Description

@git-saner

edge_labels.append([0, 1, 2] + [3, 4] * max_aux)
edge_labels.append([1, 0, 5] + [6, 7] * max_aux)
edge_labels.append([2, 5, 0] + [8, 9] * max_aux)
for idx in range(max_aux):
edge_labels.append([3, 6, 8] + [11, 12] * idx + [0, 10] + [11, 12] * (max_aux - idx - 1))
edge_labels.append([4, 7, 9] + [12, 13] * idx + [10, 0] + [12, 13] * (max_aux - idx - 1))

i can not understand the how to get the edge_labels,and what the edge_labels mean

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions