• computeDieSharingPartitions(vertices: readonly Readonly<Vertex>[]): Readonly<Vertex>[][]
  • Create partitions from vertices so that for each partition all nodes can be manufactured using the same set of dies

    This allows for sharing of setup costs for all nodes of a partition.

    Pre-condition: All vertices are of process type dieBending

    Parameters

    • vertices: readonly Readonly<Vertex>[]

    Returns Readonly<Vertex>[][]

Generated using TypeDoc