| ▲ | phkahler 20 days ago | |||||||||||||
I would have thought a triangular grid works better than a grid of squares. You get ~3n links vs ~2n for the square grid. Curious what the AI came up with. | ||||||||||||||
| ▲ | comboy 20 days ago | parent | next [-] | |||||||||||||
Yes, not providing visualization of the solution seems criminal. | ||||||||||||||
| ||||||||||||||
| ▲ | bustermellotron 20 days ago | parent | prev | next [-] | |||||||||||||
The grid of squares actually gets > Cn for any C. (More in fact… C can grow like n^a/loglog(n).) The AI proved > n^{1 + b} for some small b > 0, which a human (Will Sawin) has now proved can be about b = 0.014. The grid can be rescaled so the edges are not necessarily length 1, but other pairs will have length 1; that is necessary to get more than 2n unit distances. | ||||||||||||||
| ▲ | kilotaras 20 days ago | parent | prev [-] | |||||||||||||
Both 3n and 2n are linear, the broken conjecture is that you can't do better than linear. | ||||||||||||||