return null;
}
// constrained visibility
private void buildConstrained() {
asd = new PathsAssociatedDigraph(sg, gd, paths);
asd.buildDigraph();
assoc = asd.getAssociatedDigraph();
TopSorterFactory.getTopSorter(sg)
.unitTopSort();
TopSorterFactory.getTopSorter(assoc)