Function decrossDfs

  • create a default DecrossDfs

    This is a fast heuristic decrossings operator that runs a depth first search, incrementally adding nodes to their appropriate layer. It creates a reasonable ordering to potentially be further optimized by other operators.

    Parameters

    • Rest ...args: never[]

    Returns DecrossDfs

    Example

    const layout = sugiyama().decross(decrossDfs());
    

Generated using TypeDoc