MergeSequence#

class ssip.auto_surgeries.MergeSequence(IndexSequence: list, DepthSequence: list)[source]#

Bases: object

Data that informs parallel_internal_merges and parallel_external_merges which merges to perform.

IndexSequence#

Each merge takes in a pair of sets of indices, corresponding to the logicals to be merged. An IndexSequence is hence a list of these pairs of sets.

Type:

list

DepthSequence#

A list of depths to perform the merges at.

Type:

list

Methods

Attributes