# Data file for the Florentine Families network shown in Figure 1 of # "The Use of Sparsest Cuts to Reveal the Hierarchical Community Structure # of Social Networks" by Mann, Matula, and Olinick. param filename := FlorentineFamilies.txt; param n := 15; set E := (1, 9) (2, 6) (2, 7) (2, 9) (3, 5) (3, 9) (4, 7) (4, 11) (4, 14) (5, 11) (5, 14) (7, 8) (7, 15) (9, 12) (9, 13) (9, 15) (10, 13) (11, 14) (12, 14) (12, 15) ;