chistopher/arbok

Extract the DSU functionality out of SetImpl and MatrixImpl

chistopher opened this issue · 0 comments

The Tarjan impl can use a plain DSU to manage contractions. The Set and Matrix variants should not reimplement this.