/* Chad Brewbaker This program enumerates the co-efficents for pairs of hypercube cycle about the all zero configurations. Example: 10|00|01 =1 pair, 100|000|010,100|000|001,001|000|010 =3 pairs We need to fill in the other information between the basis vectors. This is the co-efficent we want to find. */ #include int VEC[10][100]; int DIM;//The alphabet length of our cycle: 101=3, 11001=5 int COUNT; int PLACE_SUM[10]; void printStuff(int depth) { int i,j; for(i=0;i>DIM; COUNT=0; for(i=0;i