Diamond Free We now have code to generate the unique set of degree sequences for a graph with n vertices such that the degree sequence satisfies the following constraints - each vertex has non-zero degree - each vertex degree is mod 3 - the sum of the degrees is mod 12 - there exists a simple diamond-free graph with tha degree sequence By a "simple diamond-free graph" we mean that - the the graph has an 0/1 adjacency matrix A - A[i][i] = 0 (no loops) - A[i][j] = A[j][i] (symmetrc) - for all i