Function sugifyLayer

  • convert a layered graph in a sugi graph

    A sugi-graph is a non-multi dag that is layered, where each node is assigned to a layer, and links only span a single layer.

    Type Parameters

    • N

    • L

    Parameters

    Returns readonly [SugiNode<N, L>[][], number]

Generated using TypeDoc