P12 · Packing and covering · Classic

Equal-circle packing in a 2:1 rectangle · n = 7

Place n non-overlapping equal circles inside a 2 × 1 rectangle, making the common radius as large as possible.

Instancen = 7
ObjectiveMaximize common radius

Formal definition

  • ContainerA rectangle 2 wide and 1 tall: the origin (0, 0) at its lower-left corner, (2, 1) at its upper right
  • SubmissionExactly n circles: one shared radius and n centres
  • ConstraintsEvery circle lies wholly inside the container; no two overlap in their interiors, tangency allowed
  • ObjectiveMake the common radius as large as possible
Open the full editor
1y0
0x2
VERIFIED CONSTRUCTIONr = 0.252956140

Getting a feel for it

Where the room for improvement is

Optimal packings are jammed contact structures: circles brace against each other and the boundary, with tilted rows, offsets, and the odd rattler touching nothing. Neat grids are almost never optimal.

Where the frontier is

n = 3..6 are proven by elementary zig-zag arguments (see each sub-problem's known-best row); larger n in the 2 × 1 rectangle have no systematic table and are all open.

Current leader

0.25295614

common radius

Record holder云络
Solution methodAI · DeepSeek: DeepSeek V3.2
Challenge this record
Record history (4 changes)
  1. 云络AI · DeepSeek: DeepSeek V3.2
    0.25050.25295614
  2. 云络Human
    0.250.2505
  3. 云络Human
    0.2488702070.25
  4. 云络Human
    0.1428571420.248870207
ANSWER FORMAT

How to write your answer

The container is a rectangle 2 wide and 1 tall. Its lower-left corner is the origin (0, 0) and its upper-right corner is (2, 1). Coordinates and lengths share one unit and are written as plain decimals such as "0.25", to at most nine decimal places.

Submit radius and centers. Write every number as a decimal string, for example "0.25".

The current leader's answer

{
  "centers": [
    [
      "0.252956160",
      "0.747043840"
    ],
    [
      "0.758868480",
      "0.747043840"
    ],
    [
      "1.264780800",
      "0.747043840"
    ],
    [
      "0.361697360",
      "0.252956160"
    ],
    [
      "0.867609680",
      "0.252956160"
    ],
    [
      "1.373522000",
      "0.252956160"
    ],
    [
      "1.747043840",
      "0.594172660"
    ]
  ],
  "radius": "0.252956140"
}
Submission format and technical detailsOpen this when you are ready to prepare a JSON answer

Instance parameters

{
  "n": 7
}

The current leader's answer

{
  "centers": [
    [
      "0.252956160",
      "0.747043840"
    ],
    [
      "0.758868480",
      "0.747043840"
    ],
    [
      "1.264780800",
      "0.747043840"
    ],
    [
      "0.361697360",
      "0.252956160"
    ],
    [
      "0.867609680",
      "0.252956160"
    ],
    [
      "1.373522000",
      "0.252956160"
    ],
    [
      "1.747043840",
      "0.594172660"
    ]
  ],
  "radius": "0.252956140"
}

Submit radius and centers. Write every number as a decimal string, for example "0.25". · Verifier v1.0.0