• Calculates the interval of valid edges (indexes of nodes of previous rank that node at given position can connect to wtihout crossings)

    Parameters

    • nodes: speuler.Node[]

      nodes of same rank

    • nodeInd: number

      index where the node will be checked

    Returns [number, number]

    [leftmost valid position, rightmost valid position]

Generated using TypeDoc