Spaces:
Sleeping
Sleeping
Use exact evaluator metrics for public records
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- app.py +10 -20
- data/records.jsonl +0 -0
- data/solutions/generated/cirincir_001_d8dddd0385fd067c.json +68 -0
- data/solutions/generated/cirincir_002_ab9a33067266df01.json +74 -0
- data/solutions/generated/cirincir_003_fe973ff9a23dc34c.json +80 -0
- data/solutions/generated/cirincir_004_9d3e9e7ea6ba298b.json +86 -0
- data/solutions/generated/cirincir_005_9c2ab1f687c06eec.json +92 -0
- data/solutions/generated/cirincir_006_5d3d5beee3c5f33c.json +98 -0
- data/solutions/generated/cirincir_007_2b1985e4094e6893.json +104 -0
- data/solutions/generated/cirincir_008_0193661647fd3854.json +110 -0
- data/solutions/generated/cirincir_009_b51df67181f6833b.json +116 -0
- data/solutions/generated/cirincir_011_e624f391927921fb.json +128 -0
- data/solutions/generated/cirincir_012_0d7fc8a14b1c4e0e.json +134 -0
- data/solutions/generated/cirincir_013_a118f33872e0cb30.json +140 -0
- data/solutions/generated/cirincir_014_b2ec44e582e5ab93.json +146 -0
- data/solutions/generated/cirincir_015_eeff7b918e6d6618.json +150 -0
- data/solutions/generated/cirincir_016_7824261a02b5ed90.json +158 -0
- data/solutions/generated/cirincir_017_68c41c427924b99a.json +164 -0
- data/solutions/generated/cirincir_018_6acc78721c0b4ca1.json +170 -0
- data/solutions/generated/cirincir_019_8325b5bff319f74f.json +176 -0
- data/solutions/generated/cirincir_020_f0718319f5a05220.json +182 -0
- data/solutions/generated/cirincir_10_be14c55679a54b28.json +118 -0
- data/solutions/generated/cirinhex_001_37d86bed2252b572.json +71 -0
- data/solutions/generated/cirinhex_002_4ba45a45587fd527.json +77 -0
- data/solutions/generated/cirinhex_003_fa4a26f729d80904.json +83 -0
- data/solutions/generated/cirinhex_004_4ea68db180a8d4c4.json +89 -0
- data/solutions/generated/cirinhex_005_eb88c54ef20a6355.json +95 -0
- data/solutions/generated/cirinhex_006_9b7724fab73c49c1.json +101 -0
- data/solutions/generated/cirinhex_007_7368090471750227.json +107 -0
- data/solutions/generated/cirinhex_008_afebd04e4720460b.json +113 -0
- data/solutions/generated/cirinhex_009_64b59a5605599f8e.json +119 -0
- data/solutions/generated/cirinhex_010_cd79fdfeb9e3f24b.json +125 -0
- data/solutions/generated/cirinhex_011_cda2ccbbf4de67aa.json +131 -0
- data/solutions/generated/cirinhex_012_c3d795864cfeb74c.json +137 -0
- data/solutions/generated/cirinhex_013_62c003d981fbe524.json +141 -0
- data/solutions/generated/cirinhex_014_d3d8d6f246feeaad.json +149 -0
- data/solutions/generated/cirinhex_015_d923ba7fbcb56e93.json +155 -0
- data/solutions/generated/cirinhex_016_b6a042d1d6eee5a4.json +161 -0
- data/solutions/generated/cirinhex_017_4927714d5d50ab2b.json +167 -0
- data/solutions/generated/cirinhex_018_223b1a3f7b7d0e67.json +173 -0
- data/solutions/generated/cirinhex_019_78f9327e80d8ab20.json +179 -0
- data/solutions/generated/cirinhex_020_247c6c06779a7d8b.json +185 -0
- data/solutions/generated/cirinhex_021_38040eceeb63c1e3.json +187 -0
- data/solutions/generated/cirinhex_022_cd7262f9f7d0d279.json +193 -0
- data/solutions/generated/cirinhex_023_de2d2aabdc650ad2.json +199 -0
- data/solutions/generated/cirinhex_024_61a86ae12328c1ca.json +205 -0
- data/solutions/generated/cirinpen_001_2249439da521383e.json +71 -0
- data/solutions/generated/cirinpen_002_042df6c460b769f5.json +77 -0
- data/solutions/generated/cirinpen_003_7afe63c4f78d1c3c.json +83 -0
- data/solutions/generated/cirinpen_004_3b6f81450d56967c.json +89 -0
app.py
CHANGED
|
@@ -958,7 +958,7 @@ MONTHS = (
|
|
| 958 |
"December",
|
| 959 |
)
|
| 960 |
|
| 961 |
-
RECOVERY_TOLERANCE_ABS =
|
| 962 |
|
| 963 |
|
| 964 |
def esc(value: Any) -> str:
|
|
@@ -1082,13 +1082,6 @@ def metric_value(record: dict[str, Any]) -> str:
|
|
| 1082 |
return str(value)
|
| 1083 |
|
| 1084 |
|
| 1085 |
-
def formatted_float(value: Any) -> str:
|
| 1086 |
-
try:
|
| 1087 |
-
return f"{float(value):.5f}"
|
| 1088 |
-
except (TypeError, ValueError):
|
| 1089 |
-
return str(value)
|
| 1090 |
-
|
| 1091 |
-
|
| 1092 |
def numeric_metric(record: dict[str, Any]) -> float | None:
|
| 1093 |
value = record.get("metric_value")
|
| 1094 |
if value is None:
|
|
@@ -1230,9 +1223,9 @@ def visual_provenance(record: dict[str, Any], visual_record: dict[str, Any]) ->
|
|
| 1230 |
notes = str(visual_record.get("notes") or "").lower()
|
| 1231 |
suffix = ""
|
| 1232 |
if visual_metric != shown_metric:
|
| 1233 |
-
suffix = f"
|
| 1234 |
if "image-seeded" in notes or "image seeded" in notes:
|
| 1235 |
-
status = "
|
| 1236 |
return f"Image-seeded from the Friedman source image and verified ({status})." + suffix
|
| 1237 |
if visual_record is record or visual_record.get("id") == record.get("id"):
|
| 1238 |
return "Verified coordinate layout credited under the public attribution policy." + suffix
|
|
@@ -1247,8 +1240,6 @@ def visual_provenance(record: dict[str, Any], visual_record: dict[str, Any]) ->
|
|
| 1247 |
|
| 1248 |
|
| 1249 |
def display_metric_record(record: dict[str, Any], visual_record: dict[str, Any]) -> dict[str, Any]:
|
| 1250 |
-
if visual_record.get("verified") and visual_record.get("solution_path"):
|
| 1251 |
-
return visual_record
|
| 1252 |
return record
|
| 1253 |
|
| 1254 |
|
|
@@ -1265,14 +1256,13 @@ def needs_recovery(record: dict[str, Any], visual_record: dict[str, Any]) -> boo
|
|
| 1265 |
def record_detail_rows(record: dict[str, Any], visual_record: dict[str, Any], source: str, image_name: str, expression: str, analytical: Any) -> list[str]:
|
| 1266 |
rows: list[str] = []
|
| 1267 |
rows.append(detail_row("Rendering", esc(visual_provenance(record, visual_record))))
|
| 1268 |
-
raw_metric = record.get("verified_coordinate_metric_value")
|
| 1269 |
-
if raw_metric is not None:
|
| 1270 |
-
raw_symbol = str(record.get("verified_coordinate_metric_symbol") or metric_symbol(record))
|
| 1271 |
-
raw_text = f"{esc(raw_symbol)} = {esc(formatted_float(raw_metric))} from the stored coordinate JSON"
|
| 1272 |
-
if record.get("public_metric_source") == "friedman_reference_verified_coordinate_recovery":
|
| 1273 |
-
raw_text += "; public metric shown from the recovered Friedman reference"
|
| 1274 |
-
rows.append(detail_row("Evaluator metric", raw_text))
|
| 1275 |
if record.get("record_type") == "reference" and visual_record.get("verified"):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1276 |
rows.append(
|
| 1277 |
detail_row(
|
| 1278 |
"Friedman reference",
|
|
@@ -1449,7 +1439,7 @@ def family_description(summary: dict[str, Any]) -> str:
|
|
| 1449 |
f"inside a {esc(container)}. The number shown on each card is the verified coordinate metric "
|
| 1450 |
f"for the rendering; click a card to view the Friedman reference value and source information. "
|
| 1451 |
f"Orange cards need more recovery work because the verified coordinate JSON does not yet match "
|
| 1452 |
-
f"the listed reference
|
| 1453 |
)
|
| 1454 |
|
| 1455 |
|
|
|
|
| 958 |
"December",
|
| 959 |
)
|
| 960 |
|
| 961 |
+
RECOVERY_TOLERANCE_ABS = DEFAULT_TOLERANCE
|
| 962 |
|
| 963 |
|
| 964 |
def esc(value: Any) -> str:
|
|
|
|
| 1082 |
return str(value)
|
| 1083 |
|
| 1084 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1085 |
def numeric_metric(record: dict[str, Any]) -> float | None:
|
| 1086 |
value = record.get("metric_value")
|
| 1087 |
if value is None:
|
|
|
|
| 1223 |
notes = str(visual_record.get("notes") or "").lower()
|
| 1224 |
suffix = ""
|
| 1225 |
if visual_metric != shown_metric:
|
| 1226 |
+
suffix = f" Coordinate JSON evaluator metric: {esc(metric_symbol(visual_record))} = {esc(visual_metric)}; Friedman reported metric: {esc(metric_symbol(record))} = {esc(shown_metric)}."
|
| 1227 |
if "image-seeded" in notes or "image seeded" in notes:
|
| 1228 |
+
status = "matches or beats the reference" if not needs_recovery(record, visual_record) else "worse than the reference"
|
| 1229 |
return f"Image-seeded from the Friedman source image and verified ({status})." + suffix
|
| 1230 |
if visual_record is record or visual_record.get("id") == record.get("id"):
|
| 1231 |
return "Verified coordinate layout credited under the public attribution policy." + suffix
|
|
|
|
| 1240 |
|
| 1241 |
|
| 1242 |
def display_metric_record(record: dict[str, Any], visual_record: dict[str, Any]) -> dict[str, Any]:
|
|
|
|
|
|
|
| 1243 |
return record
|
| 1244 |
|
| 1245 |
|
|
|
|
| 1256 |
def record_detail_rows(record: dict[str, Any], visual_record: dict[str, Any], source: str, image_name: str, expression: str, analytical: Any) -> list[str]:
|
| 1257 |
rows: list[str] = []
|
| 1258 |
rows.append(detail_row("Rendering", esc(visual_provenance(record, visual_record))))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1259 |
if record.get("record_type") == "reference" and visual_record.get("verified"):
|
| 1260 |
+
rows.append(
|
| 1261 |
+
detail_row(
|
| 1262 |
+
"Coordinate JSON",
|
| 1263 |
+
f"{esc(metric_symbol(visual_record))} = {esc(metric_value(visual_record))} from the stored evaluator",
|
| 1264 |
+
)
|
| 1265 |
+
)
|
| 1266 |
rows.append(
|
| 1267 |
detail_row(
|
| 1268 |
"Friedman reference",
|
|
|
|
| 1439 |
f"inside a {esc(container)}. The number shown on each card is the verified coordinate metric "
|
| 1440 |
f"for the rendering; click a card to view the Friedman reference value and source information. "
|
| 1441 |
f"Orange cards need more recovery work because the verified coordinate JSON does not yet match "
|
| 1442 |
+
f"or beat the listed reference under the evaluator tolerance.{updated}"
|
| 1443 |
)
|
| 1444 |
|
| 1445 |
|
data/records.jsonl
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/solutions/generated/cirincir_001_d8dddd0385fd067c.json
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirincir@1",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "1",
|
| 5 |
+
"friedman_displayed_metric": 1.0
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"radius": 1.000000501742324,
|
| 9 |
+
"type": "circle"
|
| 10 |
+
},
|
| 11 |
+
"friedman_reference": {
|
| 12 |
+
"analytical_or_proved": true,
|
| 13 |
+
"case": "cirincir@1",
|
| 14 |
+
"credit": "Trivial",
|
| 15 |
+
"date": "",
|
| 16 |
+
"family_updated": "",
|
| 17 |
+
"metric_expression": "1",
|
| 18 |
+
"metric_symbol": "r",
|
| 19 |
+
"metric_value": 1.0,
|
| 20 |
+
"reference_text": "r = 1 | Trivial.",
|
| 21 |
+
"source_image": "ccc1.gif",
|
| 22 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc1.gif",
|
| 23 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 24 |
+
"title": "Circles in Circles"
|
| 25 |
+
},
|
| 26 |
+
"item": {
|
| 27 |
+
"radius": 1.0,
|
| 28 |
+
"type": "circle"
|
| 29 |
+
},
|
| 30 |
+
"metadata": {
|
| 31 |
+
"certification_slack": 1.0001000045001205,
|
| 32 |
+
"friedman_reference": {
|
| 33 |
+
"analytical_or_proved": true,
|
| 34 |
+
"case": "cirincir@1",
|
| 35 |
+
"credit": "Trivial",
|
| 36 |
+
"date": "",
|
| 37 |
+
"family_updated": "",
|
| 38 |
+
"metric_expression": "1",
|
| 39 |
+
"metric_symbol": "r",
|
| 40 |
+
"metric_value": 1.0,
|
| 41 |
+
"reference_text": "r = 1 | Trivial.",
|
| 42 |
+
"source_image": "ccc1.gif",
|
| 43 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc1.gif",
|
| 44 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 45 |
+
"title": "Circles in Circles"
|
| 46 |
+
},
|
| 47 |
+
"generator": "coordinate_reconstruction",
|
| 48 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 49 |
+
"leaderboard_status": "current_best_coordinate",
|
| 50 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 51 |
+
"profile": "sa",
|
| 52 |
+
"source_url": "https://erich-friedman.github.io/packing/cirincir/",
|
| 53 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 54 |
+
"submitted_by": "Trivial"
|
| 55 |
+
},
|
| 56 |
+
"placements": [
|
| 57 |
+
{
|
| 58 |
+
"id": 1,
|
| 59 |
+
"rotation_radians": 4.234594617131402,
|
| 60 |
+
"x": -2.7008070190548483e-07,
|
| 61 |
+
"y": -2.7008070190548483e-07
|
| 62 |
+
}
|
| 63 |
+
],
|
| 64 |
+
"problem": "1 equal items for Circles in Circles",
|
| 65 |
+
"setup": "cirincir",
|
| 66 |
+
"source_image": "https://erich-friedman.github.io/packing/cirincir/ccc1.gif",
|
| 67 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/"
|
| 68 |
+
}
|
data/solutions/generated/cirincir_002_ab9a33067266df01.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirincir@2",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "2",
|
| 5 |
+
"friedman_displayed_metric": 2.0
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"radius": 2.0000398062108586,
|
| 9 |
+
"type": "circle"
|
| 10 |
+
},
|
| 11 |
+
"friedman_reference": {
|
| 12 |
+
"analytical_or_proved": true,
|
| 13 |
+
"case": "cirincir@2",
|
| 14 |
+
"credit": "Trivial",
|
| 15 |
+
"date": "",
|
| 16 |
+
"family_updated": "",
|
| 17 |
+
"metric_expression": "2",
|
| 18 |
+
"metric_symbol": "r",
|
| 19 |
+
"metric_value": 2.0,
|
| 20 |
+
"reference_text": "r = 2 | Trivial.",
|
| 21 |
+
"source_image": "ccc2.gif",
|
| 22 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc2.gif",
|
| 23 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 24 |
+
"title": "Circles in Circles"
|
| 25 |
+
},
|
| 26 |
+
"item": {
|
| 27 |
+
"radius": 1.0,
|
| 28 |
+
"type": "circle"
|
| 29 |
+
},
|
| 30 |
+
"metadata": {
|
| 31 |
+
"certification_slack": 1.0000600015000203,
|
| 32 |
+
"friedman_reference": {
|
| 33 |
+
"analytical_or_proved": true,
|
| 34 |
+
"case": "cirincir@2",
|
| 35 |
+
"credit": "Trivial",
|
| 36 |
+
"date": "",
|
| 37 |
+
"family_updated": "",
|
| 38 |
+
"metric_expression": "2",
|
| 39 |
+
"metric_symbol": "r",
|
| 40 |
+
"metric_value": 2.0,
|
| 41 |
+
"reference_text": "r = 2 | Trivial.",
|
| 42 |
+
"source_image": "ccc2.gif",
|
| 43 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc2.gif",
|
| 44 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 45 |
+
"title": "Circles in Circles"
|
| 46 |
+
},
|
| 47 |
+
"generator": "coordinate_reconstruction",
|
| 48 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 49 |
+
"leaderboard_status": "current_best_coordinate",
|
| 50 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 51 |
+
"profile": "sa",
|
| 52 |
+
"source_url": "https://erich-friedman.github.io/packing/cirincir/",
|
| 53 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 54 |
+
"submitted_by": "Trivial"
|
| 55 |
+
},
|
| 56 |
+
"placements": [
|
| 57 |
+
{
|
| 58 |
+
"id": 1,
|
| 59 |
+
"rotation_radians": 5.063717356374632,
|
| 60 |
+
"x": -0.9971454746265687,
|
| 61 |
+
"y": -0.0759875446196585
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"id": 2,
|
| 65 |
+
"rotation_radians": 1.684152167661818,
|
| 66 |
+
"x": 0.9975783904801367,
|
| 67 |
+
"y": 0.06987921434558285
|
| 68 |
+
}
|
| 69 |
+
],
|
| 70 |
+
"problem": "2 equal items for Circles in Circles",
|
| 71 |
+
"setup": "cirincir",
|
| 72 |
+
"source_image": "https://erich-friedman.github.io/packing/cirincir/ccc2.gif",
|
| 73 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/"
|
| 74 |
+
}
|
data/solutions/generated/cirincir_003_fe973ff9a23dc34c.json
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirincir@3",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "1 + 2 / \u221a3 = 2.154+",
|
| 5 |
+
"friedman_displayed_metric": 2.154
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"radius": 2.1547631783850805,
|
| 9 |
+
"type": "circle"
|
| 10 |
+
},
|
| 11 |
+
"friedman_reference": {
|
| 12 |
+
"analytical_or_proved": true,
|
| 13 |
+
"case": "cirincir@3",
|
| 14 |
+
"credit": "Trivial",
|
| 15 |
+
"date": "",
|
| 16 |
+
"family_updated": "",
|
| 17 |
+
"metric_expression": "1 + 2 / \u221a3 = 2.154+",
|
| 18 |
+
"metric_symbol": "r",
|
| 19 |
+
"metric_value": 2.154,
|
| 20 |
+
"reference_text": "r = 1 + 2 / \u221a3 = 2.154+ | Trivial.",
|
| 21 |
+
"source_image": "ccc3.gif",
|
| 22 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc3.gif",
|
| 23 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 24 |
+
"title": "Circles in Circles"
|
| 25 |
+
},
|
| 26 |
+
"item": {
|
| 27 |
+
"radius": 1.0,
|
| 28 |
+
"type": "circle"
|
| 29 |
+
},
|
| 30 |
+
"metadata": {
|
| 31 |
+
"certification_slack": 1.0000600015000203,
|
| 32 |
+
"friedman_reference": {
|
| 33 |
+
"analytical_or_proved": true,
|
| 34 |
+
"case": "cirincir@3",
|
| 35 |
+
"credit": "Trivial",
|
| 36 |
+
"date": "",
|
| 37 |
+
"family_updated": "",
|
| 38 |
+
"metric_expression": "1 + 2 / \u221a3 = 2.154+",
|
| 39 |
+
"metric_symbol": "r",
|
| 40 |
+
"metric_value": 2.154,
|
| 41 |
+
"reference_text": "r = 1 + 2 / \u221a3 = 2.154+ | Trivial.",
|
| 42 |
+
"source_image": "ccc3.gif",
|
| 43 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc3.gif",
|
| 44 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 45 |
+
"title": "Circles in Circles"
|
| 46 |
+
},
|
| 47 |
+
"generator": "coordinate_reconstruction",
|
| 48 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 49 |
+
"leaderboard_status": "current_best_coordinate",
|
| 50 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 51 |
+
"profile": "cg",
|
| 52 |
+
"source_url": "https://erich-friedman.github.io/packing/cirincir/",
|
| 53 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 54 |
+
"submitted_by": "Trivial"
|
| 55 |
+
},
|
| 56 |
+
"placements": [
|
| 57 |
+
{
|
| 58 |
+
"id": 1,
|
| 59 |
+
"rotation_radians": 0.0,
|
| 60 |
+
"x": -0.8165322703616158,
|
| 61 |
+
"y": -0.8165322703616158
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"id": 2,
|
| 65 |
+
"rotation_radians": 0.0,
|
| 66 |
+
"x": 1.1154073607268733,
|
| 67 |
+
"y": -0.2988709096476672
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"id": 3,
|
| 71 |
+
"rotation_radians": 0.0,
|
| 72 |
+
"x": -0.2988709096476672,
|
| 73 |
+
"y": 1.1154073607268733
|
| 74 |
+
}
|
| 75 |
+
],
|
| 76 |
+
"problem": "3 equal items for Circles in Circles",
|
| 77 |
+
"setup": "cirincir",
|
| 78 |
+
"source_image": "https://erich-friedman.github.io/packing/cirincir/ccc3.gif",
|
| 79 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/"
|
| 80 |
+
}
|
data/solutions/generated/cirincir_004_9d3e9e7ea6ba298b.json
ADDED
|
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirincir@4",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "1 + \u221a2 = 2.414+",
|
| 5 |
+
"friedman_displayed_metric": 2.414
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"radius": 2.4142505021963334,
|
| 9 |
+
"type": "circle"
|
| 10 |
+
},
|
| 11 |
+
"friedman_reference": {
|
| 12 |
+
"analytical_or_proved": true,
|
| 13 |
+
"case": "cirincir@4",
|
| 14 |
+
"credit": "Trivial",
|
| 15 |
+
"date": "",
|
| 16 |
+
"family_updated": "",
|
| 17 |
+
"metric_expression": "1 + \u221a2 = 2.414+",
|
| 18 |
+
"metric_symbol": "r",
|
| 19 |
+
"metric_value": 2.414,
|
| 20 |
+
"reference_text": "r = 1 + \u221a2 = 2.414+ | Trivial.",
|
| 21 |
+
"source_image": "ccc4.gif",
|
| 22 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc4.gif",
|
| 23 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 24 |
+
"title": "Circles in Circles"
|
| 25 |
+
},
|
| 26 |
+
"item": {
|
| 27 |
+
"radius": 1.0,
|
| 28 |
+
"type": "circle"
|
| 29 |
+
},
|
| 30 |
+
"metadata": {
|
| 31 |
+
"certification_slack": 1.000040000600004,
|
| 32 |
+
"friedman_reference": {
|
| 33 |
+
"analytical_or_proved": true,
|
| 34 |
+
"case": "cirincir@4",
|
| 35 |
+
"credit": "Trivial",
|
| 36 |
+
"date": "",
|
| 37 |
+
"family_updated": "",
|
| 38 |
+
"metric_expression": "1 + \u221a2 = 2.414+",
|
| 39 |
+
"metric_symbol": "r",
|
| 40 |
+
"metric_value": 2.414,
|
| 41 |
+
"reference_text": "r = 1 + \u221a2 = 2.414+ | Trivial.",
|
| 42 |
+
"source_image": "ccc4.gif",
|
| 43 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc4.gif",
|
| 44 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 45 |
+
"title": "Circles in Circles"
|
| 46 |
+
},
|
| 47 |
+
"generator": "coordinate_reconstruction",
|
| 48 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 49 |
+
"leaderboard_status": "current_best_coordinate",
|
| 50 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 51 |
+
"profile": "cg",
|
| 52 |
+
"source_url": "https://erich-friedman.github.io/packing/cirincir/",
|
| 53 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 54 |
+
"submitted_by": "Trivial"
|
| 55 |
+
},
|
| 56 |
+
"placements": [
|
| 57 |
+
{
|
| 58 |
+
"id": 1,
|
| 59 |
+
"rotation_radians": 1.7275266288784918,
|
| 60 |
+
"x": -1.0000233024542953,
|
| 61 |
+
"y": -1.0000233024542953
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"id": 2,
|
| 65 |
+
"rotation_radians": 0.24880554922931425,
|
| 66 |
+
"x": 1.0000233024542953,
|
| 67 |
+
"y": -1.0000233024542953
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"id": 3,
|
| 71 |
+
"rotation_radians": 3.5733904421699134,
|
| 72 |
+
"x": -1.0000233024542953,
|
| 73 |
+
"y": 1.0000233024542953
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": 4,
|
| 77 |
+
"rotation_radians": 5.807896804639159,
|
| 78 |
+
"x": 1.0000233024542953,
|
| 79 |
+
"y": 1.0000233024542953
|
| 80 |
+
}
|
| 81 |
+
],
|
| 82 |
+
"problem": "4 equal items for Circles in Circles",
|
| 83 |
+
"setup": "cirincir",
|
| 84 |
+
"source_image": "https://erich-friedman.github.io/packing/cirincir/ccc4.gif",
|
| 85 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/"
|
| 86 |
+
}
|
data/solutions/generated/cirincir_005_9c2ab1f687c06eec.json
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirincir@5",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "2.701+",
|
| 5 |
+
"friedman_displayed_metric": 2.701
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"radius": 2.701351400102724,
|
| 9 |
+
"type": "circle"
|
| 10 |
+
},
|
| 11 |
+
"friedman_reference": {
|
| 12 |
+
"analytical_or_proved": true,
|
| 13 |
+
"case": "cirincir@5",
|
| 14 |
+
"credit": "Graham",
|
| 15 |
+
"date": "1968",
|
| 16 |
+
"family_updated": "",
|
| 17 |
+
"metric_expression": "2.701+",
|
| 18 |
+
"metric_symbol": "r",
|
| 19 |
+
"metric_value": 2.701,
|
| 20 |
+
"reference_text": "r = 2.701+ | Proved by Graham in 1968.",
|
| 21 |
+
"source_image": "ccc5.gif",
|
| 22 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc5.gif",
|
| 23 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 24 |
+
"title": "Circles in Circles"
|
| 25 |
+
},
|
| 26 |
+
"item": {
|
| 27 |
+
"radius": 1.0,
|
| 28 |
+
"type": "circle"
|
| 29 |
+
},
|
| 30 |
+
"metadata": {
|
| 31 |
+
"certification_slack": 1.000040000600004,
|
| 32 |
+
"friedman_reference": {
|
| 33 |
+
"analytical_or_proved": true,
|
| 34 |
+
"case": "cirincir@5",
|
| 35 |
+
"credit": "Graham",
|
| 36 |
+
"date": "1968",
|
| 37 |
+
"family_updated": "",
|
| 38 |
+
"metric_expression": "2.701+",
|
| 39 |
+
"metric_symbol": "r",
|
| 40 |
+
"metric_value": 2.701,
|
| 41 |
+
"reference_text": "r = 2.701+ | Proved by Graham in 1968.",
|
| 42 |
+
"source_image": "ccc5.gif",
|
| 43 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc5.gif",
|
| 44 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 45 |
+
"title": "Circles in Circles"
|
| 46 |
+
},
|
| 47 |
+
"generator": "coordinate_reconstruction",
|
| 48 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 49 |
+
"leaderboard_status": "current_best_coordinate",
|
| 50 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 51 |
+
"profile": "steepest",
|
| 52 |
+
"source_url": "https://erich-friedman.github.io/packing/cirincir/",
|
| 53 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 54 |
+
"submitted_by": "Graham"
|
| 55 |
+
},
|
| 56 |
+
"placements": [
|
| 57 |
+
{
|
| 58 |
+
"id": 1,
|
| 59 |
+
"rotation_radians": 6.080102518711922,
|
| 60 |
+
"x": -1.4809559456422146,
|
| 61 |
+
"y": -0.8374700997307101
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"id": 2,
|
| 65 |
+
"rotation_radians": 2.340306634445139,
|
| 66 |
+
"x": 0.33882857375183867,
|
| 67 |
+
"y": -1.6672677884746763
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"id": 3,
|
| 71 |
+
"rotation_radians": 2.366511830109195,
|
| 72 |
+
"x": 1.6903659093835475,
|
| 73 |
+
"y": -0.19296659095478694
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": 4,
|
| 77 |
+
"rotation_radians": 1.6161147764289103,
|
| 78 |
+
"x": -1.2541176897946924,
|
| 79 |
+
"y": 1.1496790130183168
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"id": 5,
|
| 83 |
+
"rotation_radians": 0.04997995565748884,
|
| 84 |
+
"x": 0.7058682708582166,
|
| 85 |
+
"y": 1.5480016026359158
|
| 86 |
+
}
|
| 87 |
+
],
|
| 88 |
+
"problem": "5 equal items for Circles in Circles",
|
| 89 |
+
"setup": "cirincir",
|
| 90 |
+
"source_image": "https://erich-friedman.github.io/packing/cirincir/ccc5.gif",
|
| 91 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/"
|
| 92 |
+
}
|
data/solutions/generated/cirincir_006_5d3d5beee3c5f33c.json
ADDED
|
@@ -0,0 +1,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirincir@6",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "3",
|
| 5 |
+
"friedman_displayed_metric": 3.0
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"radius": 3.0000562636711883,
|
| 9 |
+
"type": "circle"
|
| 10 |
+
},
|
| 11 |
+
"friedman_reference": {
|
| 12 |
+
"analytical_or_proved": true,
|
| 13 |
+
"case": "cirincir@6",
|
| 14 |
+
"credit": "Graham",
|
| 15 |
+
"date": "1968",
|
| 16 |
+
"family_updated": "",
|
| 17 |
+
"metric_expression": "3",
|
| 18 |
+
"metric_symbol": "r",
|
| 19 |
+
"metric_value": 3.0,
|
| 20 |
+
"reference_text": "r = 3 | Proved by Graham in 1968.",
|
| 21 |
+
"source_image": "ccc6.gif",
|
| 22 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc6.gif",
|
| 23 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 24 |
+
"title": "Circles in Circles"
|
| 25 |
+
},
|
| 26 |
+
"item": {
|
| 27 |
+
"radius": 1.0,
|
| 28 |
+
"type": "circle"
|
| 29 |
+
},
|
| 30 |
+
"metadata": {
|
| 31 |
+
"certification_slack": 1.000040000600004,
|
| 32 |
+
"friedman_reference": {
|
| 33 |
+
"analytical_or_proved": true,
|
| 34 |
+
"case": "cirincir@6",
|
| 35 |
+
"credit": "Graham",
|
| 36 |
+
"date": "1968",
|
| 37 |
+
"family_updated": "",
|
| 38 |
+
"metric_expression": "3",
|
| 39 |
+
"metric_symbol": "r",
|
| 40 |
+
"metric_value": 3.0,
|
| 41 |
+
"reference_text": "r = 3 | Proved by Graham in 1968.",
|
| 42 |
+
"source_image": "ccc6.gif",
|
| 43 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc6.gif",
|
| 44 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 45 |
+
"title": "Circles in Circles"
|
| 46 |
+
},
|
| 47 |
+
"generator": "coordinate_reconstruction",
|
| 48 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 49 |
+
"leaderboard_status": "current_best_coordinate",
|
| 50 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 51 |
+
"profile": "cg",
|
| 52 |
+
"source_url": "https://erich-friedman.github.io/packing/cirincir/",
|
| 53 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 54 |
+
"submitted_by": "Graham"
|
| 55 |
+
},
|
| 56 |
+
"placements": [
|
| 57 |
+
{
|
| 58 |
+
"id": 1,
|
| 59 |
+
"rotation_radians": 3.694109714466408,
|
| 60 |
+
"x": -1.7321071150801597,
|
| 61 |
+
"y": -0.9999963350902086
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"id": 2,
|
| 65 |
+
"rotation_radians": 4.243508589899284,
|
| 66 |
+
"x": 0.0,
|
| 67 |
+
"y": -2.000042225188291
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"id": 3,
|
| 71 |
+
"rotation_radians": 6.257899385712383,
|
| 72 |
+
"x": 1.7321071150801597,
|
| 73 |
+
"y": -0.9999963350902086
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": 4,
|
| 77 |
+
"rotation_radians": 3.6436927667043553,
|
| 78 |
+
"x": -1.732066930978596,
|
| 79 |
+
"y": 1.000078575282282
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"id": 5,
|
| 83 |
+
"rotation_radians": 3.7280572279819015,
|
| 84 |
+
"x": 0.0,
|
| 85 |
+
"y": 1.5812728282175974e-05
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"id": 6,
|
| 89 |
+
"rotation_radians": 3.7202276520027064,
|
| 90 |
+
"x": 1.732066930978596,
|
| 91 |
+
"y": 1.000078575282282
|
| 92 |
+
}
|
| 93 |
+
],
|
| 94 |
+
"problem": "6 equal items for Circles in Circles",
|
| 95 |
+
"setup": "cirincir",
|
| 96 |
+
"source_image": "https://erich-friedman.github.io/packing/cirincir/ccc6.gif",
|
| 97 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/"
|
| 98 |
+
}
|
data/solutions/generated/cirincir_007_2b1985e4094e6893.json
ADDED
|
@@ -0,0 +1,104 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirincir@7",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "3",
|
| 5 |
+
"friedman_displayed_metric": 3.0
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"radius": 3.000070013511673,
|
| 9 |
+
"type": "circle"
|
| 10 |
+
},
|
| 11 |
+
"friedman_reference": {
|
| 12 |
+
"analytical_or_proved": true,
|
| 13 |
+
"case": "cirincir@7",
|
| 14 |
+
"credit": "Graham",
|
| 15 |
+
"date": "1968",
|
| 16 |
+
"family_updated": "",
|
| 17 |
+
"metric_expression": "3",
|
| 18 |
+
"metric_symbol": "r",
|
| 19 |
+
"metric_value": 3.0,
|
| 20 |
+
"reference_text": "r = 3 | Proved by Graham in 1968.",
|
| 21 |
+
"source_image": "ccc7.gif",
|
| 22 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc7.gif",
|
| 23 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 24 |
+
"title": "Circles in Circles"
|
| 25 |
+
},
|
| 26 |
+
"item": {
|
| 27 |
+
"radius": 1.0,
|
| 28 |
+
"type": "circle"
|
| 29 |
+
},
|
| 30 |
+
"metadata": {
|
| 31 |
+
"certification_slack": 1.000040000600004,
|
| 32 |
+
"friedman_reference": {
|
| 33 |
+
"analytical_or_proved": true,
|
| 34 |
+
"case": "cirincir@7",
|
| 35 |
+
"credit": "Graham",
|
| 36 |
+
"date": "1968",
|
| 37 |
+
"family_updated": "",
|
| 38 |
+
"metric_expression": "3",
|
| 39 |
+
"metric_symbol": "r",
|
| 40 |
+
"metric_value": 3.0,
|
| 41 |
+
"reference_text": "r = 3 | Proved by Graham in 1968.",
|
| 42 |
+
"source_image": "ccc7.gif",
|
| 43 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc7.gif",
|
| 44 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 45 |
+
"title": "Circles in Circles"
|
| 46 |
+
},
|
| 47 |
+
"generator": "coordinate_reconstruction",
|
| 48 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 49 |
+
"leaderboard_status": "current_best_coordinate",
|
| 50 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 51 |
+
"profile": "sa",
|
| 52 |
+
"source_url": "https://erich-friedman.github.io/packing/cirincir/",
|
| 53 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 54 |
+
"submitted_by": "Graham"
|
| 55 |
+
},
|
| 56 |
+
"placements": [
|
| 57 |
+
{
|
| 58 |
+
"id": 1,
|
| 59 |
+
"rotation_radians": 0.4283975193762872,
|
| 60 |
+
"x": -1.575944954442906,
|
| 61 |
+
"y": -1.2315244129967613
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"id": 2,
|
| 65 |
+
"rotation_radians": 2.20928454224452,
|
| 66 |
+
"x": 0.2785584231802217,
|
| 67 |
+
"y": -1.9805698317036886
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"id": 3,
|
| 71 |
+
"rotation_radians": 2.7790142727090332,
|
| 72 |
+
"x": 1.854503130153365,
|
| 73 |
+
"y": -0.749045846657567
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": 4,
|
| 77 |
+
"rotation_radians": 2.1395818918859706,
|
| 78 |
+
"x": -1.8545037738204584,
|
| 79 |
+
"y": 0.7490456459322418
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"id": 5,
|
| 83 |
+
"rotation_radians": 0.08678816264909779,
|
| 84 |
+
"x": 7.2615543459544e-07,
|
| 85 |
+
"y": 2.831977595723564e-07
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"id": 6,
|
| 89 |
+
"rotation_radians": 2.54789231505484,
|
| 90 |
+
"x": 1.5759449074646992,
|
| 91 |
+
"y": 1.2315243164057534
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"id": 7,
|
| 95 |
+
"rotation_radians": 0.05999294169574924,
|
| 96 |
+
"x": -0.2785586118103693,
|
| 97 |
+
"y": 1.980570188222523
|
| 98 |
+
}
|
| 99 |
+
],
|
| 100 |
+
"problem": "7 equal items for Circles in Circles",
|
| 101 |
+
"setup": "cirincir",
|
| 102 |
+
"source_image": "https://erich-friedman.github.io/packing/cirincir/ccc7.gif",
|
| 103 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/"
|
| 104 |
+
}
|
data/solutions/generated/cirincir_008_0193661647fd3854.json
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirincir@8",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "3.304+",
|
| 5 |
+
"friedman_displayed_metric": 3.304
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"radius": 3.304841442551775,
|
| 9 |
+
"type": "circle"
|
| 10 |
+
},
|
| 11 |
+
"friedman_reference": {
|
| 12 |
+
"analytical_or_proved": true,
|
| 13 |
+
"case": "cirincir@8",
|
| 14 |
+
"credit": "Braaksma",
|
| 15 |
+
"date": "1963",
|
| 16 |
+
"family_updated": "",
|
| 17 |
+
"metric_expression": "3.304+",
|
| 18 |
+
"metric_symbol": "r",
|
| 19 |
+
"metric_value": 3.304,
|
| 20 |
+
"reference_text": "r = 3.304+ | Proved by Braaksma in 1963.",
|
| 21 |
+
"source_image": "ccc8.gif",
|
| 22 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc8.gif",
|
| 23 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 24 |
+
"title": "Circles in Circles"
|
| 25 |
+
},
|
| 26 |
+
"item": {
|
| 27 |
+
"radius": 1.0,
|
| 28 |
+
"type": "circle"
|
| 29 |
+
},
|
| 30 |
+
"metadata": {
|
| 31 |
+
"certification_slack": 1.000040000600004,
|
| 32 |
+
"friedman_reference": {
|
| 33 |
+
"analytical_or_proved": true,
|
| 34 |
+
"case": "cirincir@8",
|
| 35 |
+
"credit": "Braaksma",
|
| 36 |
+
"date": "1963",
|
| 37 |
+
"family_updated": "",
|
| 38 |
+
"metric_expression": "3.304+",
|
| 39 |
+
"metric_symbol": "r",
|
| 40 |
+
"metric_value": 3.304,
|
| 41 |
+
"reference_text": "r = 3.304+ | Proved by Braaksma in 1963.",
|
| 42 |
+
"source_image": "ccc8.gif",
|
| 43 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc8.gif",
|
| 44 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 45 |
+
"title": "Circles in Circles"
|
| 46 |
+
},
|
| 47 |
+
"generator": "coordinate_reconstruction",
|
| 48 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 49 |
+
"leaderboard_status": "current_best_coordinate",
|
| 50 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 51 |
+
"profile": "sa",
|
| 52 |
+
"source_url": "https://erich-friedman.github.io/packing/cirincir/",
|
| 53 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 54 |
+
"submitted_by": "Braaksma"
|
| 55 |
+
},
|
| 56 |
+
"placements": [
|
| 57 |
+
{
|
| 58 |
+
"id": 1,
|
| 59 |
+
"rotation_radians": 1.5296216503868019,
|
| 60 |
+
"x": -1.6297589614670072,
|
| 61 |
+
"y": -1.6297579894621337
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"id": 2,
|
| 65 |
+
"rotation_radians": 6.280145201032193,
|
| 66 |
+
"x": 0.2580564293125534,
|
| 67 |
+
"y": -2.290334480491223
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"id": 3,
|
| 71 |
+
"rotation_radians": 2.1158802056781965,
|
| 72 |
+
"x": 1.951547163119349,
|
| 73 |
+
"y": -1.2262348054425425
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": 4,
|
| 77 |
+
"rotation_radians": 2.336742268573313,
|
| 78 |
+
"x": -2.290324848493894,
|
| 79 |
+
"y": 0.258067663342176
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"id": 5,
|
| 83 |
+
"rotation_radians": 4.123218391753858,
|
| 84 |
+
"x": 0.004444459117281273,
|
| 85 |
+
"y": 0.004444459117281291
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"id": 6,
|
| 89 |
+
"rotation_radians": 2.453669202208308,
|
| 90 |
+
"x": 2.17548619106651,
|
| 91 |
+
"y": 0.7612404962802097
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"id": 7,
|
| 95 |
+
"rotation_radians": 3.6021914689584005,
|
| 96 |
+
"x": -1.2262323510109787,
|
| 97 |
+
"y": 1.9515591082723736
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"id": 8,
|
| 101 |
+
"rotation_radians": 1.6954325637478234,
|
| 102 |
+
"x": 0.7612347380406871,
|
| 103 |
+
"y": 2.1754951196577017
|
| 104 |
+
}
|
| 105 |
+
],
|
| 106 |
+
"problem": "8 equal items for Circles in Circles",
|
| 107 |
+
"setup": "cirincir",
|
| 108 |
+
"source_image": "https://erich-friedman.github.io/packing/cirincir/ccc8.gif",
|
| 109 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/"
|
| 110 |
+
}
|
data/solutions/generated/cirincir_009_b51df67181f6833b.json
ADDED
|
@@ -0,0 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirincir@9",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "3.613+",
|
| 5 |
+
"friedman_displayed_metric": 3.613
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"radius": 3.6131788262226756,
|
| 9 |
+
"type": "circle"
|
| 10 |
+
},
|
| 11 |
+
"friedman_reference": {
|
| 12 |
+
"analytical_or_proved": true,
|
| 13 |
+
"case": "cirincir@9",
|
| 14 |
+
"credit": "Pirl",
|
| 15 |
+
"date": "1969",
|
| 16 |
+
"family_updated": "",
|
| 17 |
+
"metric_expression": "3.613+",
|
| 18 |
+
"metric_symbol": "r",
|
| 19 |
+
"metric_value": 3.613,
|
| 20 |
+
"reference_text": "r = 3.613+ | Proved by Pirl in 1969.",
|
| 21 |
+
"source_image": "ccc9.gif",
|
| 22 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc9.gif",
|
| 23 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 24 |
+
"title": "Circles in Circles"
|
| 25 |
+
},
|
| 26 |
+
"item": {
|
| 27 |
+
"radius": 1.0,
|
| 28 |
+
"type": "circle"
|
| 29 |
+
},
|
| 30 |
+
"metadata": {
|
| 31 |
+
"certification_slack": 1.000030000300001,
|
| 32 |
+
"friedman_reference": {
|
| 33 |
+
"analytical_or_proved": true,
|
| 34 |
+
"case": "cirincir@9",
|
| 35 |
+
"credit": "Pirl",
|
| 36 |
+
"date": "1969",
|
| 37 |
+
"family_updated": "",
|
| 38 |
+
"metric_expression": "3.613+",
|
| 39 |
+
"metric_symbol": "r",
|
| 40 |
+
"metric_value": 3.613,
|
| 41 |
+
"reference_text": "r = 3.613+ | Proved by Pirl in 1969.",
|
| 42 |
+
"source_image": "ccc9.gif",
|
| 43 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc9.gif",
|
| 44 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 45 |
+
"title": "Circles in Circles"
|
| 46 |
+
},
|
| 47 |
+
"generator": "coordinate_reconstruction",
|
| 48 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 49 |
+
"leaderboard_status": "current_best_coordinate",
|
| 50 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 51 |
+
"profile": "steepest",
|
| 52 |
+
"source_url": "https://erich-friedman.github.io/packing/cirincir/",
|
| 53 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 54 |
+
"submitted_by": "Pirl"
|
| 55 |
+
},
|
| 56 |
+
"placements": [
|
| 57 |
+
{
|
| 58 |
+
"id": 1,
|
| 59 |
+
"rotation_radians": -0.3157108138407598,
|
| 60 |
+
"x": -1.8701878376965375,
|
| 61 |
+
"y": -1.8251226359715083
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"id": 2,
|
| 65 |
+
"rotation_radians": -0.16381547636534438,
|
| 66 |
+
"x": -0.03186741497393357,
|
| 67 |
+
"y": -2.612976750571425
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"id": 3,
|
| 71 |
+
"rotation_radians": -0.04456251876431571,
|
| 72 |
+
"x": 1.8251148157703272,
|
| 73 |
+
"y": -1.8701868760746656
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": 4,
|
| 77 |
+
"rotation_radians": -0.08511143640494731,
|
| 78 |
+
"x": -2.612980038158814,
|
| 79 |
+
"y": 0.03185221610016706
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"id": 5,
|
| 83 |
+
"rotation_radians": -0.24408222242586747,
|
| 84 |
+
"x": 0.2383705413706959,
|
| 85 |
+
"y": 0.056229761746810436
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"id": 6,
|
| 89 |
+
"rotation_radians": 0.5462679308284984,
|
| 90 |
+
"x": 2.612959821914608,
|
| 91 |
+
"y": -0.03185196970417412
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"id": 7,
|
| 95 |
+
"rotation_radians": -0.12944339330746094,
|
| 96 |
+
"x": -1.8251360241063008,
|
| 97 |
+
"y": 1.8701747720791053
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"id": 8,
|
| 101 |
+
"rotation_radians": -0.19113443555400586,
|
| 102 |
+
"x": 0.031836941686543205,
|
| 103 |
+
"y": 2.6129771220304443
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"id": 9,
|
| 107 |
+
"rotation_radians": -0.3818518690939632,
|
| 108 |
+
"x": 1.870166930683736,
|
| 109 |
+
"y": 1.8251352534483942
|
| 110 |
+
}
|
| 111 |
+
],
|
| 112 |
+
"problem": "9 equal items for Circles in Circles",
|
| 113 |
+
"setup": "cirincir",
|
| 114 |
+
"source_image": "https://erich-friedman.github.io/packing/cirincir/ccc9.gif",
|
| 115 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/"
|
| 116 |
+
}
|
data/solutions/generated/cirincir_011_e624f391927921fb.json
ADDED
|
@@ -0,0 +1,128 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirincir@11",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "3.923+",
|
| 5 |
+
"friedman_displayed_metric": 3.923
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"radius": 3.923919034838085,
|
| 9 |
+
"type": "circle"
|
| 10 |
+
},
|
| 11 |
+
"friedman_reference": {
|
| 12 |
+
"analytical_or_proved": true,
|
| 13 |
+
"case": "cirincir@11",
|
| 14 |
+
"credit": "Melissen",
|
| 15 |
+
"date": "1994",
|
| 16 |
+
"family_updated": "",
|
| 17 |
+
"metric_expression": "3.923+",
|
| 18 |
+
"metric_symbol": "r",
|
| 19 |
+
"metric_value": 3.923,
|
| 20 |
+
"reference_text": "r = 3.923+ | Proved by Melissen in 1994.",
|
| 21 |
+
"source_image": "ccc11.gif",
|
| 22 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc11.gif",
|
| 23 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 24 |
+
"title": "Circles in Circles"
|
| 25 |
+
},
|
| 26 |
+
"item": {
|
| 27 |
+
"radius": 1.0,
|
| 28 |
+
"type": "circle"
|
| 29 |
+
},
|
| 30 |
+
"metadata": {
|
| 31 |
+
"certification_slack": 1.000040000600004,
|
| 32 |
+
"friedman_reference": {
|
| 33 |
+
"analytical_or_proved": true,
|
| 34 |
+
"case": "cirincir@11",
|
| 35 |
+
"credit": "Melissen",
|
| 36 |
+
"date": "1994",
|
| 37 |
+
"family_updated": "",
|
| 38 |
+
"metric_expression": "3.923+",
|
| 39 |
+
"metric_symbol": "r",
|
| 40 |
+
"metric_value": 3.923,
|
| 41 |
+
"reference_text": "r = 3.923+ | Proved by Melissen in 1994.",
|
| 42 |
+
"source_image": "ccc11.gif",
|
| 43 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc11.gif",
|
| 44 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 45 |
+
"title": "Circles in Circles"
|
| 46 |
+
},
|
| 47 |
+
"generator": "coordinate_reconstruction",
|
| 48 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 49 |
+
"leaderboard_status": "current_best_coordinate",
|
| 50 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 51 |
+
"profile": "cg",
|
| 52 |
+
"source_url": "https://erich-friedman.github.io/packing/cirincir/",
|
| 53 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 54 |
+
"submitted_by": "Melissen"
|
| 55 |
+
},
|
| 56 |
+
"placements": [
|
| 57 |
+
{
|
| 58 |
+
"id": 1,
|
| 59 |
+
"rotation_radians": 3.684719719769153,
|
| 60 |
+
"x": -2.3976719466281198,
|
| 61 |
+
"y": -1.67345590990648
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"id": 2,
|
| 65 |
+
"rotation_radians": 1.4392531369613681,
|
| 66 |
+
"x": -0.7610483154388817,
|
| 67 |
+
"y": -2.8231116065086934
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"id": 3,
|
| 71 |
+
"rotation_radians": 0.963244868276662,
|
| 72 |
+
"x": 1.2316602582118976,
|
| 73 |
+
"y": -2.6518219440979944
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": 4,
|
| 77 |
+
"rotation_radians": 1.2183476653529566,
|
| 78 |
+
"x": 2.6480787302628577,
|
| 79 |
+
"y": -1.2397284324264417
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"id": 5,
|
| 83 |
+
"rotation_radians": 3.694086408564601,
|
| 84 |
+
"x": -2.912380649200885,
|
| 85 |
+
"y": 0.259233409195842
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"id": 6,
|
| 89 |
+
"rotation_radians": 5.520362842879876,
|
| 90 |
+
"x": -0.9812412124410561,
|
| 91 |
+
"y": -0.2613707674357948
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"id": 7,
|
| 95 |
+
"rotation_radians": 3.9958700757939427,
|
| 96 |
+
"x": 1.0114502907225276,
|
| 97 |
+
"y": -0.09003942054804218
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"id": 8,
|
| 101 |
+
"rotation_radians": 3.6161813524803312,
|
| 102 |
+
"x": 2.8254223762960815,
|
| 103 |
+
"y": 0.7524760665087378
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"id": 9,
|
| 107 |
+
"rotation_radians": 5.618729561311251,
|
| 108 |
+
"x": -2.064385246942945,
|
| 109 |
+
"y": 2.0706326054922823
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"id": 10,
|
| 113 |
+
"rotation_radians": 3.600493194342751,
|
| 114 |
+
"x": -0.13326042203827362,
|
| 115 |
+
"y": 1.5500874877578679
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"id": 11,
|
| 119 |
+
"rotation_radians": 3.6354944315129645,
|
| 120 |
+
"x": 1.6807167004992367,
|
| 121 |
+
"y": 2.392571069763468
|
| 122 |
+
}
|
| 123 |
+
],
|
| 124 |
+
"problem": "11 equal items for Circles in Circles",
|
| 125 |
+
"setup": "cirincir",
|
| 126 |
+
"source_image": "https://erich-friedman.github.io/packing/cirincir/ccc11.gif",
|
| 127 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/"
|
| 128 |
+
}
|
data/solutions/generated/cirincir_012_0d7fc8a14b1c4e0e.json
ADDED
|
@@ -0,0 +1,134 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirincir@12",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "4.029+",
|
| 5 |
+
"friedman_displayed_metric": 4.029
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"radius": 4.029706821036296,
|
| 9 |
+
"type": "circle"
|
| 10 |
+
},
|
| 11 |
+
"friedman_reference": {
|
| 12 |
+
"analytical_or_proved": false,
|
| 13 |
+
"case": "cirincir@12",
|
| 14 |
+
"credit": "Kravitz",
|
| 15 |
+
"date": "1967",
|
| 16 |
+
"family_updated": "",
|
| 17 |
+
"metric_expression": "4.029+",
|
| 18 |
+
"metric_symbol": "r",
|
| 19 |
+
"metric_value": 4.029,
|
| 20 |
+
"reference_text": "r = 4.029+ | Found by Kravitz in 1967.",
|
| 21 |
+
"source_image": "ccc12.gif",
|
| 22 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc12.gif",
|
| 23 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 24 |
+
"title": "Circles in Circles"
|
| 25 |
+
},
|
| 26 |
+
"item": {
|
| 27 |
+
"radius": 1.0,
|
| 28 |
+
"type": "circle"
|
| 29 |
+
},
|
| 30 |
+
"metadata": {
|
| 31 |
+
"certification_slack": 1.000040000600004,
|
| 32 |
+
"friedman_reference": {
|
| 33 |
+
"analytical_or_proved": false,
|
| 34 |
+
"case": "cirincir@12",
|
| 35 |
+
"credit": "Kravitz",
|
| 36 |
+
"date": "1967",
|
| 37 |
+
"family_updated": "",
|
| 38 |
+
"metric_expression": "4.029+",
|
| 39 |
+
"metric_symbol": "r",
|
| 40 |
+
"metric_value": 4.029,
|
| 41 |
+
"reference_text": "r = 4.029+ | Found by Kravitz in 1967.",
|
| 42 |
+
"source_image": "ccc12.gif",
|
| 43 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc12.gif",
|
| 44 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 45 |
+
"title": "Circles in Circles"
|
| 46 |
+
},
|
| 47 |
+
"generator": "coordinate_reconstruction",
|
| 48 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 49 |
+
"leaderboard_status": "current_best_coordinate",
|
| 50 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 51 |
+
"profile": "cg",
|
| 52 |
+
"source_url": "https://erich-friedman.github.io/packing/cirincir/",
|
| 53 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 54 |
+
"submitted_by": "Kravitz"
|
| 55 |
+
},
|
| 56 |
+
"placements": [
|
| 57 |
+
{
|
| 58 |
+
"id": 1,
|
| 59 |
+
"rotation_radians": 1.8978108546294703,
|
| 60 |
+
"x": -2.525667933574687,
|
| 61 |
+
"y": 1.6732921671852814
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"id": 2,
|
| 65 |
+
"rotation_radians": 0.554373061949302,
|
| 66 |
+
"x": 1.2794340635270667,
|
| 67 |
+
"y": 2.7462746030720124
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"id": 3,
|
| 71 |
+
"rotation_radians": 2.267083637979939,
|
| 72 |
+
"x": -1.033645032153861,
|
| 73 |
+
"y": -0.5147897665312222
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": 4,
|
| 77 |
+
"rotation_radians": 6.434569687766653,
|
| 78 |
+
"x": 0.962623851659097,
|
| 79 |
+
"y": -0.6377500695150786
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"id": 5,
|
| 83 |
+
"rotation_radians": 5.104845662872287,
|
| 84 |
+
"x": -0.932592248058894,
|
| 85 |
+
"y": 2.882592065981687
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"id": 6,
|
| 89 |
+
"rotation_radians": 2.9334718539497207,
|
| 90 |
+
"x": -3.018064658396571,
|
| 91 |
+
"y": -0.2652226263039395
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"id": 7,
|
| 95 |
+
"rotation_radians": 0.2564493627364792,
|
| 96 |
+
"x": 2.711997865818384,
|
| 97 |
+
"y": 1.3505438744061984
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"id": 8,
|
| 101 |
+
"rotation_radians": 0.6895884848889794,
|
| 102 |
+
"x": 1.7388307009867812,
|
| 103 |
+
"y": -2.4810362127853343
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"id": 9,
|
| 107 |
+
"rotation_radians": 0.431486075599488,
|
| 108 |
+
"x": -2.0299997495989732,
|
| 109 |
+
"y": -2.2490157311584116
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"id": 10,
|
| 113 |
+
"rotation_radians": 1.5191206903013812,
|
| 114 |
+
"x": 0.07099378366271215,
|
| 115 |
+
"y": 1.1525562151047803
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"id": 11,
|
| 119 |
+
"rotation_radians": 3.124421991184892,
|
| 120 |
+
"x": -0.18614910865723305,
|
| 121 |
+
"y": -3.023945973410509
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"id": 12,
|
| 125 |
+
"rotation_radians": 2.5033473700785267,
|
| 126 |
+
"x": 2.9626703293241725,
|
| 127 |
+
"y": -0.6337596781622518
|
| 128 |
+
}
|
| 129 |
+
],
|
| 130 |
+
"problem": "12 equal items for Circles in Circles",
|
| 131 |
+
"setup": "cirincir",
|
| 132 |
+
"source_image": "https://erich-friedman.github.io/packing/cirincir/ccc12.gif",
|
| 133 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/"
|
| 134 |
+
}
|
data/solutions/generated/cirincir_013_a118f33872e0cb30.json
ADDED
|
@@ -0,0 +1,140 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirincir@13",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "2 + \u221a5 = 4.236+",
|
| 5 |
+
"friedman_displayed_metric": 4.236
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"radius": 4.236183785796592,
|
| 9 |
+
"type": "circle"
|
| 10 |
+
},
|
| 11 |
+
"friedman_reference": {
|
| 12 |
+
"analytical_or_proved": true,
|
| 13 |
+
"case": "cirincir@13",
|
| 14 |
+
"credit": "F. Fodor",
|
| 15 |
+
"date": "2003",
|
| 16 |
+
"family_updated": "",
|
| 17 |
+
"metric_expression": "2 + \u221a5 = 4.236+",
|
| 18 |
+
"metric_symbol": "r",
|
| 19 |
+
"metric_value": 4.236,
|
| 20 |
+
"reference_text": "r = 2 + \u221a5 = 4.236+ | Proved by F. Fodor in 2003.",
|
| 21 |
+
"source_image": "ccc13.gif",
|
| 22 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc13.gif",
|
| 23 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 24 |
+
"title": "Circles in Circles"
|
| 25 |
+
},
|
| 26 |
+
"item": {
|
| 27 |
+
"radius": 1.0,
|
| 28 |
+
"type": "circle"
|
| 29 |
+
},
|
| 30 |
+
"metadata": {
|
| 31 |
+
"certification_slack": 1.000040000600004,
|
| 32 |
+
"friedman_reference": {
|
| 33 |
+
"analytical_or_proved": true,
|
| 34 |
+
"case": "cirincir@13",
|
| 35 |
+
"credit": "F. Fodor",
|
| 36 |
+
"date": "2003",
|
| 37 |
+
"family_updated": "",
|
| 38 |
+
"metric_expression": "2 + \u221a5 = 4.236+",
|
| 39 |
+
"metric_symbol": "r",
|
| 40 |
+
"metric_value": 4.236,
|
| 41 |
+
"reference_text": "r = 2 + \u221a5 = 4.236+ | Proved by F. Fodor in 2003.",
|
| 42 |
+
"source_image": "ccc13.gif",
|
| 43 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc13.gif",
|
| 44 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 45 |
+
"title": "Circles in Circles"
|
| 46 |
+
},
|
| 47 |
+
"generator": "coordinate_reconstruction",
|
| 48 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 49 |
+
"leaderboard_status": "current_best_coordinate",
|
| 50 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 51 |
+
"profile": "sa",
|
| 52 |
+
"source_url": "https://erich-friedman.github.io/packing/cirincir/",
|
| 53 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 54 |
+
"submitted_by": "F. Fodor"
|
| 55 |
+
},
|
| 56 |
+
"placements": [
|
| 57 |
+
{
|
| 58 |
+
"id": 1,
|
| 59 |
+
"rotation_radians": -0.1554334359407244,
|
| 60 |
+
"x": -2.6027450404517585,
|
| 61 |
+
"y": -1.9231244856923975
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"id": 2,
|
| 65 |
+
"rotation_radians": -0.1979636513547315,
|
| 66 |
+
"x": -0.9752802231813561,
|
| 67 |
+
"y": -3.0857229284087304
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"id": 3,
|
| 71 |
+
"rotation_radians": 0.07017200863765477,
|
| 72 |
+
"x": 1.0247193869186493,
|
| 73 |
+
"y": -3.0696254568026893
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": 4,
|
| 77 |
+
"rotation_radians": -0.001965842347274229,
|
| 78 |
+
"x": 2.6333059519625857,
|
| 79 |
+
"y": -1.8810547193436022
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"id": 5,
|
| 83 |
+
"rotation_radians": -0.04892285511244156,
|
| 84 |
+
"x": -3.236058445373799,
|
| 85 |
+
"y": -0.025971699696291033
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"id": 6,
|
| 89 |
+
"rotation_radians": -0.17049466972922328,
|
| 90 |
+
"x": -0.3725372199194316,
|
| 91 |
+
"y": -1.1786595463648586
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"id": 7,
|
| 95 |
+
"rotation_radians": 0.16957072445090315,
|
| 96 |
+
"x": 1.2360707025319628,
|
| 97 |
+
"y": 0.00987890516442418
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"id": 8,
|
| 101 |
+
"rotation_radians": 0.19976069011776756,
|
| 102 |
+
"x": 3.236066603379965,
|
| 103 |
+
"y": 0.02602430358871775
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"id": 9,
|
| 107 |
+
"rotation_radians": 0.23263136899725298,
|
| 108 |
+
"x": -2.6332971978854554,
|
| 109 |
+
"y": 1.8811059357026287
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"id": 10,
|
| 113 |
+
"rotation_radians": 0.21630515827534538,
|
| 114 |
+
"x": -1.0058608441518462,
|
| 115 |
+
"y": 0.7184817956328269
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"id": 11,
|
| 119 |
+
"rotation_radians": 0.029440174657981738,
|
| 120 |
+
"x": 0.6027474236865998,
|
| 121 |
+
"y": 1.907034045692952
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"id": 12,
|
| 125 |
+
"rotation_radians": -0.22778560845094933,
|
| 126 |
+
"x": 2.6027320652284556,
|
| 127 |
+
"y": 1.9231687800124095
|
| 128 |
+
},
|
| 129 |
+
{
|
| 130 |
+
"id": 13,
|
| 131 |
+
"rotation_radians": -0.07134392552667844,
|
| 132 |
+
"x": -1.024688534304817,
|
| 133 |
+
"y": 3.0696557724192326
|
| 134 |
+
}
|
| 135 |
+
],
|
| 136 |
+
"problem": "13 equal items for Circles in Circles",
|
| 137 |
+
"setup": "cirincir",
|
| 138 |
+
"source_image": "https://erich-friedman.github.io/packing/cirincir/ccc13.gif",
|
| 139 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/"
|
| 140 |
+
}
|
data/solutions/generated/cirincir_014_b2ec44e582e5ab93.json
ADDED
|
@@ -0,0 +1,146 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirincir@14",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "4.328+",
|
| 5 |
+
"friedman_displayed_metric": 4.328
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"radius": 4.32854973813392,
|
| 9 |
+
"type": "circle"
|
| 10 |
+
},
|
| 11 |
+
"friedman_reference": {
|
| 12 |
+
"analytical_or_proved": false,
|
| 13 |
+
"case": "cirincir@14",
|
| 14 |
+
"credit": "Goldberg",
|
| 15 |
+
"date": "1971",
|
| 16 |
+
"family_updated": "",
|
| 17 |
+
"metric_expression": "4.328+",
|
| 18 |
+
"metric_symbol": "r",
|
| 19 |
+
"metric_value": 4.328,
|
| 20 |
+
"reference_text": "r = 4.328+ | Found by Goldberg in 1971.",
|
| 21 |
+
"source_image": "ccc14.gif",
|
| 22 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc14.gif",
|
| 23 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 24 |
+
"title": "Circles in Circles"
|
| 25 |
+
},
|
| 26 |
+
"item": {
|
| 27 |
+
"radius": 1.0,
|
| 28 |
+
"type": "circle"
|
| 29 |
+
},
|
| 30 |
+
"metadata": {
|
| 31 |
+
"certification_slack": 1.000040000600004,
|
| 32 |
+
"friedman_reference": {
|
| 33 |
+
"analytical_or_proved": false,
|
| 34 |
+
"case": "cirincir@14",
|
| 35 |
+
"credit": "Goldberg",
|
| 36 |
+
"date": "1971",
|
| 37 |
+
"family_updated": "",
|
| 38 |
+
"metric_expression": "4.328+",
|
| 39 |
+
"metric_symbol": "r",
|
| 40 |
+
"metric_value": 4.328,
|
| 41 |
+
"reference_text": "r = 4.328+ | Found by Goldberg in 1971.",
|
| 42 |
+
"source_image": "ccc14.gif",
|
| 43 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc14.gif",
|
| 44 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 45 |
+
"title": "Circles in Circles"
|
| 46 |
+
},
|
| 47 |
+
"generator": "coordinate_reconstruction",
|
| 48 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 49 |
+
"leaderboard_status": "current_best_coordinate",
|
| 50 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 51 |
+
"profile": "sa",
|
| 52 |
+
"source_url": "https://erich-friedman.github.io/packing/cirincir/",
|
| 53 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 54 |
+
"submitted_by": "Goldberg"
|
| 55 |
+
},
|
| 56 |
+
"placements": [
|
| 57 |
+
{
|
| 58 |
+
"id": 1,
|
| 59 |
+
"rotation_radians": 5.691338662999595,
|
| 60 |
+
"x": -2.6526387545423944,
|
| 61 |
+
"y": -2.0106326521029234
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"id": 2,
|
| 65 |
+
"rotation_radians": 3.989132612713458,
|
| 66 |
+
"x": -0.43788143885492303,
|
| 67 |
+
"y": -3.299606056125207
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"id": 3,
|
| 71 |
+
"rotation_radians": 0.3511013675461919,
|
| 72 |
+
"x": 1.532258212721664,
|
| 73 |
+
"y": -2.9548580040093144
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": 4,
|
| 77 |
+
"rotation_radians": 5.532025665322188,
|
| 78 |
+
"x": 2.9491686307860014,
|
| 79 |
+
"y": -1.5432442873561933
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"id": 5,
|
| 83 |
+
"rotation_radians": 1.3045061561906386,
|
| 84 |
+
"x": -3.3260765042873834,
|
| 85 |
+
"y": -0.12734407028780392
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"id": 6,
|
| 89 |
+
"rotation_radians": 5.137509711974839,
|
| 90 |
+
"x": -0.7727601982960906,
|
| 91 |
+
"y": -1.3277840071686056
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"id": 7,
|
| 95 |
+
"rotation_radians": 3.3890227341171277,
|
| 96 |
+
"x": 1.1300988454723084,
|
| 97 |
+
"y": -0.7118685772664801
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"id": 8,
|
| 101 |
+
"rotation_radians": 0.6221405708462036,
|
| 102 |
+
"x": 3.3011892298303462,
|
| 103 |
+
"y": 0.4256111014545169
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"id": 9,
|
| 107 |
+
"rotation_radians": 3.479920949253993,
|
| 108 |
+
"x": -2.798616927008552,
|
| 109 |
+
"y": 1.801926843829209
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"id": 10,
|
| 113 |
+
"rotation_radians": 2.2103299640863923,
|
| 114 |
+
"x": -1.1771899053410606,
|
| 115 |
+
"y": 0.6309555490970722
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"id": 11,
|
| 119 |
+
"rotation_radians": 5.678270096041207,
|
| 120 |
+
"x": 0.7256717314889379,
|
| 121 |
+
"y": 1.2468746201344258
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"id": 12,
|
| 125 |
+
"rotation_radians": 0.06044143992343447,
|
| 126 |
+
"x": 2.4612934581950046,
|
| 127 |
+
"y": 2.240788545207538
|
| 128 |
+
},
|
| 129 |
+
{
|
| 130 |
+
"id": 13,
|
| 131 |
+
"rotation_radians": 5.3551502963089215,
|
| 132 |
+
"x": -1.2606281679166755,
|
| 133 |
+
"y": 3.080553923923771
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"id": 14,
|
| 137 |
+
"rotation_radians": 4.452630099606301,
|
| 138 |
+
"x": 0.7325156230423635,
|
| 139 |
+
"y": 3.246925393479668
|
| 140 |
+
}
|
| 141 |
+
],
|
| 142 |
+
"problem": "14 equal items for Circles in Circles",
|
| 143 |
+
"setup": "cirincir",
|
| 144 |
+
"source_image": "https://erich-friedman.github.io/packing/cirincir/ccc14.gif",
|
| 145 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/"
|
| 146 |
+
}
|
data/solutions/generated/cirincir_015_eeff7b918e6d6618.json
ADDED
|
@@ -0,0 +1,150 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirincir@15",
|
| 3 |
+
"container": {
|
| 4 |
+
"radius": 4.522443228947228,
|
| 5 |
+
"type": "circle"
|
| 6 |
+
},
|
| 7 |
+
"friedman_reference": {
|
| 8 |
+
"analytical_or_proved": false,
|
| 9 |
+
"case": "cirincir@15",
|
| 10 |
+
"credit": "Kravitz",
|
| 11 |
+
"date": "1967",
|
| 12 |
+
"family_updated": "",
|
| 13 |
+
"metric_expression": "4.521+",
|
| 14 |
+
"metric_symbol": "r",
|
| 15 |
+
"metric_value": 4.521,
|
| 16 |
+
"reference_text": "r = 4.521+ | Found by Kravitz in 1967.",
|
| 17 |
+
"source_image": "ccc15.gif",
|
| 18 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc15.gif",
|
| 19 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 20 |
+
"title": "Circles in Circles"
|
| 21 |
+
},
|
| 22 |
+
"item": {
|
| 23 |
+
"radius": 1.0,
|
| 24 |
+
"type": "circle"
|
| 25 |
+
},
|
| 26 |
+
"metadata": {
|
| 27 |
+
"certification_slack": 1.000030000300001,
|
| 28 |
+
"friedman_reference": {
|
| 29 |
+
"analytical_or_proved": false,
|
| 30 |
+
"case": "cirincir@15",
|
| 31 |
+
"credit": "Kravitz",
|
| 32 |
+
"date": "1967",
|
| 33 |
+
"family_updated": "",
|
| 34 |
+
"metric_expression": "4.521+",
|
| 35 |
+
"metric_symbol": "r",
|
| 36 |
+
"metric_value": 4.521,
|
| 37 |
+
"reference_text": "r = 4.521+ | Found by Kravitz in 1967.",
|
| 38 |
+
"source_image": "ccc15.gif",
|
| 39 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc15.gif",
|
| 40 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 41 |
+
"title": "Circles in Circles"
|
| 42 |
+
},
|
| 43 |
+
"generator": "friedman_image_seed_quant_fix",
|
| 44 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 45 |
+
"image_seed_recovery_log": "bench_outputs/friedman_image_seeds/bulk_recovery_after_quant_fix.jsonl",
|
| 46 |
+
"image_seed_transform_error": 0.05462456891800099,
|
| 47 |
+
"leaderboard_status": "current_best_coordinate",
|
| 48 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 49 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc15.gif",
|
| 50 |
+
"source_url": "https://erich-friedman.github.io/packing/cirincir/",
|
| 51 |
+
"submitted_at": "2026-05-01T02:29:44+00:00",
|
| 52 |
+
"submitted_by": "Kravitz"
|
| 53 |
+
},
|
| 54 |
+
"placements": [
|
| 55 |
+
{
|
| 56 |
+
"id": 1,
|
| 57 |
+
"rotation_radians": 3.1391093192842603,
|
| 58 |
+
"x": 0.6129569459712222,
|
| 59 |
+
"y": -3.468677888061246
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"id": 2,
|
| 63 |
+
"rotation_radians": 3.140062841442351,
|
| 64 |
+
"x": -1.7267602880735204,
|
| 65 |
+
"y": -3.0701591834162176
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"id": 3,
|
| 69 |
+
"rotation_radians": 3.134036062081374,
|
| 70 |
+
"x": 2.4026653213620386,
|
| 71 |
+
"y": -2.5757964221305554
|
| 72 |
+
},
|
| 73 |
+
{
|
| 74 |
+
"id": 4,
|
| 75 |
+
"rotation_radians": 3.1510499723736105,
|
| 76 |
+
"x": -0.28663625544657345,
|
| 77 |
+
"y": -1.6822941240388385
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"id": 5,
|
| 81 |
+
"rotation_radians": 3.140782513226813,
|
| 82 |
+
"x": -3.119923957717932,
|
| 83 |
+
"y": -1.6351324258819355
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"id": 6,
|
| 87 |
+
"rotation_radians": 3.1335818361605154,
|
| 88 |
+
"x": 1.5030673476439471,
|
| 89 |
+
"y": -0.7894869288213615
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"id": 7,
|
| 93 |
+
"rotation_radians": 3.149406223382545,
|
| 94 |
+
"x": 3.484375212234163,
|
| 95 |
+
"y": -0.5163989760080058
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"id": 8,
|
| 99 |
+
"rotation_radians": 3.15066909780276,
|
| 100 |
+
"x": -1.679799237049141,
|
| 101 |
+
"y": -0.24726809845331416
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"id": 9,
|
| 105 |
+
"rotation_radians": 3.148753371968879,
|
| 106 |
+
"x": -3.4512586967518657,
|
| 107 |
+
"y": 0.7033617868118532
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"id": 10,
|
| 111 |
+
"rotation_radians": 3.151523377152509,
|
| 112 |
+
"x": 1.2225074181488,
|
| 113 |
+
"y": 1.1907663970841107
|
| 114 |
+
},
|
| 115 |
+
{
|
| 116 |
+
"id": 11,
|
| 117 |
+
"rotation_radians": 3.145934161529866,
|
| 118 |
+
"x": 3.203821010423908,
|
| 119 |
+
"y": 1.4638875480781761
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"id": 12,
|
| 123 |
+
"rotation_radians": 3.1337467155359904,
|
| 124 |
+
"x": -0.749687163442228,
|
| 125 |
+
"y": 1.523332318820314
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"id": 13,
|
| 129 |
+
"rotation_radians": 3.144273901163064,
|
| 130 |
+
"x": -2.511742866630703,
|
| 131 |
+
"y": 2.4695495498709423
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"id": 14,
|
| 135 |
+
"rotation_radians": 3.1447440692373267,
|
| 136 |
+
"x": 1.5476910576086778,
|
| 137 |
+
"y": 3.164201159214233
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"id": 15,
|
| 141 |
+
"rotation_radians": 3.151560573389108,
|
| 142 |
+
"x": -0.42452391563171904,
|
| 143 |
+
"y": 3.4967578123984895
|
| 144 |
+
}
|
| 145 |
+
],
|
| 146 |
+
"problem": "15 equal items for Circles in Circles",
|
| 147 |
+
"setup": "cirincir",
|
| 148 |
+
"source_image": "https://erich-friedman.github.io/packing/cirincir/ccc15.gif",
|
| 149 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/"
|
| 150 |
+
}
|
data/solutions/generated/cirincir_016_7824261a02b5ed90.json
ADDED
|
@@ -0,0 +1,158 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirincir@16",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "4.615+",
|
| 5 |
+
"friedman_displayed_metric": 4.615
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"radius": 4.615555698915412,
|
| 9 |
+
"type": "circle"
|
| 10 |
+
},
|
| 11 |
+
"friedman_reference": {
|
| 12 |
+
"analytical_or_proved": false,
|
| 13 |
+
"case": "cirincir@16",
|
| 14 |
+
"credit": "Goldberg",
|
| 15 |
+
"date": "1971",
|
| 16 |
+
"family_updated": "",
|
| 17 |
+
"metric_expression": "4.615+",
|
| 18 |
+
"metric_symbol": "r",
|
| 19 |
+
"metric_value": 4.615,
|
| 20 |
+
"reference_text": "r = 4.615+ | Found by Goldberg in 1971.",
|
| 21 |
+
"source_image": "ccc16.gif",
|
| 22 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc16.gif",
|
| 23 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 24 |
+
"title": "Circles in Circles"
|
| 25 |
+
},
|
| 26 |
+
"item": {
|
| 27 |
+
"radius": 1.0,
|
| 28 |
+
"type": "circle"
|
| 29 |
+
},
|
| 30 |
+
"metadata": {
|
| 31 |
+
"certification_slack": 1.000040000600004,
|
| 32 |
+
"friedman_reference": {
|
| 33 |
+
"analytical_or_proved": false,
|
| 34 |
+
"case": "cirincir@16",
|
| 35 |
+
"credit": "Goldberg",
|
| 36 |
+
"date": "1971",
|
| 37 |
+
"family_updated": "",
|
| 38 |
+
"metric_expression": "4.615+",
|
| 39 |
+
"metric_symbol": "r",
|
| 40 |
+
"metric_value": 4.615,
|
| 41 |
+
"reference_text": "r = 4.615+ | Found by Goldberg in 1971.",
|
| 42 |
+
"source_image": "ccc16.gif",
|
| 43 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc16.gif",
|
| 44 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 45 |
+
"title": "Circles in Circles"
|
| 46 |
+
},
|
| 47 |
+
"generator": "coordinate_reconstruction",
|
| 48 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 49 |
+
"leaderboard_status": "current_best_coordinate",
|
| 50 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 51 |
+
"profile": "cg",
|
| 52 |
+
"source_url": "https://erich-friedman.github.io/packing/cirincir/",
|
| 53 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 54 |
+
"submitted_by": "Goldberg"
|
| 55 |
+
},
|
| 56 |
+
"placements": [
|
| 57 |
+
{
|
| 58 |
+
"id": 1,
|
| 59 |
+
"rotation_radians": 1.7410844249663757,
|
| 60 |
+
"x": -2.280475279523574,
|
| 61 |
+
"y": -2.8056035977864946
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"id": 2,
|
| 65 |
+
"rotation_radians": 0.11353772699983417,
|
| 66 |
+
"x": -0.44007281424326716,
|
| 67 |
+
"y": -3.588666427399476
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"id": 3,
|
| 71 |
+
"rotation_radians": 3.3938041648994672,
|
| 72 |
+
"x": 1.5350108547678392,
|
| 73 |
+
"y": -3.2734875824834964
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": 4,
|
| 77 |
+
"rotation_radians": 3.5822589583844757,
|
| 78 |
+
"x": 3.0403654155790893,
|
| 79 |
+
"y": -1.9565898453979185
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"id": 5,
|
| 83 |
+
"rotation_radians": 2.382975105215227,
|
| 84 |
+
"x": -3.423039936875456,
|
| 85 |
+
"y": -1.1640096755119391
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"id": 6,
|
| 89 |
+
"rotation_radians": 4.053975905220906,
|
| 90 |
+
"x": -1.4833626606434849,
|
| 91 |
+
"y": -0.6762514643296232
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"id": 7,
|
| 95 |
+
"rotation_radians": 5.069799323368489,
|
| 96 |
+
"x": 0.231916842698021,
|
| 97 |
+
"y": -1.7048799372794268
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"id": 8,
|
| 101 |
+
"rotation_radians": 2.537728394454086,
|
| 102 |
+
"x": 1.7627716349005762,
|
| 103 |
+
"y": -0.4177603215235029
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"id": 9,
|
| 107 |
+
"rotation_radians": -0.5111664611426614,
|
| 108 |
+
"x": -3.51806903604697,
|
| 109 |
+
"y": 0.8337969978355927
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"id": 10,
|
| 113 |
+
"rotation_radians": 3.8605441958378863,
|
| 114 |
+
"x": -1.022184012227939,
|
| 115 |
+
"y": 1.2699231745277146
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"id": 11,
|
| 119 |
+
"rotation_radians": 1.1358669257592249,
|
| 120 |
+
"x": 0.9722893731543243,
|
| 121 |
+
"y": 1.4194611126105516
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"id": 12,
|
| 125 |
+
"rotation_radians": 0.591790486207098,
|
| 126 |
+
"x": 3.595096151598978,
|
| 127 |
+
"y": 0.38398785796353196
|
| 128 |
+
},
|
| 129 |
+
{
|
| 130 |
+
"id": 13,
|
| 131 |
+
"rotation_radians": 2.862618500998872,
|
| 132 |
+
"x": -2.5365329782398756,
|
| 133 |
+
"y": 2.5764527007194244
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"id": 14,
|
| 137 |
+
"rotation_radians": 3.142618032019326,
|
| 138 |
+
"x": -0.7787639450701368,
|
| 139 |
+
"y": 3.530655998408874
|
| 140 |
+
},
|
| 141 |
+
{
|
| 142 |
+
"id": 15,
|
| 143 |
+
"rotation_radians": 1.8664091237859346,
|
| 144 |
+
"x": 1.21731519917015,
|
| 145 |
+
"y": 3.4044534549230945
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"id": 16,
|
| 149 |
+
"rotation_radians": 2.5575710726294507,
|
| 150 |
+
"x": 2.8408646498513126,
|
| 151 |
+
"y": 2.236398327532111
|
| 152 |
+
}
|
| 153 |
+
],
|
| 154 |
+
"problem": "16 equal items for Circles in Circles",
|
| 155 |
+
"setup": "cirincir",
|
| 156 |
+
"source_image": "https://erich-friedman.github.io/packing/cirincir/ccc16.gif",
|
| 157 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/"
|
| 158 |
+
}
|
data/solutions/generated/cirincir_017_68c41c427924b99a.json
ADDED
|
@@ -0,0 +1,164 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirincir@17",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "4.792+",
|
| 5 |
+
"friedman_displayed_metric": 4.792
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"radius": 4.792169605441505,
|
| 9 |
+
"type": "circle"
|
| 10 |
+
},
|
| 11 |
+
"friedman_reference": {
|
| 12 |
+
"analytical_or_proved": false,
|
| 13 |
+
"case": "cirincir@17",
|
| 14 |
+
"credit": "Reis",
|
| 15 |
+
"date": "1975",
|
| 16 |
+
"family_updated": "",
|
| 17 |
+
"metric_expression": "4.792+",
|
| 18 |
+
"metric_symbol": "r",
|
| 19 |
+
"metric_value": 4.792,
|
| 20 |
+
"reference_text": "r = 4.792+ | Found by Reis in 1975.",
|
| 21 |
+
"source_image": "ccc17.gif",
|
| 22 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc17.gif",
|
| 23 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 24 |
+
"title": "Circles in Circles"
|
| 25 |
+
},
|
| 26 |
+
"item": {
|
| 27 |
+
"radius": 1.0,
|
| 28 |
+
"type": "circle"
|
| 29 |
+
},
|
| 30 |
+
"metadata": {
|
| 31 |
+
"certification_slack": 1.000040000600004,
|
| 32 |
+
"friedman_reference": {
|
| 33 |
+
"analytical_or_proved": false,
|
| 34 |
+
"case": "cirincir@17",
|
| 35 |
+
"credit": "Reis",
|
| 36 |
+
"date": "1975",
|
| 37 |
+
"family_updated": "",
|
| 38 |
+
"metric_expression": "4.792+",
|
| 39 |
+
"metric_symbol": "r",
|
| 40 |
+
"metric_value": 4.792,
|
| 41 |
+
"reference_text": "r = 4.792+ | Found by Reis in 1975.",
|
| 42 |
+
"source_image": "ccc17.gif",
|
| 43 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc17.gif",
|
| 44 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 45 |
+
"title": "Circles in Circles"
|
| 46 |
+
},
|
| 47 |
+
"generator": "coordinate_reconstruction",
|
| 48 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 49 |
+
"leaderboard_status": "current_best_coordinate",
|
| 50 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 51 |
+
"profile": "sa",
|
| 52 |
+
"source_url": "https://erich-friedman.github.io/packing/cirincir/",
|
| 53 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 54 |
+
"submitted_by": "Reis"
|
| 55 |
+
},
|
| 56 |
+
"placements": [
|
| 57 |
+
{
|
| 58 |
+
"id": 1,
|
| 59 |
+
"rotation_radians": 4.1320499632198135,
|
| 60 |
+
"x": -3.3914603584637177,
|
| 61 |
+
"y": -1.696609433610066
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"id": 2,
|
| 65 |
+
"rotation_radians": 2.4264575017673997,
|
| 66 |
+
"x": -2.0565877436904754,
|
| 67 |
+
"y": -3.1860399719649495
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"id": 3,
|
| 71 |
+
"rotation_radians": 2.6719106591842454,
|
| 72 |
+
"x": 0.5865020402470782,
|
| 73 |
+
"y": -3.7465152355764717
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": 4,
|
| 77 |
+
"rotation_radians": 2.4493585067579646,
|
| 78 |
+
"x": 1.5708934265301588,
|
| 79 |
+
"y": -2.0054648285606453
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"id": 5,
|
| 83 |
+
"rotation_radians": 3.1341258244969112,
|
| 84 |
+
"x": 3.497030506284943,
|
| 85 |
+
"y": -1.4666800587751558
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"id": 6,
|
| 89 |
+
"rotation_radians": 2.8978073613509934,
|
| 90 |
+
"x": -3.7709754376644775,
|
| 91 |
+
"y": 0.4000878519532269
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"id": 7,
|
| 95 |
+
"rotation_radians": 2.683536095942546,
|
| 96 |
+
"x": -1.9155899294683902,
|
| 97 |
+
"y": -0.34678891632010633
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"id": 8,
|
| 101 |
+
"rotation_radians": 2.481691002140826,
|
| 102 |
+
"x": -0.4291001006502544,
|
| 103 |
+
"y": -2.0234900406615783
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"id": 9,
|
| 107 |
+
"rotation_radians": 6.455327079765361,
|
| 108 |
+
"x": 2.0673680910516175,
|
| 109 |
+
"y": -0.06798768757494665
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"id": 10,
|
| 113 |
+
"rotation_radians": 6.095190824579961,
|
| 114 |
+
"x": 3.585851672196792,
|
| 115 |
+
"y": 1.2337225698820444
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"id": 11,
|
| 119 |
+
"rotation_radians": 2.259321370741129,
|
| 120 |
+
"x": -3.0429219409183346,
|
| 121 |
+
"y": 2.262949005726399
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"id": 12,
|
| 125 |
+
"rotation_radians": 0.5638936681366671,
|
| 126 |
+
"x": -1.1875400186462277,
|
| 127 |
+
"y": 1.516059222302217
|
| 128 |
+
},
|
| 129 |
+
{
|
| 130 |
+
"id": 13,
|
| 131 |
+
"rotation_radians": 5.102175530048599,
|
| 132 |
+
"x": 0.06739306707195733,
|
| 133 |
+
"y": -0.0860354100012472
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"id": 14,
|
| 137 |
+
"rotation_radians": 6.361829698798765,
|
| 138 |
+
"x": 0.795458428824438,
|
| 139 |
+
"y": 1.7767936237402218
|
| 140 |
+
},
|
| 141 |
+
{
|
| 142 |
+
"id": 15,
|
| 143 |
+
"rotation_radians": 1.2419646743771422,
|
| 144 |
+
"x": 2.459450061147298,
|
| 145 |
+
"y": 2.886448626712483
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"id": 16,
|
| 149 |
+
"rotation_radians": 1.5189398409796244,
|
| 150 |
+
"x": -1.4683520118725422,
|
| 151 |
+
"y": 3.4963198984235335
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"id": 17,
|
| 155 |
+
"rotation_radians": 0.673643573434146,
|
| 156 |
+
"x": 0.5146577664722759,
|
| 157 |
+
"y": 3.757053282913153
|
| 158 |
+
}
|
| 159 |
+
],
|
| 160 |
+
"problem": "17 equal items for Circles in Circles",
|
| 161 |
+
"setup": "cirincir",
|
| 162 |
+
"source_image": "https://erich-friedman.github.io/packing/cirincir/ccc17.gif",
|
| 163 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/"
|
| 164 |
+
}
|
data/solutions/generated/cirincir_018_6acc78721c0b4ca1.json
ADDED
|
@@ -0,0 +1,170 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirincir@18",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "1 + \u221a2 + \u221a6 = 4.863+",
|
| 5 |
+
"friedman_displayed_metric": 4.863
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"radius": 4.863804343250862,
|
| 9 |
+
"type": "circle"
|
| 10 |
+
},
|
| 11 |
+
"friedman_reference": {
|
| 12 |
+
"analytical_or_proved": true,
|
| 13 |
+
"case": "cirincir@18",
|
| 14 |
+
"credit": "Kravitz",
|
| 15 |
+
"date": "1967",
|
| 16 |
+
"family_updated": "",
|
| 17 |
+
"metric_expression": "1 + \u221a2 + \u221a6 = 4.863+",
|
| 18 |
+
"metric_symbol": "r",
|
| 19 |
+
"metric_value": 4.863,
|
| 20 |
+
"reference_text": "r = 1 + \u221a2 + \u221a6 = 4.863+ | Found by Kravitz in 1967.",
|
| 21 |
+
"source_image": "ccc18.gif",
|
| 22 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc18.gif",
|
| 23 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 24 |
+
"title": "Circles in Circles"
|
| 25 |
+
},
|
| 26 |
+
"item": {
|
| 27 |
+
"radius": 1.0,
|
| 28 |
+
"type": "circle"
|
| 29 |
+
},
|
| 30 |
+
"metadata": {
|
| 31 |
+
"certification_slack": 1.000030000300001,
|
| 32 |
+
"friedman_reference": {
|
| 33 |
+
"analytical_or_proved": true,
|
| 34 |
+
"case": "cirincir@18",
|
| 35 |
+
"credit": "Kravitz",
|
| 36 |
+
"date": "1967",
|
| 37 |
+
"family_updated": "",
|
| 38 |
+
"metric_expression": "1 + \u221a2 + \u221a6 = 4.863+",
|
| 39 |
+
"metric_symbol": "r",
|
| 40 |
+
"metric_value": 4.863,
|
| 41 |
+
"reference_text": "r = 1 + \u221a2 + \u221a6 = 4.863+ | Found by Kravitz in 1967.",
|
| 42 |
+
"source_image": "ccc18.gif",
|
| 43 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc18.gif",
|
| 44 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 45 |
+
"title": "Circles in Circles"
|
| 46 |
+
},
|
| 47 |
+
"generator": "coordinate_reconstruction",
|
| 48 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 49 |
+
"leaderboard_status": "current_best_coordinate",
|
| 50 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 51 |
+
"profile": "cg",
|
| 52 |
+
"source_url": "https://erich-friedman.github.io/packing/cirincir/",
|
| 53 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 54 |
+
"submitted_by": "Kravitz"
|
| 55 |
+
},
|
| 56 |
+
"placements": [
|
| 57 |
+
{
|
| 58 |
+
"id": 1,
|
| 59 |
+
"rotation_radians": 2.619204337191144,
|
| 60 |
+
"x": -3.10011314321419,
|
| 61 |
+
"y": -2.3061160572520634
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"id": 2,
|
| 65 |
+
"rotation_radians": 0.5019519325635058,
|
| 66 |
+
"x": -1.5317140687470847,
|
| 67 |
+
"y": -3.5472139014531683
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"id": 3,
|
| 71 |
+
"rotation_radians": 5.988578356074496,
|
| 72 |
+
"x": 0.4471085217040962,
|
| 73 |
+
"y": -3.8378337504482807
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": 4,
|
| 77 |
+
"rotation_radians": 4.209308612212532,
|
| 78 |
+
"x": 2.3061226794750835,
|
| 79 |
+
"y": -3.10010522014233
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"id": 5,
|
| 83 |
+
"rotation_radians": 2.32740384017683,
|
| 84 |
+
"x": 3.54721975242009,
|
| 85 |
+
"y": -1.5317187523290872
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"id": 6,
|
| 89 |
+
"rotation_radians": 1.6151890558478414,
|
| 90 |
+
"x": -3.8378359427774664,
|
| 91 |
+
"y": -0.44708466726804935
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"id": 7,
|
| 95 |
+
"rotation_radians": 0.3867951033471394,
|
| 96 |
+
"x": -1.8590146311014022,
|
| 97 |
+
"y": -0.7377161743152488
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"id": 8,
|
| 101 |
+
"rotation_radians": 4.101986517657223,
|
| 102 |
+
"x": -0.2906093500721662,
|
| 103 |
+
"y": -1.9788174289611007
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"id": 9,
|
| 107 |
+
"rotation_radians": 6.4477594298691745,
|
| 108 |
+
"x": 1.5684126891592307,
|
| 109 |
+
"y": -1.2410734083767396
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"id": 10,
|
| 113 |
+
"rotation_radians": 1.0403623008388174,
|
| 114 |
+
"x": 3.837832052816961,
|
| 115 |
+
"y": 0.4470939846512448
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"id": 11,
|
| 119 |
+
"rotation_radians": 3.5427402550366907,
|
| 120 |
+
"x": -3.547204329369655,
|
| 121 |
+
"y": 1.5317382926500427
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"id": 12,
|
| 125 |
+
"rotation_radians": 4.943128889719113,
|
| 126 |
+
"x": -1.5683851708703807,
|
| 127 |
+
"y": 1.2411032895578449
|
| 128 |
+
},
|
| 129 |
+
{
|
| 130 |
+
"id": 13,
|
| 131 |
+
"rotation_radians": 4.75625576403205,
|
| 132 |
+
"x": 4.4445109988295805e-06,
|
| 133 |
+
"y": 9.374228721893911e-06
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"id": 14,
|
| 137 |
+
"rotation_radians": 3.517562913431506,
|
| 138 |
+
"x": 1.241126902528764,
|
| 139 |
+
"y": 1.5683745576515853
|
| 140 |
+
},
|
| 141 |
+
{
|
| 142 |
+
"id": 15,
|
| 143 |
+
"rotation_radians": 1.731482391309321,
|
| 144 |
+
"x": 3.1001336929621255,
|
| 145 |
+
"y": 2.3061116259656957
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"id": 16,
|
| 149 |
+
"rotation_radians": 3.1396434900594765,
|
| 150 |
+
"x": -2.3060818209696166,
|
| 151 |
+
"y": 3.1001417036299883
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"id": 17,
|
| 155 |
+
"rotation_radians": 3.7441739519368915,
|
| 156 |
+
"x": -0.32726605947199267,
|
| 157 |
+
"y": 2.8094853940160998
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"id": 18,
|
| 161 |
+
"rotation_radians": 1.7026738083779178,
|
| 162 |
+
"x": 1.531744000609062,
|
| 163 |
+
"y": 3.5472069714282215
|
| 164 |
+
}
|
| 165 |
+
],
|
| 166 |
+
"problem": "18 equal items for Circles in Circles",
|
| 167 |
+
"setup": "cirincir",
|
| 168 |
+
"source_image": "https://erich-friedman.github.io/packing/cirincir/ccc18.gif",
|
| 169 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/"
|
| 170 |
+
}
|
data/solutions/generated/cirincir_019_8325b5bff319f74f.json
ADDED
|
@@ -0,0 +1,176 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirincir@19",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "1 + \u221a2 + \u221a6 = 4.863+",
|
| 5 |
+
"friedman_displayed_metric": 4.863
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"radius": 4.863807174158005,
|
| 9 |
+
"type": "circle"
|
| 10 |
+
},
|
| 11 |
+
"friedman_reference": {
|
| 12 |
+
"analytical_or_proved": true,
|
| 13 |
+
"case": "cirincir@19",
|
| 14 |
+
"credit": "F. Fodor",
|
| 15 |
+
"date": "1999",
|
| 16 |
+
"family_updated": "",
|
| 17 |
+
"metric_expression": "1 + \u221a2 + \u221a6 = 4.863+",
|
| 18 |
+
"metric_symbol": "r",
|
| 19 |
+
"metric_value": 4.863,
|
| 20 |
+
"reference_text": "r = 1 + \u221a2 + \u221a6 = 4.863+ | Proved by F. Fodor in 1999.",
|
| 21 |
+
"source_image": "ccc19.gif",
|
| 22 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc19.gif",
|
| 23 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 24 |
+
"title": "Circles in Circles"
|
| 25 |
+
},
|
| 26 |
+
"item": {
|
| 27 |
+
"radius": 1.0,
|
| 28 |
+
"type": "circle"
|
| 29 |
+
},
|
| 30 |
+
"metadata": {
|
| 31 |
+
"certification_slack": 1.000030000300001,
|
| 32 |
+
"friedman_reference": {
|
| 33 |
+
"analytical_or_proved": true,
|
| 34 |
+
"case": "cirincir@19",
|
| 35 |
+
"credit": "F. Fodor",
|
| 36 |
+
"date": "1999",
|
| 37 |
+
"family_updated": "",
|
| 38 |
+
"metric_expression": "1 + \u221a2 + \u221a6 = 4.863+",
|
| 39 |
+
"metric_symbol": "r",
|
| 40 |
+
"metric_value": 4.863,
|
| 41 |
+
"reference_text": "r = 1 + \u221a2 + \u221a6 = 4.863+ | Proved by F. Fodor in 1999.",
|
| 42 |
+
"source_image": "ccc19.gif",
|
| 43 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc19.gif",
|
| 44 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 45 |
+
"title": "Circles in Circles"
|
| 46 |
+
},
|
| 47 |
+
"generator": "coordinate_reconstruction",
|
| 48 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 49 |
+
"leaderboard_status": "current_best_coordinate",
|
| 50 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 51 |
+
"profile": "sa",
|
| 52 |
+
"source_url": "https://erich-friedman.github.io/packing/cirincir/",
|
| 53 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 54 |
+
"submitted_by": "F. Fodor"
|
| 55 |
+
},
|
| 56 |
+
"placements": [
|
| 57 |
+
{
|
| 58 |
+
"id": 1,
|
| 59 |
+
"rotation_radians": 0.0,
|
| 60 |
+
"x": -2.5767819131891816,
|
| 61 |
+
"y": -2.879079912246101
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"id": 2,
|
| 65 |
+
"rotation_radians": 0.0,
|
| 66 |
+
"x": -0.7920157094129436,
|
| 67 |
+
"y": -3.7817456807125533
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"id": 3,
|
| 71 |
+
"rotation_radians": 0.0,
|
| 72 |
+
"x": 0.11064746894968172,
|
| 73 |
+
"y": -1.996984237140714
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": 4,
|
| 77 |
+
"rotation_radians": 0.0,
|
| 78 |
+
"x": 1.2049651607910592,
|
| 79 |
+
"y": -3.671095256077364
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"id": 5,
|
| 83 |
+
"rotation_radians": 0.0,
|
| 84 |
+
"x": 2.879080108587595,
|
| 85 |
+
"y": -2.5767781033738517
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"id": 6,
|
| 89 |
+
"rotation_radians": 0.0,
|
| 90 |
+
"x": -3.671101899891149,
|
| 91 |
+
"y": -1.2049580823985107
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"id": 7,
|
| 95 |
+
"rotation_radians": 0.0,
|
| 96 |
+
"x": -1.6741143711731892,
|
| 97 |
+
"y": -1.094311374933111
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"id": 8,
|
| 101 |
+
"rotation_radians": 0.0,
|
| 102 |
+
"x": 1.0423236435315181e-06,
|
| 103 |
+
"y": 1.7361433322911511e-06
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"id": 9,
|
| 107 |
+
"rotation_radians": 0.0,
|
| 108 |
+
"x": 1.784762495490269,
|
| 109 |
+
"y": -0.9026661910343177
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"id": 10,
|
| 113 |
+
"rotation_radians": 0.0,
|
| 114 |
+
"x": 3.7817481818778935,
|
| 115 |
+
"y": -0.7920101581931822
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"id": 11,
|
| 119 |
+
"rotation_radians": 0.0,
|
| 120 |
+
"x": -3.7817481027193764,
|
| 121 |
+
"y": 0.7920291924847976
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"id": 12,
|
| 125 |
+
"rotation_radians": 0.0,
|
| 126 |
+
"x": -1.7847665521316125,
|
| 127 |
+
"y": 0.9026747705143938
|
| 128 |
+
},
|
| 129 |
+
{
|
| 130 |
+
"id": 13,
|
| 131 |
+
"rotation_radians": 0.0,
|
| 132 |
+
"x": -0.11065362528787018,
|
| 133 |
+
"y": 1.996988742441435
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"id": 14,
|
| 137 |
+
"rotation_radians": 0.0,
|
| 138 |
+
"x": 1.6741135036069539,
|
| 139 |
+
"y": 1.0943214763703566
|
| 140 |
+
},
|
| 141 |
+
{
|
| 142 |
+
"id": 15,
|
| 143 |
+
"rotation_radians": 0.0,
|
| 144 |
+
"x": 3.671098319960407,
|
| 145 |
+
"y": 1.2049752482020573
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"id": 16,
|
| 149 |
+
"rotation_radians": 0.0,
|
| 150 |
+
"x": -2.8790734195332583,
|
| 151 |
+
"y": 2.5767860055449887
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"id": 17,
|
| 155 |
+
"rotation_radians": 0.0,
|
| 156 |
+
"x": -1.2049612283524684,
|
| 157 |
+
"y": 3.6711019910338547
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"id": 18,
|
| 161 |
+
"rotation_radians": 0.0,
|
| 162 |
+
"x": 0.7920151337647776,
|
| 163 |
+
"y": 3.7817528699651257
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"id": 19,
|
| 167 |
+
"rotation_radians": 0.0,
|
| 168 |
+
"x": 2.5767767984101346,
|
| 169 |
+
"y": 2.879085866383976
|
| 170 |
+
}
|
| 171 |
+
],
|
| 172 |
+
"problem": "19 equal items for Circles in Circles",
|
| 173 |
+
"setup": "cirincir",
|
| 174 |
+
"source_image": "https://erich-friedman.github.io/packing/cirincir/ccc19.gif",
|
| 175 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/"
|
| 176 |
+
}
|
data/solutions/generated/cirincir_020_f0718319f5a05220.json
ADDED
|
@@ -0,0 +1,182 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirincir@20",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "5.122+",
|
| 5 |
+
"friedman_displayed_metric": 5.122
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"radius": 5.122422626807949,
|
| 9 |
+
"type": "circle"
|
| 10 |
+
},
|
| 11 |
+
"friedman_reference": {
|
| 12 |
+
"analytical_or_proved": false,
|
| 13 |
+
"case": "cirincir@20",
|
| 14 |
+
"credit": "Goldberg",
|
| 15 |
+
"date": "1971",
|
| 16 |
+
"family_updated": "",
|
| 17 |
+
"metric_expression": "5.122+",
|
| 18 |
+
"metric_symbol": "r",
|
| 19 |
+
"metric_value": 5.122,
|
| 20 |
+
"reference_text": "r = 5.122+ | Found by Goldberg in 1971.",
|
| 21 |
+
"source_image": "ccc20.gif",
|
| 22 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc20.gif",
|
| 23 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 24 |
+
"title": "Circles in Circles"
|
| 25 |
+
},
|
| 26 |
+
"item": {
|
| 27 |
+
"radius": 1.0,
|
| 28 |
+
"type": "circle"
|
| 29 |
+
},
|
| 30 |
+
"metadata": {
|
| 31 |
+
"certification_slack": 1.000030000300001,
|
| 32 |
+
"friedman_reference": {
|
| 33 |
+
"analytical_or_proved": false,
|
| 34 |
+
"case": "cirincir@20",
|
| 35 |
+
"credit": "Goldberg",
|
| 36 |
+
"date": "1971",
|
| 37 |
+
"family_updated": "",
|
| 38 |
+
"metric_expression": "5.122+",
|
| 39 |
+
"metric_symbol": "r",
|
| 40 |
+
"metric_value": 5.122,
|
| 41 |
+
"reference_text": "r = 5.122+ | Found by Goldberg in 1971.",
|
| 42 |
+
"source_image": "ccc20.gif",
|
| 43 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc20.gif",
|
| 44 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 45 |
+
"title": "Circles in Circles"
|
| 46 |
+
},
|
| 47 |
+
"generator": "coordinate_reconstruction",
|
| 48 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 49 |
+
"leaderboard_status": "current_best_coordinate",
|
| 50 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 51 |
+
"profile": "cg",
|
| 52 |
+
"source_url": "https://erich-friedman.github.io/packing/cirincir/",
|
| 53 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 54 |
+
"submitted_by": "Goldberg"
|
| 55 |
+
},
|
| 56 |
+
"placements": [
|
| 57 |
+
{
|
| 58 |
+
"id": 1,
|
| 59 |
+
"rotation_radians": -0.06887001045688236,
|
| 60 |
+
"x": -2.7540370304775257,
|
| 61 |
+
"y": -3.067497194319334
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"id": 2,
|
| 65 |
+
"rotation_radians": 4.443835510619634,
|
| 66 |
+
"x": -0.9861284676074148,
|
| 67 |
+
"y": -4.0027286766775205
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"id": 3,
|
| 71 |
+
"rotation_radians": 3.304170150539047,
|
| 72 |
+
"x": -0.05083967881455565,
|
| 73 |
+
"y": -2.2348385960092902
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"id": 4,
|
| 77 |
+
"rotation_radians": 6.156435601718035,
|
| 78 |
+
"x": 1.0139009568784854,
|
| 79 |
+
"y": -3.9957726521142183
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"id": 5,
|
| 83 |
+
"rotation_radians": 4.932050447724145,
|
| 84 |
+
"x": 2.775281547173684,
|
| 85 |
+
"y": -3.0482983529705208
|
| 86 |
+
},
|
| 87 |
+
{
|
| 88 |
+
"id": 6,
|
| 89 |
+
"rotation_radians": 5.063811942457424,
|
| 90 |
+
"x": -3.8736878185458172,
|
| 91 |
+
"y": -1.4102272906807423
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"id": 7,
|
| 95 |
+
"rotation_radians": 3.4340542577388273,
|
| 96 |
+
"x": -1.8187599661915754,
|
| 97 |
+
"y": -1.2995981767221878
|
| 98 |
+
},
|
| 99 |
+
{
|
| 100 |
+
"id": 8,
|
| 101 |
+
"rotation_radians": 3.8167853720718408,
|
| 102 |
+
"x": 0.03655453077142027,
|
| 103 |
+
"y": -0.23668838098225195
|
| 104 |
+
},
|
| 105 |
+
{
|
| 106 |
+
"id": 9,
|
| 107 |
+
"rotation_radians": 2.6661983254815094,
|
| 108 |
+
"x": 1.7372268791180883,
|
| 109 |
+
"y": -1.338730925810945
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"id": 10,
|
| 113 |
+
"rotation_radians": 5.147700061464448,
|
| 114 |
+
"x": 3.883388880991557,
|
| 115 |
+
"y": -1.3832828169577045
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"id": 11,
|
| 119 |
+
"rotation_radians": 1.6239521143911027,
|
| 120 |
+
"x": -4.081551113538968,
|
| 121 |
+
"y": 0.5789823471898708
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"id": 12,
|
| 125 |
+
"rotation_radians": 4.788836556730196,
|
| 126 |
+
"x": -2.084195330534861,
|
| 127 |
+
"y": 0.6827618178654932
|
| 128 |
+
},
|
| 129 |
+
{
|
| 130 |
+
"id": 13,
|
| 131 |
+
"rotation_radians": 0.40448330634827756,
|
| 132 |
+
"x": -0.6464520039977862,
|
| 133 |
+
"y": 2.073113868647903
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"id": 14,
|
| 137 |
+
"rotation_radians": 1.9521740985712233,
|
| 138 |
+
"x": 2.077532987326301,
|
| 139 |
+
"y": 0.6321470395657008
|
| 140 |
+
},
|
| 141 |
+
{
|
| 142 |
+
"id": 15,
|
| 143 |
+
"rotation_radians": 2.0817265552958197,
|
| 144 |
+
"x": 4.07742827273042,
|
| 145 |
+
"y": 0.607327291681712
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"id": 16,
|
| 149 |
+
"rotation_radians": 2.3686497318476234,
|
| 150 |
+
"x": -3.328665431295852,
|
| 151 |
+
"y": 2.4319082715307525
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"id": 17,
|
| 155 |
+
"rotation_radians": 1.3168259841767753,
|
| 156 |
+
"x": -1.792278655159194,
|
| 157 |
+
"y": 3.712409725361867
|
| 158 |
+
},
|
| 159 |
+
{
|
| 160 |
+
"id": 18,
|
| 161 |
+
"rotation_radians": 2.8569722607665446,
|
| 162 |
+
"x": 0.16598513157280884,
|
| 163 |
+
"y": 4.119075181983351
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"id": 19,
|
| 167 |
+
"rotation_radians": 4.958631180549401,
|
| 168 |
+
"x": 1.3118114373171361,
|
| 169 |
+
"y": 2.479800755076375
|
| 170 |
+
},
|
| 171 |
+
{
|
| 172 |
+
"id": 20,
|
| 173 |
+
"rotation_radians": 3.3167624129180617,
|
| 174 |
+
"x": 3.311695266736384,
|
| 175 |
+
"y": 2.4549858855373747
|
| 176 |
+
}
|
| 177 |
+
],
|
| 178 |
+
"problem": "20 equal items for Circles in Circles",
|
| 179 |
+
"setup": "cirincir",
|
| 180 |
+
"source_image": "https://erich-friedman.github.io/packing/cirincir/ccc20.gif",
|
| 181 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/"
|
| 182 |
+
}
|
data/solutions/generated/cirincir_10_be14c55679a54b28.json
ADDED
|
@@ -0,0 +1,118 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirincir@10",
|
| 3 |
+
"container": {
|
| 4 |
+
"radius": 3.813115539124243,
|
| 5 |
+
"type": "circle"
|
| 6 |
+
},
|
| 7 |
+
"friedman_reference": {
|
| 8 |
+
"analytical_or_proved": true,
|
| 9 |
+
"case": "cirincir@10",
|
| 10 |
+
"credit": "Pirl",
|
| 11 |
+
"date": "1969",
|
| 12 |
+
"family_updated": "",
|
| 13 |
+
"metric_expression": "3.813+",
|
| 14 |
+
"metric_symbol": "r",
|
| 15 |
+
"metric_value": 3.813,
|
| 16 |
+
"reference_text": "r = 3.813+ | Proved by Pirl in 1969.",
|
| 17 |
+
"source_image": "ccc10.gif",
|
| 18 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc10.gif",
|
| 19 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 20 |
+
"title": "Circles in Circles"
|
| 21 |
+
},
|
| 22 |
+
"item": {
|
| 23 |
+
"radius": 1.0,
|
| 24 |
+
"type": "circle"
|
| 25 |
+
},
|
| 26 |
+
"metadata": {
|
| 27 |
+
"certification_slack": 1.000040000600004,
|
| 28 |
+
"friedman_reference": {
|
| 29 |
+
"analytical_or_proved": true,
|
| 30 |
+
"case": "cirincir@10",
|
| 31 |
+
"credit": "Pirl",
|
| 32 |
+
"date": "1969",
|
| 33 |
+
"family_updated": "",
|
| 34 |
+
"metric_expression": "3.813+",
|
| 35 |
+
"metric_symbol": "r",
|
| 36 |
+
"metric_value": 3.813,
|
| 37 |
+
"reference_text": "r = 3.813+ | Proved by Pirl in 1969.",
|
| 38 |
+
"source_image": "ccc10.gif",
|
| 39 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirincir/ccc10.gif",
|
| 40 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/",
|
| 41 |
+
"title": "Circles in Circles"
|
| 42 |
+
},
|
| 43 |
+
"generator": "friedman_image_seed",
|
| 44 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 45 |
+
"image_seed_transform_error": 0.06260662900137194,
|
| 46 |
+
"leaderboard_status": "current_best_coordinate",
|
| 47 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 48 |
+
"source_url": "https://erich-friedman.github.io/packing/cirincir/",
|
| 49 |
+
"submitted_at": "2026-05-01T02:08:58+00:00",
|
| 50 |
+
"submitted_by": "Pirl"
|
| 51 |
+
},
|
| 52 |
+
"placements": [
|
| 53 |
+
{
|
| 54 |
+
"id": 1,
|
| 55 |
+
"rotation_radians": 4.250841583787497,
|
| 56 |
+
"x": -1.5495894413068694,
|
| 57 |
+
"y": 2.347809976552831
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"id": 2,
|
| 61 |
+
"rotation_radians": 1.2049245946973615,
|
| 62 |
+
"x": 2.475977848974938,
|
| 63 |
+
"y": -1.3352782482689725
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"id": 3,
|
| 67 |
+
"rotation_radians": 3.324535391146819,
|
| 68 |
+
"x": 0.9628155378992221,
|
| 69 |
+
"y": -2.6431837470626016
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"id": 4,
|
| 73 |
+
"rotation_radians": 2.235924865008793,
|
| 74 |
+
"x": -2.7181525310229597,
|
| 75 |
+
"y": 0.724620859045127
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"id": 5,
|
| 79 |
+
"rotation_radians": 5.015462004334633,
|
| 80 |
+
"x": 0.4022919298430151,
|
| 81 |
+
"y": 2.7841965332540686
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"id": 6,
|
| 85 |
+
"rotation_radians": 0.28911623382725804,
|
| 86 |
+
"x": -1.0370560344683115,
|
| 87 |
+
"y": -2.614970847945628
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"id": 7,
|
| 91 |
+
"rotation_radians": 0.652847074253164,
|
| 92 |
+
"x": 2.7375524795110038,
|
| 93 |
+
"y": 0.6476129213608892
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"id": 8,
|
| 97 |
+
"rotation_radians": 2.753751059344826,
|
| 98 |
+
"x": 0.7444079617997427,
|
| 99 |
+
"y": 0.813627221395956
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"id": 9,
|
| 103 |
+
"rotation_radians": 5.720342076194702,
|
| 104 |
+
"x": -0.6056692970283514,
|
| 105 |
+
"y": -0.6619913272422999
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"id": 10,
|
| 109 |
+
"rotation_radians": 2.794472784545188,
|
| 110 |
+
"x": -2.512698883945597,
|
| 111 |
+
"y": -1.2648690591199467
|
| 112 |
+
}
|
| 113 |
+
],
|
| 114 |
+
"problem": "10 equal items for Circles in Circles",
|
| 115 |
+
"setup": "cirincir",
|
| 116 |
+
"source_image": "https://erich-friedman.github.io/packing/cirincir/ccc10.gif",
|
| 117 |
+
"source_page": "https://erich-friedman.github.io/packing/cirincir/"
|
| 118 |
+
}
|
data/solutions/generated/cirinhex_001_37d86bed2252b572.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@1",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "2/\u221a3 = 1.154+",
|
| 5 |
+
"friedman_displayed_metric": 1.154
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 1.1547129204441555,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 1.1547129204441553,
|
| 11 |
+
"sides": 6,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": true,
|
| 16 |
+
"case": "cirinhex@1",
|
| 17 |
+
"credit": "Trivial",
|
| 18 |
+
"date": "",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "2/\u221a3 = 1.154+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 1.154,
|
| 23 |
+
"reference_text": "s = 2/\u221a3 = 1.154+ | Trivial.",
|
| 24 |
+
"source_image": "hc1.gif",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc1.gif",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 27 |
+
"title": "Circles in Hexagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.0000500010000102,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": true,
|
| 37 |
+
"case": "cirinhex@1",
|
| 38 |
+
"credit": "Trivial",
|
| 39 |
+
"date": "",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "2/\u221a3 = 1.154+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 1.154,
|
| 44 |
+
"reference_text": "s = 2/\u221a3 = 1.154+ | Trivial.",
|
| 45 |
+
"source_image": "hc1.gif",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc1.gif",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 48 |
+
"title": "Circles in Hexagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "sa",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "Trivial"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": 0.0,
|
| 63 |
+
"x": -3.3642843089735496e-06,
|
| 64 |
+
"y": 5.8286230715229394e-06
|
| 65 |
+
}
|
| 66 |
+
],
|
| 67 |
+
"problem": "1 equal items for Circles in Hexagons",
|
| 68 |
+
"setup": "cirinhex",
|
| 69 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc1.gif",
|
| 70 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 71 |
+
}
|
data/solutions/generated/cirinhex_002_4ba45a45587fd527.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@2",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "1 + 2/\u221a3 = 2.154+",
|
| 5 |
+
"friedman_displayed_metric": 2.154
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 2.154717337638839,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 2.1547173376388384,
|
| 11 |
+
"sides": 6,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": true,
|
| 16 |
+
"case": "cirinhex@2",
|
| 17 |
+
"credit": "Trivial",
|
| 18 |
+
"date": "",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "1 + 2/\u221a3 = 2.154+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 2.154,
|
| 23 |
+
"reference_text": "s = 1 + 2/\u221a3 = 2.154+ | Trivial.",
|
| 24 |
+
"source_image": "hc2.gif",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc2.gif",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 27 |
+
"title": "Circles in Hexagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.000040000600004,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": true,
|
| 37 |
+
"case": "cirinhex@2",
|
| 38 |
+
"credit": "Trivial",
|
| 39 |
+
"date": "",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "1 + 2/\u221a3 = 2.154+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 2.154,
|
| 44 |
+
"reference_text": "s = 1 + 2/\u221a3 = 2.154+ | Trivial.",
|
| 45 |
+
"source_image": "hc2.gif",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc2.gif",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 48 |
+
"title": "Circles in Hexagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "sa",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "Trivial"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": 2.523989452646143,
|
| 63 |
+
"x": -1.000006450069848,
|
| 64 |
+
"y": 8.853987435255486e-06
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 2,
|
| 68 |
+
"rotation_radians": 0.06931346388856387,
|
| 69 |
+
"x": 1.0000064500698516,
|
| 70 |
+
"y": 8.85398745435216e-06
|
| 71 |
+
}
|
| 72 |
+
],
|
| 73 |
+
"problem": "2 equal items for Circles in Hexagons",
|
| 74 |
+
"setup": "cirinhex",
|
| 75 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc2.gif",
|
| 76 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 77 |
+
}
|
data/solutions/generated/cirinhex_003_fa4a26f729d80904.json
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@3",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "4/\u221a3 = 2.309+",
|
| 5 |
+
"friedman_displayed_metric": 2.309
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 2.3094165045351462,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 2.309416504535146,
|
| 11 |
+
"sides": 6,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": true,
|
| 16 |
+
"case": "cirinhex@3",
|
| 17 |
+
"credit": "Trivial",
|
| 18 |
+
"date": "",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "4/\u221a3 = 2.309+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 2.309,
|
| 23 |
+
"reference_text": "s = 4/\u221a3 = 2.309+ | Trivial.",
|
| 24 |
+
"source_image": "hc3.gif",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc3.gif",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 27 |
+
"title": "Circles in Hexagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.000030000300001,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": true,
|
| 37 |
+
"case": "cirinhex@3",
|
| 38 |
+
"credit": "Trivial",
|
| 39 |
+
"date": "",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "4/\u221a3 = 2.309+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 2.309,
|
| 44 |
+
"reference_text": "s = 4/\u221a3 = 2.309+ | Trivial.",
|
| 45 |
+
"source_image": "hc3.gif",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc3.gif",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 48 |
+
"title": "Circles in Hexagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "sa",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "Trivial"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": 2.7714344980141687,
|
| 63 |
+
"x": -0.5773605964391968,
|
| 64 |
+
"y": -1.0000061615569955
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 2,
|
| 68 |
+
"rotation_radians": 2.3297843107726157,
|
| 69 |
+
"x": 1.1547110379633796,
|
| 70 |
+
"y": -5.862598425327664e-06
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"id": 3,
|
| 74 |
+
"rotation_radians": 1.4202046395216328,
|
| 75 |
+
"x": -0.5773504416254885,
|
| 76 |
+
"y": 1.0000120240541113
|
| 77 |
+
}
|
| 78 |
+
],
|
| 79 |
+
"problem": "3 equal items for Circles in Hexagons",
|
| 80 |
+
"setup": "cirinhex",
|
| 81 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc3.gif",
|
| 82 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 83 |
+
}
|
data/solutions/generated/cirinhex_004_4ea68db180a8d4c4.json
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@4",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "2/\u221a3 + 4/\u221a7 = 2.666+",
|
| 5 |
+
"friedman_displayed_metric": 2.666
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 2.666604151094754,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 2.6666041510947536,
|
| 11 |
+
"sides": 6,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": true,
|
| 16 |
+
"case": "cirinhex@4",
|
| 17 |
+
"credit": "Shahriar Manzoor",
|
| 18 |
+
"date": "April 2002",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "2/\u221a3 + 4/\u221a7 = 2.666+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 2.666,
|
| 23 |
+
"reference_text": "s = 2/\u221a3 + 4/\u221a7 = 2.666+ | Found by Shahriar Manzoor | in April 2002.",
|
| 24 |
+
"source_image": "hc4.gif",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc4.gif",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 27 |
+
"title": "Circles in Hexagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.000040000600004,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": true,
|
| 37 |
+
"case": "cirinhex@4",
|
| 38 |
+
"credit": "Shahriar Manzoor",
|
| 39 |
+
"date": "April 2002",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "2/\u221a3 + 4/\u221a7 = 2.666+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 2.666,
|
| 44 |
+
"reference_text": "s = 2/\u221a3 + 4/\u221a7 = 2.666+ | Found by Shahriar Manzoor | in April 2002.",
|
| 45 |
+
"source_image": "hc4.gif",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc4.gif",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 48 |
+
"title": "Circles in Hexagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "steepest",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "Shahriar Manzoor"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": 4.913920354826519,
|
| 63 |
+
"x": -0.7559377282330951,
|
| 64 |
+
"y": 1.3093368370487763
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 2,
|
| 68 |
+
"rotation_radians": 1.2350486872441646,
|
| 69 |
+
"x": 0.7559374079525333,
|
| 70 |
+
"y": -1.309336259503437
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"id": 3,
|
| 74 |
+
"rotation_radians": 4.88464061898282,
|
| 75 |
+
"x": 1.1339316077753712,
|
| 76 |
+
"y": 0.6546660375899639
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"id": 4,
|
| 80 |
+
"rotation_radians": 5.650804693041064,
|
| 81 |
+
"x": -1.133931166846577,
|
| 82 |
+
"y": -0.6546667842601672
|
| 83 |
+
}
|
| 84 |
+
],
|
| 85 |
+
"problem": "4 equal items for Circles in Hexagons",
|
| 86 |
+
"setup": "cirinhex",
|
| 87 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc4.gif",
|
| 88 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 89 |
+
}
|
data/solutions/generated/cirinhex_005_eb88c54ef20a6355.json
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@5",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "2.999+",
|
| 5 |
+
"friedman_displayed_metric": 2.999
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 2.999411672594878,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 2.9994116725948774,
|
| 11 |
+
"sides": 6,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": false,
|
| 16 |
+
"case": "cirinhex@5",
|
| 17 |
+
"credit": "Erich Friedman",
|
| 18 |
+
"date": "1999",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "2.999+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 2.999,
|
| 23 |
+
"reference_text": "s = 2.999+ | Found by Erich Friedman | in 1999.",
|
| 24 |
+
"source_image": "hc5.gif",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc5.gif",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 27 |
+
"title": "Circles in Hexagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.000040000600004,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": false,
|
| 37 |
+
"case": "cirinhex@5",
|
| 38 |
+
"credit": "Erich Friedman",
|
| 39 |
+
"date": "1999",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "2.999+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 2.999,
|
| 44 |
+
"reference_text": "s = 2.999+ | Found by Erich Friedman | in 1999.",
|
| 45 |
+
"source_image": "hc5.gif",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc5.gif",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 48 |
+
"title": "Circles in Hexagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "sa",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "Erich Friedman"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": 2.9855794555288115,
|
| 63 |
+
"x": -1.267343408793683,
|
| 64 |
+
"y": -0.9999992364252375
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 2,
|
| 68 |
+
"rotation_radians": 3.6854466510071515,
|
| 69 |
+
"x": 0.6413588226133865,
|
| 70 |
+
"y": -1.5975607589374838
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"id": 3,
|
| 74 |
+
"rotation_radians": 1.3680105147223782,
|
| 75 |
+
"x": 1.8446947581837059,
|
| 76 |
+
"y": -1.1228266052288168e-05
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"id": 4,
|
| 80 |
+
"rotation_radians": 5.679727207063267,
|
| 81 |
+
"x": -1.2673105470107882,
|
| 82 |
+
"y": 1.0000592201616798
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"id": 5,
|
| 86 |
+
"rotation_radians": 0.9733695316624005,
|
| 87 |
+
"x": 0.641407553155326,
|
| 88 |
+
"y": 1.597566441183687
|
| 89 |
+
}
|
| 90 |
+
],
|
| 91 |
+
"problem": "5 equal items for Circles in Hexagons",
|
| 92 |
+
"setup": "cirinhex",
|
| 93 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc5.gif",
|
| 94 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 95 |
+
}
|
data/solutions/generated/cirinhex_006_9b7724fab73c49c1.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@6",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "2 + 2/\u221a3 = 3.154+",
|
| 5 |
+
"friedman_displayed_metric": 3.154
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 3.154774248194912,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 3.1547742481949115,
|
| 11 |
+
"sides": 6,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": true,
|
| 16 |
+
"case": "cirinhex@6",
|
| 17 |
+
"credit": "Trivial",
|
| 18 |
+
"date": "",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "2 + 2/\u221a3 = 3.154+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 3.154,
|
| 23 |
+
"reference_text": "s = 2 + 2/\u221a3 = 3.154+ | Trivial. |",
|
| 24 |
+
"source_image": "hc6.gif",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc6.gif",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 27 |
+
"title": "Circles in Hexagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.000040000600004,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": true,
|
| 37 |
+
"case": "cirinhex@6",
|
| 38 |
+
"credit": "Trivial",
|
| 39 |
+
"date": "",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "2 + 2/\u221a3 = 3.154+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 3.154,
|
| 44 |
+
"reference_text": "s = 2 + 2/\u221a3 = 3.154+ | Trivial. |",
|
| 45 |
+
"source_image": "hc6.gif",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc6.gif",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 48 |
+
"title": "Circles in Hexagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "sa",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "Trivial"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": 0.2943068376938401,
|
| 63 |
+
"x": -2.0000542175592595,
|
| 64 |
+
"y": -2.434388357199348e-05
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 2,
|
| 68 |
+
"rotation_radians": 3.489350737838448,
|
| 69 |
+
"x": 1.0000116633911356,
|
| 70 |
+
"y": -1.7321093435163895
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"id": 3,
|
| 74 |
+
"rotation_radians": -0.004820447227597302,
|
| 75 |
+
"x": 2.0000533472422615,
|
| 76 |
+
"y": -8.855132703193272e-06
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"id": 4,
|
| 80 |
+
"rotation_radians": 0.2515430581427518,
|
| 81 |
+
"x": -1.000033363102193,
|
| 82 |
+
"y": 1.7320902265107787
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"id": 5,
|
| 86 |
+
"rotation_radians": 2.1251713193533788,
|
| 87 |
+
"x": -5.63827793453996e-06,
|
| 88 |
+
"y": -1.6381034914830075e-05
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": 6,
|
| 92 |
+
"rotation_radians": 2.1078016329665368,
|
| 93 |
+
"x": 1.0000255876284736,
|
| 94 |
+
"y": 1.7320931329244282
|
| 95 |
+
}
|
| 96 |
+
],
|
| 97 |
+
"problem": "6 equal items for Circles in Hexagons",
|
| 98 |
+
"setup": "cirinhex",
|
| 99 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc6.gif",
|
| 100 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 101 |
+
}
|
data/solutions/generated/cirinhex_007_7368090471750227.json
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@7",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "2 + 2/\u221a3 = 3.154+",
|
| 5 |
+
"friedman_displayed_metric": 3.154
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 3.1547526785063353,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 3.154752678506335,
|
| 11 |
+
"sides": 6,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": true,
|
| 16 |
+
"case": "cirinhex@7",
|
| 17 |
+
"credit": "Trivial",
|
| 18 |
+
"date": "",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "2 + 2/\u221a3 = 3.154+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 3.154,
|
| 23 |
+
"reference_text": "s = 2 + 2/\u221a3 = 3.154+ | Trivial. |",
|
| 24 |
+
"source_image": "hc7.gif",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc7.gif",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 27 |
+
"title": "Circles in Hexagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.000030000300001,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": true,
|
| 37 |
+
"case": "cirinhex@7",
|
| 38 |
+
"credit": "Trivial",
|
| 39 |
+
"date": "",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "2 + 2/\u221a3 = 3.154+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 3.154,
|
| 44 |
+
"reference_text": "s = 2 + 2/\u221a3 = 3.154+ | Trivial. |",
|
| 45 |
+
"source_image": "hc7.gif",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc7.gif",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 48 |
+
"title": "Circles in Hexagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "steepest",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "Trivial"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": -0.23322506594830267,
|
| 63 |
+
"x": -1.0000309000324779,
|
| 64 |
+
"y": -1.7320801817404443
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 2,
|
| 68 |
+
"rotation_radians": -0.045304852292609214,
|
| 69 |
+
"x": 1.0000097039055962,
|
| 70 |
+
"y": -1.7320929631920046
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"id": 3,
|
| 74 |
+
"rotation_radians": -0.25463607947563405,
|
| 75 |
+
"x": 2.000042262428875,
|
| 76 |
+
"y": -1.2974602376825998e-05
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"id": 4,
|
| 80 |
+
"rotation_radians": 0.20046369676565526,
|
| 81 |
+
"x": -2.0000412968186594,
|
| 82 |
+
"y": 1.176064020196015e-05
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"id": 5,
|
| 86 |
+
"rotation_radians": 0.0417618583579787,
|
| 87 |
+
"x": -5.888372798050501e-07,
|
| 88 |
+
"y": -1.9188932050271395e-06
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": 6,
|
| 92 |
+
"rotation_radians": 0.023035387174397022,
|
| 93 |
+
"x": 1.0000323094283496,
|
| 94 |
+
"y": 1.7320814401895983
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"id": 7,
|
| 98 |
+
"rotation_radians": 0.10517500977787747,
|
| 99 |
+
"x": -1.0000106658541326,
|
| 100 |
+
"y": 1.7320933724905183
|
| 101 |
+
}
|
| 102 |
+
],
|
| 103 |
+
"problem": "7 equal items for Circles in Hexagons",
|
| 104 |
+
"setup": "cirinhex",
|
| 105 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc7.gif",
|
| 106 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 107 |
+
}
|
data/solutions/generated/cirinhex_008_afebd04e4720460b.json
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@8",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "3.709+",
|
| 5 |
+
"friedman_displayed_metric": 3.709
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 3.709450333181874,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 3.7094503331818736,
|
| 11 |
+
"sides": 6,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": false,
|
| 16 |
+
"case": "cirinhex@8",
|
| 17 |
+
"credit": "David W. Cantrell",
|
| 18 |
+
"date": "July 2002",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "3.709+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 3.709,
|
| 23 |
+
"reference_text": "s = 3.709+ | Found by David W. Cantrell | in July 2002.",
|
| 24 |
+
"source_image": "hc8.gif",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc8.gif",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 27 |
+
"title": "Circles in Hexagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.000030000300001,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": false,
|
| 37 |
+
"case": "cirinhex@8",
|
| 38 |
+
"credit": "David W. Cantrell",
|
| 39 |
+
"date": "July 2002",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "3.709+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 3.709,
|
| 44 |
+
"reference_text": "s = 3.709+ | Found by David W. Cantrell | in July 2002.",
|
| 45 |
+
"source_image": "hc8.gif",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc8.gif",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 48 |
+
"title": "Circles in Hexagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "sa",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "David W. Cantrell"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": 3.367018875700228,
|
| 63 |
+
"x": -1.7226457757776057,
|
| 64 |
+
"y": -1.4412327535311795
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 2,
|
| 68 |
+
"rotation_radians": 4.850409331687075,
|
| 69 |
+
"x": 0.12269763243544175,
|
| 70 |
+
"y": -2.2124772246267894
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"id": 3,
|
| 74 |
+
"rotation_radians": 3.0099139191390254,
|
| 75 |
+
"x": 1.8547524268187494,
|
| 76 |
+
"y": -1.2124309644556657
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"id": 4,
|
| 80 |
+
"rotation_radians": 2.411106504172674,
|
| 81 |
+
"x": -2.277420820397278,
|
| 82 |
+
"y": 0.48031882573957607
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"id": 5,
|
| 86 |
+
"rotation_radians": 4.046799140966074,
|
| 87 |
+
"x": -0.10985306119838227,
|
| 88 |
+
"y": -0.14645322992931653
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": 6,
|
| 92 |
+
"rotation_radians": 2.802884848849016,
|
| 93 |
+
"x": 2.1094303917058035,
|
| 94 |
+
"y": 0.771309929499181
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"id": 7,
|
| 98 |
+
"rotation_radians": 2.447224413838566,
|
| 99 |
+
"x": -1.2773949642880942,
|
| 100 |
+
"y": 2.2124108779044818
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"id": 8,
|
| 104 |
+
"rotation_radians": 0.741586795760499,
|
| 105 |
+
"x": 0.72263301214482,
|
| 106 |
+
"y": 2.2124707635802228
|
| 107 |
+
}
|
| 108 |
+
],
|
| 109 |
+
"problem": "8 equal items for Circles in Hexagons",
|
| 110 |
+
"setup": "cirinhex",
|
| 111 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc8.gif",
|
| 112 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 113 |
+
}
|
data/solutions/generated/cirinhex_009_64b59a5605599f8e.json
ADDED
|
@@ -0,0 +1,119 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@9",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "20/7 + 2/\u221a3 = 4.011+",
|
| 5 |
+
"friedman_displayed_metric": 4.011
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 4.011901159340442,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 4.011901159340441,
|
| 11 |
+
"sides": 6,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": true,
|
| 16 |
+
"case": "cirinhex@9",
|
| 17 |
+
"credit": "David W. Cantrell",
|
| 18 |
+
"date": "July 2002",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "20/7 + 2/\u221a3 = 4.011+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 4.011,
|
| 23 |
+
"reference_text": "s = 20/7 + 2/\u221a3 = 4.011+ | Found by David W. Cantrell | in July 2002.",
|
| 24 |
+
"source_image": "hc9.gif",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc9.gif",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 27 |
+
"title": "Circles in Hexagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.000030000300001,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": true,
|
| 37 |
+
"case": "cirinhex@9",
|
| 38 |
+
"credit": "David W. Cantrell",
|
| 39 |
+
"date": "July 2002",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "20/7 + 2/\u221a3 = 4.011+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 4.011,
|
| 44 |
+
"reference_text": "s = 20/7 + 2/\u221a3 = 4.011+ | Found by David W. Cantrell | in July 2002.",
|
| 45 |
+
"source_image": "hc9.gif",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc9.gif",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 48 |
+
"title": "Circles in Hexagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "sa",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "David W. Cantrell"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": 0.0,
|
| 63 |
+
"x": -1.857168504318097,
|
| 64 |
+
"y": -1.732082720025819
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 2,
|
| 68 |
+
"rotation_radians": 0.0,
|
| 69 |
+
"x": 5.135473370559955e-06,
|
| 70 |
+
"y": -2.474399704160964
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"id": 3,
|
| 74 |
+
"rotation_radians": 0.0,
|
| 75 |
+
"x": 1.8571713461309614,
|
| 76 |
+
"y": -1.7320757933228896
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"id": 4,
|
| 80 |
+
"rotation_radians": 0.0,
|
| 81 |
+
"x": -2.8571824644529364,
|
| 82 |
+
"y": -1.3918017550433788e-06
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"id": 5,
|
| 86 |
+
"rotation_radians": 0.0,
|
| 87 |
+
"x": 0.0,
|
| 88 |
+
"y": 0.0
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": 6,
|
| 92 |
+
"rotation_radians": 0.0,
|
| 93 |
+
"x": 2.8571843024332804,
|
| 94 |
+
"y": 5.885512926623855e-06
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"id": 7,
|
| 98 |
+
"rotation_radians": 0.0,
|
| 99 |
+
"x": -1.857171194858483,
|
| 100 |
+
"y": 1.732081016692529
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"id": 8,
|
| 104 |
+
"rotation_radians": 0.0,
|
| 105 |
+
"x": -9.257559637270259e-07,
|
| 106 |
+
"y": 2.474400829614805
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"id": 9,
|
| 110 |
+
"rotation_radians": 0.0,
|
| 111 |
+
"x": 1.8571685583664075,
|
| 112 |
+
"y": 1.73208721379758
|
| 113 |
+
}
|
| 114 |
+
],
|
| 115 |
+
"problem": "9 equal items for Circles in Hexagons",
|
| 116 |
+
"setup": "cirinhex",
|
| 117 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc9.gif",
|
| 118 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 119 |
+
}
|
data/solutions/generated/cirinhex_010_cd79fdfeb9e3f24b.json
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@10",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "4.119+",
|
| 5 |
+
"friedman_displayed_metric": 4.119
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 4.119415972587211,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 4.11941597258721,
|
| 11 |
+
"sides": 6,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": false,
|
| 16 |
+
"case": "cirinhex@10",
|
| 17 |
+
"credit": "David W. Cantrell",
|
| 18 |
+
"date": "July 2002",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "4.119+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 4.119,
|
| 23 |
+
"reference_text": "s = 4.119+ | Found by David W. Cantrell | in July 2002.",
|
| 24 |
+
"source_image": "hc10.gif",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc10.gif",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 27 |
+
"title": "Circles in Hexagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.000030000300001,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": false,
|
| 37 |
+
"case": "cirinhex@10",
|
| 38 |
+
"credit": "David W. Cantrell",
|
| 39 |
+
"date": "July 2002",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "4.119+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 4.119,
|
| 44 |
+
"reference_text": "s = 4.119+ | Found by David W. Cantrell | in July 2002.",
|
| 45 |
+
"source_image": "hc10.gif",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc10.gif",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 48 |
+
"title": "Circles in Hexagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "cg",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "David W. Cantrell"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": -0.03756715861020021,
|
| 63 |
+
"x": -1.9646723453528911,
|
| 64 |
+
"y": -1.732081684744767
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 2,
|
| 68 |
+
"rotation_radians": -0.2207240014736112,
|
| 69 |
+
"x": -0.14745566657120268,
|
| 70 |
+
"y": -2.567498154208022
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"id": 3,
|
| 74 |
+
"rotation_radians": -0.837061538808393,
|
| 75 |
+
"x": 1.7834179158058459,
|
| 76 |
+
"y": -2.0460536250350447
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"id": 4,
|
| 80 |
+
"rotation_radians": -0.0595586380145796,
|
| 81 |
+
"x": 2.96470888689979,
|
| 82 |
+
"y": -8.85903535179455e-06
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"id": 5,
|
| 86 |
+
"rotation_radians": -0.144519065489982,
|
| 87 |
+
"x": -2.9647085184519253,
|
| 88 |
+
"y": 3.618376337057548e-06
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": 6,
|
| 92 |
+
"rotation_radians": 0.879006141095727,
|
| 93 |
+
"x": -0.9763923266901036,
|
| 94 |
+
"y": 0.21603905883754473
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"id": 7,
|
| 98 |
+
"rotation_radians": 0.1222343923838908,
|
| 99 |
+
"x": 0.9763886053861857,
|
| 100 |
+
"y": -0.21606170331501987
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"id": 8,
|
| 104 |
+
"rotation_radians": -0.5744588482827013,
|
| 105 |
+
"x": 1.9646688602026703,
|
| 106 |
+
"y": 1.732081638477644
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"id": 9,
|
| 110 |
+
"rotation_radians": -0.465617928263853,
|
| 111 |
+
"x": -1.7834229871592853,
|
| 112 |
+
"y": 2.0460349463408836
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"id": 10,
|
| 116 |
+
"rotation_radians": -0.27307936564548985,
|
| 117 |
+
"x": 0.14745469929120136,
|
| 118 |
+
"y": 2.567495389368784
|
| 119 |
+
}
|
| 120 |
+
],
|
| 121 |
+
"problem": "10 equal items for Circles in Hexagons",
|
| 122 |
+
"setup": "cirinhex",
|
| 123 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc10.gif",
|
| 124 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 125 |
+
}
|
data/solutions/generated/cirinhex_011_cda2ccbbf4de67aa.json
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@11",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "2 + 4/\u221a3 = 4.309+",
|
| 5 |
+
"friedman_displayed_metric": 4.309
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 4.309479847631291,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 4.30947984763129,
|
| 11 |
+
"sides": 6,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": true,
|
| 16 |
+
"case": "cirinhex@11",
|
| 17 |
+
"credit": "Erich Friedman",
|
| 18 |
+
"date": "1999",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "2 + 4/\u221a3 = 4.309+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 4.309,
|
| 23 |
+
"reference_text": "s = 2 + 4/\u221a3 = 4.309+ | Found by Erich Friedman | in 1999.",
|
| 24 |
+
"source_image": "hc11.gif",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc11.gif",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 27 |
+
"title": "Circles in Hexagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.000030000300001,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": true,
|
| 37 |
+
"case": "cirinhex@11",
|
| 38 |
+
"credit": "Erich Friedman",
|
| 39 |
+
"date": "1999",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "2 + 4/\u221a3 = 4.309+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 4.309,
|
| 44 |
+
"reference_text": "s = 2 + 4/\u221a3 = 4.309+ | Found by Erich Friedman | in 1999.",
|
| 45 |
+
"source_image": "hc11.gif",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc11.gif",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 48 |
+
"title": "Circles in Hexagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "sa",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "Erich Friedman"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": 5.804193081850043,
|
| 63 |
+
"x": -2.154752628943586,
|
| 64 |
+
"y": -1.7320794927482253
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 2,
|
| 68 |
+
"rotation_radians": 3.9407840329198627,
|
| 69 |
+
"x": -0.4226704311656539,
|
| 70 |
+
"y": -2.732099438902062
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"id": 3,
|
| 74 |
+
"rotation_radians": 6.107594089359,
|
| 75 |
+
"x": 1.5773736941680203,
|
| 76 |
+
"y": -2.732100178485404
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"id": 4,
|
| 80 |
+
"rotation_radians": 1.296777022406288,
|
| 81 |
+
"x": 2.577410944031961,
|
| 82 |
+
"y": -1.0000135031555852
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"id": 5,
|
| 86 |
+
"rotation_radians": 2.338337352477595,
|
| 87 |
+
"x": -3.1547599203184187,
|
| 88 |
+
"y": 1.621896662122306e-05
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": 6,
|
| 92 |
+
"rotation_radians": 4.601934510911329,
|
| 93 |
+
"x": -1.1547272416898233,
|
| 94 |
+
"y": -1.417334077546782e-07
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"id": 7,
|
| 98 |
+
"rotation_radians": 1.7317514743614544,
|
| 99 |
+
"x": 0.8453232014083062,
|
| 100 |
+
"y": -1.29002978724963e-05
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"id": 8,
|
| 104 |
+
"rotation_radians": 5.8750925732482,
|
| 105 |
+
"x": 2.577404066503641,
|
| 106 |
+
"y": 1.0000203472276201
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"id": 9,
|
| 110 |
+
"rotation_radians": 4.833897677057915,
|
| 111 |
+
"x": -2.1547374417974283,
|
| 112 |
+
"y": 1.7321105900892118
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"id": 10,
|
| 116 |
+
"rotation_radians": 3.3769668348161845,
|
| 117 |
+
"x": -0.15469240532394654,
|
| 118 |
+
"y": 1.7321016809102152
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"id": 11,
|
| 122 |
+
"rotation_radians": 1.3830654844668049,
|
| 123 |
+
"x": 1.5773793880940932,
|
| 124 |
+
"y": 2.732110688051179
|
| 125 |
+
}
|
| 126 |
+
],
|
| 127 |
+
"problem": "11 equal items for Circles in Hexagons",
|
| 128 |
+
"setup": "cirinhex",
|
| 129 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc11.gif",
|
| 130 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 131 |
+
}
|
data/solutions/generated/cirinhex_012_c3d795864cfeb74c.json
ADDED
|
@@ -0,0 +1,137 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@12",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "2 + 4/\u221a3 = 4.309+",
|
| 5 |
+
"friedman_displayed_metric": 4.309
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 4.3094818532104355,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 4.309481853210435,
|
| 11 |
+
"sides": 6,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": true,
|
| 16 |
+
"case": "cirinhex@12",
|
| 17 |
+
"credit": "Erich Friedman",
|
| 18 |
+
"date": "1999",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "2 + 4/\u221a3 = 4.309+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 4.309,
|
| 23 |
+
"reference_text": "s = 2 + 4/\u221a3 = 4.309+ | Found by Erich Friedman | in 1999.",
|
| 24 |
+
"source_image": "hc12.gif",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc12.gif",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 27 |
+
"title": "Circles in Hexagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.000030000300001,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": true,
|
| 37 |
+
"case": "cirinhex@12",
|
| 38 |
+
"credit": "Erich Friedman",
|
| 39 |
+
"date": "1999",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "2 + 4/\u221a3 = 4.309+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 4.309,
|
| 44 |
+
"reference_text": "s = 2 + 4/\u221a3 = 4.309+ | Found by Erich Friedman | in 1999.",
|
| 45 |
+
"source_image": "hc12.gif",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc12.gif",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 48 |
+
"title": "Circles in Hexagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "steepest",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "Erich Friedman"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": 4.210707352496977,
|
| 63 |
+
"x": -2.5774071544310617,
|
| 64 |
+
"y": -1.0000238246159827
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 2,
|
| 68 |
+
"rotation_radians": 2.18718976497639,
|
| 69 |
+
"x": -1.5773789191603715,
|
| 70 |
+
"y": -2.7321114001732796
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"id": 3,
|
| 74 |
+
"rotation_radians": 1.549981328117954,
|
| 75 |
+
"x": 0.4226692257632797,
|
| 76 |
+
"y": -2.7321127521303326
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"id": 4,
|
| 80 |
+
"rotation_radians": 5.420043091203948,
|
| 81 |
+
"x": 2.1547496135297255,
|
| 82 |
+
"y": -1.7320881598969997
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"id": 5,
|
| 86 |
+
"rotation_radians": 4.551432814801769,
|
| 87 |
+
"x": -2.577413662072237,
|
| 88 |
+
"y": 1.0000140888490074
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": 6,
|
| 92 |
+
"rotation_radians": 3.7588614409092482,
|
| 93 |
+
"x": -0.5773588828435842,
|
| 94 |
+
"y": -1.0000232993787697
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"id": 7,
|
| 98 |
+
"rotation_radians": 4.982759556917812,
|
| 99 |
+
"x": 1.1547250229060404,
|
| 100 |
+
"y": 4.189493212716789e-06
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"id": 8,
|
| 104 |
+
"rotation_radians": 2.579603159833315,
|
| 105 |
+
"x": 3.154767338003531,
|
| 106 |
+
"y": 5.484177013404955e-06
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"id": 9,
|
| 110 |
+
"rotation_radians": 4.569556518543474,
|
| 111 |
+
"x": -1.5773884187359712,
|
| 112 |
+
"y": 2.7321059152905662
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"id": 10,
|
| 116 |
+
"rotation_radians": 1.1937104210348608,
|
| 117 |
+
"x": -0.5773661399302101,
|
| 118 |
+
"y": 1.0000191090149269
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"id": 11,
|
| 122 |
+
"rotation_radians": 6.485558806611068,
|
| 123 |
+
"x": 0.4226575410548005,
|
| 124 |
+
"y": 2.7321119837196077
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"id": 12,
|
| 128 |
+
"rotation_radians": 2.6575209197021117,
|
| 129 |
+
"x": 2.1547444363979906,
|
| 130 |
+
"y": 1.7320986624781614
|
| 131 |
+
}
|
| 132 |
+
],
|
| 133 |
+
"problem": "12 equal items for Circles in Hexagons",
|
| 134 |
+
"setup": "cirinhex",
|
| 135 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc12.gif",
|
| 136 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 137 |
+
}
|
data/solutions/generated/cirinhex_013_62c003d981fbe524.json
ADDED
|
@@ -0,0 +1,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@13",
|
| 3 |
+
"container": {
|
| 4 |
+
"circumradius": 4.618967820933494,
|
| 5 |
+
"orientation_radians": 0.0,
|
| 6 |
+
"side_length": 4.618967820933493,
|
| 7 |
+
"sides": 6,
|
| 8 |
+
"type": "regular_polygon"
|
| 9 |
+
},
|
| 10 |
+
"friedman_reference": {
|
| 11 |
+
"analytical_or_proved": true,
|
| 12 |
+
"case": "cirinhex@13",
|
| 13 |
+
"credit": "Erich Friedman",
|
| 14 |
+
"date": "1999",
|
| 15 |
+
"family_updated": "",
|
| 16 |
+
"metric_expression": "8/\u221a3 = 4.618+",
|
| 17 |
+
"metric_symbol": "s",
|
| 18 |
+
"metric_value": 4.618,
|
| 19 |
+
"reference_text": "s = 8/\u221a3 = 4.618+ | Found by Erich Friedman | in 1999.",
|
| 20 |
+
"source_image": "hc13.gif",
|
| 21 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc13.gif",
|
| 22 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 23 |
+
"title": "Circles in Hexagons"
|
| 24 |
+
},
|
| 25 |
+
"item": {
|
| 26 |
+
"radius": 1.0,
|
| 27 |
+
"type": "circle"
|
| 28 |
+
},
|
| 29 |
+
"metadata": {
|
| 30 |
+
"certification_slack": 1.000040000600004,
|
| 31 |
+
"friedman_reference": {
|
| 32 |
+
"analytical_or_proved": true,
|
| 33 |
+
"case": "cirinhex@13",
|
| 34 |
+
"credit": "Erich Friedman",
|
| 35 |
+
"date": "1999",
|
| 36 |
+
"family_updated": "",
|
| 37 |
+
"metric_expression": "8/\u221a3 = 4.618+",
|
| 38 |
+
"metric_symbol": "s",
|
| 39 |
+
"metric_value": 4.618,
|
| 40 |
+
"reference_text": "s = 8/\u221a3 = 4.618+ | Found by Erich Friedman | in 1999.",
|
| 41 |
+
"source_image": "hc13.gif",
|
| 42 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc13.gif",
|
| 43 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 44 |
+
"title": "Circles in Hexagons"
|
| 45 |
+
},
|
| 46 |
+
"generator": "friedman_image_seed_quant_fix",
|
| 47 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 48 |
+
"image_seed_recovery_log": "bench_outputs/friedman_image_seeds/bulk_recovery_after_quant_fix.jsonl",
|
| 49 |
+
"image_seed_transform_error": 0.06561931753893137,
|
| 50 |
+
"leaderboard_status": "current_best_coordinate",
|
| 51 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 52 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc13.gif",
|
| 53 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 54 |
+
"submitted_at": "2026-05-01T02:29:44+00:00",
|
| 55 |
+
"submitted_by": "Erich Friedman"
|
| 56 |
+
},
|
| 57 |
+
"placements": [
|
| 58 |
+
{
|
| 59 |
+
"id": 1,
|
| 60 |
+
"rotation_radians": 3.138989921162522,
|
| 61 |
+
"x": -1.7321487018674004,
|
| 62 |
+
"y": -3.0001082067665465
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"id": 2,
|
| 66 |
+
"rotation_radians": 3.132859051379827,
|
| 67 |
+
"x": 1.7321101356977,
|
| 68 |
+
"y": -3.0001318313737206
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"id": 3,
|
| 72 |
+
"rotation_radians": 3.1465665087356554,
|
| 73 |
+
"x": -2.5761303891208434e-05,
|
| 74 |
+
"y": -2.000116683062794
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"id": 4,
|
| 78 |
+
"rotation_radians": 3.145420406897952,
|
| 79 |
+
"x": -1.73213537733738,
|
| 80 |
+
"y": -1.0000456276576517
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"id": 5,
|
| 84 |
+
"rotation_radians": 3.1324068164229044,
|
| 85 |
+
"x": 1.7320861783549173,
|
| 86 |
+
"y": -1.0000721219177418
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"id": 6,
|
| 90 |
+
"rotation_radians": 3.148776099782768,
|
| 91 |
+
"x": -3.4642282874813763,
|
| 92 |
+
"y": 2.4537361745570184e-05
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"id": 7,
|
| 96 |
+
"rotation_radians": 3.139550409871234,
|
| 97 |
+
"x": -1.1533398321134636e-05,
|
| 98 |
+
"y": -2.0566030095255528e-05
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"id": 8,
|
| 102 |
+
"rotation_radians": 3.1323876763568395,
|
| 103 |
+
"x": 3.464199186551706,
|
| 104 |
+
"y": -7.018364430181164e-05
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"id": 9,
|
| 108 |
+
"rotation_radians": 3.1453296718090065,
|
| 109 |
+
"x": -1.7321255351447267,
|
| 110 |
+
"y": 1.0000569713724248
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"id": 10,
|
| 114 |
+
"rotation_radians": 3.133775615477552,
|
| 115 |
+
"x": 1.7320987737724693,
|
| 116 |
+
"y": 0.9999939432867946
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"id": 11,
|
| 120 |
+
"rotation_radians": 3.1403020417518435,
|
| 121 |
+
"x": 7.072885573634517e-06,
|
| 122 |
+
"y": 2.0000784513162317
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"id": 12,
|
| 126 |
+
"rotation_radians": 3.133374279295559,
|
| 127 |
+
"x": -1.7321120901142695,
|
| 128 |
+
"y": 3.0001161252102944
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"id": 13,
|
| 132 |
+
"rotation_radians": 3.13973310159971,
|
| 133 |
+
"x": 1.7321553500487126,
|
| 134 |
+
"y": 3.000070079307269
|
| 135 |
+
}
|
| 136 |
+
],
|
| 137 |
+
"problem": "13 equal items for Circles in Hexagons",
|
| 138 |
+
"setup": "cirinhex",
|
| 139 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc13.gif",
|
| 140 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 141 |
+
}
|
data/solutions/generated/cirinhex_014_d3d8d6f246feeaad.json
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@14",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "2 + 2/\u221a3 + 4/\u221a7 = 4.666+",
|
| 5 |
+
"friedman_displayed_metric": 4.666
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 4.666653968376352,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 4.666653968376351,
|
| 11 |
+
"sides": 6,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": true,
|
| 16 |
+
"case": "cirinhex@14",
|
| 17 |
+
"credit": "David W. Cantrell",
|
| 18 |
+
"date": "July 2002",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "2 + 2/\u221a3 + 4/\u221a7 = 4.666+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 4.666,
|
| 23 |
+
"reference_text": "s = 2 + 2/\u221a3 + 4/\u221a7 = 4.666+ | Found by David W. Cantrell | in July 2002.",
|
| 24 |
+
"source_image": "hc14.gif",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc14.gif",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 27 |
+
"title": "Circles in Hexagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.000030000300001,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": true,
|
| 37 |
+
"case": "cirinhex@14",
|
| 38 |
+
"credit": "David W. Cantrell",
|
| 39 |
+
"date": "July 2002",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "2 + 2/\u221a3 + 4/\u221a7 = 4.666+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 4.666,
|
| 44 |
+
"reference_text": "s = 2 + 2/\u221a3 + 4/\u221a7 = 4.666+ | Found by David W. Cantrell | in July 2002.",
|
| 45 |
+
"source_image": "hc14.gif",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc14.gif",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 48 |
+
"title": "Circles in Hexagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "steepest",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "David W. Cantrell"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": 3.916094721328099,
|
| 63 |
+
"x": 3.372734254992723e-05,
|
| 64 |
+
"y": 1.3093445441727392
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 2,
|
| 68 |
+
"rotation_radians": 4.548362253193018,
|
| 69 |
+
"x": 2.5118934945562907,
|
| 70 |
+
"y": -1.7321302628454935
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"id": 3,
|
| 74 |
+
"rotation_radians": -0.07215226572820606,
|
| 75 |
+
"x": -2.511927387190218,
|
| 76 |
+
"y": -1.7320566095876744
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"id": 4,
|
| 80 |
+
"rotation_radians": 1.7514951592624433,
|
| 81 |
+
"x": -2.511893498477608,
|
| 82 |
+
"y": 1.7321302636943456
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"id": 5,
|
| 86 |
+
"rotation_radians": 1.6057770901974047,
|
| 87 |
+
"x": -3.3739385955734715e-05,
|
| 88 |
+
"y": -1.3093445459193567
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": 6,
|
| 92 |
+
"rotation_radians": 1.6782806448722956,
|
| 93 |
+
"x": -3.5119295472691934,
|
| 94 |
+
"y": 3.8468063838548764e-05
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"id": 7,
|
| 98 |
+
"rotation_radians": 0.5992996354774968,
|
| 99 |
+
"x": -0.9999776394180618,
|
| 100 |
+
"y": 3.0414368345457756
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"id": 8,
|
| 104 |
+
"rotation_radians": 0.9524194327843172,
|
| 105 |
+
"x": -1.5118863824872337,
|
| 106 |
+
"y": 3.2119246858387554e-05
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"id": 9,
|
| 110 |
+
"rotation_radians": 5.1173191441545915,
|
| 111 |
+
"x": 0.9999776343640611,
|
| 112 |
+
"y": -3.0414368377192535
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"id": 10,
|
| 116 |
+
"rotation_radians": 1.3208793745666263,
|
| 117 |
+
"x": 1.5118863930238575,
|
| 118 |
+
"y": -3.2120142623873355e-05
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"id": 11,
|
| 122 |
+
"rotation_radians": 4.957086898080928,
|
| 123 |
+
"x": 2.5119273864604956,
|
| 124 |
+
"y": 1.7320566007593923
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"id": 12,
|
| 128 |
+
"rotation_radians": 1.9342626690238545,
|
| 129 |
+
"x": 1.0000734004069127,
|
| 130 |
+
"y": 3.0414306409533074
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"id": 13,
|
| 134 |
+
"rotation_radians": 4.409904782904196,
|
| 135 |
+
"x": 3.511929533109688,
|
| 136 |
+
"y": -3.846891348158819e-05
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"id": 14,
|
| 140 |
+
"rotation_radians": 5.073409771172635,
|
| 141 |
+
"x": -1.0000734061760033,
|
| 142 |
+
"y": -3.0414306391582158
|
| 143 |
+
}
|
| 144 |
+
],
|
| 145 |
+
"problem": "14 equal items for Circles in Hexagons",
|
| 146 |
+
"setup": "cirinhex",
|
| 147 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc14.gif",
|
| 148 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 149 |
+
}
|
data/solutions/generated/cirinhex_015_d923ba7fbcb56e93.json
ADDED
|
@@ -0,0 +1,155 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@15",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "4.961+",
|
| 5 |
+
"friedman_displayed_metric": 4.961
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 4.9615756365508545,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 4.961575636550854,
|
| 11 |
+
"sides": 6,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": false,
|
| 16 |
+
"case": "cirinhex@15",
|
| 17 |
+
"credit": "David W. Cantrell",
|
| 18 |
+
"date": "January 2006",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "4.961+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 4.961,
|
| 23 |
+
"reference_text": "s = 4.961+ | Found by David W. Cantrell | in January 2006.",
|
| 24 |
+
"source_image": "hc15.gif",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc15.gif",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 27 |
+
"title": "Circles in Hexagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.000030000300001,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": false,
|
| 37 |
+
"case": "cirinhex@15",
|
| 38 |
+
"credit": "David W. Cantrell",
|
| 39 |
+
"date": "January 2006",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "4.961+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 4.961,
|
| 44 |
+
"reference_text": "s = 4.961+ | Found by David W. Cantrell | in January 2006.",
|
| 45 |
+
"source_image": "hc15.gif",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc15.gif",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 48 |
+
"title": "Circles in Hexagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "cg",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "David W. Cantrell"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": 4.031070863633311,
|
| 63 |
+
"x": 0.09618577889589423,
|
| 64 |
+
"y": -3.2968241912958716
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 2,
|
| 68 |
+
"rotation_radians": 4.143742107408186,
|
| 69 |
+
"x": 3.8068588862754194,
|
| 70 |
+
"y": -7.051517410379835e-06
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"id": 3,
|
| 74 |
+
"rotation_radians": 5.900429519786083,
|
| 75 |
+
"x": -3.6357756194661377,
|
| 76 |
+
"y": -0.29635202197052657
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"id": 4,
|
| 80 |
+
"rotation_radians": 4.780481822812181,
|
| 81 |
+
"x": 2.074226202538008,
|
| 82 |
+
"y": -3.001030685695046
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"id": 5,
|
| 86 |
+
"rotation_radians": 1.3761685315538883,
|
| 87 |
+
"x": -1.1711428451974268,
|
| 88 |
+
"y": 0.5650483531922597
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": 6,
|
| 92 |
+
"rotation_radians": 1.2522395348451167,
|
| 93 |
+
"x": -2.903419065296111,
|
| 94 |
+
"y": 1.5647742207022444
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"id": 7,
|
| 98 |
+
"rotation_radians": 4.768940722027895,
|
| 99 |
+
"x": -0.17111894291624713,
|
| 100 |
+
"y": 2.2971493304865653
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"id": 8,
|
| 104 |
+
"rotation_radians": 2.4209075285560133,
|
| 105 |
+
"x": 2.8068288371536734,
|
| 106 |
+
"y": 1.7320760289049575
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"id": 9,
|
| 110 |
+
"rotation_radians": 1.554168309938222,
|
| 111 |
+
"x": 0.09651722102459843,
|
| 112 |
+
"y": -1.2916251572699557
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"id": 10,
|
| 116 |
+
"rotation_radians": 3.7456413311235006,
|
| 117 |
+
"x": -1.9038491162060003,
|
| 118 |
+
"y": -3.29613378119229
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"id": 11,
|
| 122 |
+
"rotation_radians": 4.057183207439727,
|
| 123 |
+
"x": 2.0753339429475584,
|
| 124 |
+
"y": -1.0009905553557656
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"id": 12,
|
| 128 |
+
"rotation_radians": 4.310676240506302,
|
| 129 |
+
"x": -1.9035264209732463,
|
| 130 |
+
"y": -1.2960900426938768
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"id": 13,
|
| 134 |
+
"rotation_radians": 4.066587580405362,
|
| 135 |
+
"x": -1.90339312849782,
|
| 136 |
+
"y": 3.2968501263509187
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"id": 14,
|
| 140 |
+
"rotation_radians": 2.197217541712793,
|
| 141 |
+
"x": 0.8377789649703342,
|
| 142 |
+
"y": 0.5702067467867149
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"id": 15,
|
| 146 |
+
"rotation_radians": 3.90204152850363,
|
| 147 |
+
"x": 1.561163919061541,
|
| 148 |
+
"y": 3.296839856514602
|
| 149 |
+
}
|
| 150 |
+
],
|
| 151 |
+
"problem": "15 equal items for Circles in Hexagons",
|
| 152 |
+
"setup": "cirinhex",
|
| 153 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc15.gif",
|
| 154 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 155 |
+
}
|
data/solutions/generated/cirinhex_016_b6a042d1d6eee5a4.json
ADDED
|
@@ -0,0 +1,161 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@16",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "4.999+",
|
| 5 |
+
"friedman_displayed_metric": 4.999
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 4.999508954626882,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 4.999508954626881,
|
| 11 |
+
"sides": 6,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": false,
|
| 16 |
+
"case": "cirinhex@16",
|
| 17 |
+
"credit": "David W. Cantrell",
|
| 18 |
+
"date": "July 2002",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "4.999+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 4.999,
|
| 23 |
+
"reference_text": "s = 4.999+ | Found by David W. Cantrell | in July 2002.",
|
| 24 |
+
"source_image": "hc16.gif",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc16.gif",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 27 |
+
"title": "Circles in Hexagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.000040000600004,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": false,
|
| 37 |
+
"case": "cirinhex@16",
|
| 38 |
+
"credit": "David W. Cantrell",
|
| 39 |
+
"date": "July 2002",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "4.999+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 4.999,
|
| 44 |
+
"reference_text": "s = 4.999+ | Found by David W. Cantrell | in July 2002.",
|
| 45 |
+
"source_image": "hc16.gif",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc16.gif",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 48 |
+
"title": "Circles in Hexagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "sa",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "David W. Cantrell"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": 5.240101377759201,
|
| 63 |
+
"x": -2.0629207342064295,
|
| 64 |
+
"y": -3.0862798350926655
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 2,
|
| 68 |
+
"rotation_radians": 4.488170219057958,
|
| 69 |
+
"x": -0.07772191594341091,
|
| 70 |
+
"y": -3.3296788999790032
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"id": 3,
|
| 74 |
+
"rotation_radians": 2.7057993479895956,
|
| 75 |
+
"x": 1.922352632709449,
|
| 76 |
+
"y": -3.329692095817013
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"id": 4,
|
| 80 |
+
"rotation_radians": 6.0259892080351145,
|
| 81 |
+
"x": 2.9223964922980175,
|
| 82 |
+
"y": -1.5975987133986678
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"id": 5,
|
| 86 |
+
"rotation_radians": 2.068975147854963,
|
| 87 |
+
"x": -3.062948047505571,
|
| 88 |
+
"y": -1.354161433748519
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": 6,
|
| 92 |
+
"rotation_radians": 2.6250829073019917,
|
| 93 |
+
"x": -1.0628771230670078,
|
| 94 |
+
"y": -1.3541739340410888
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"id": 7,
|
| 98 |
+
"rotation_radians": 3.2864661040443517,
|
| 99 |
+
"x": 0.92232553842171,
|
| 100 |
+
"y": -1.5975836785336033
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"id": 8,
|
| 104 |
+
"rotation_radians": 0.6633862265221786,
|
| 105 |
+
"x": 3.7043456290153256,
|
| 106 |
+
"y": 0.24326577363548707
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"id": 9,
|
| 110 |
+
"rotation_radians": 4.7718356746954855,
|
| 111 |
+
"x": -3.499736268861866,
|
| 112 |
+
"y": 0.5976298988654131
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"id": 10,
|
| 116 |
+
"rotation_radians": 1.674259715146134,
|
| 117 |
+
"x": -1.499661447752628,
|
| 118 |
+
"y": 0.597619580854933
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"id": 11,
|
| 122 |
+
"rotation_radians": 4.623537556869999,
|
| 123 |
+
"x": 1.704277671068244,
|
| 124 |
+
"y": 0.24327231727249132
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"id": 12,
|
| 128 |
+
"rotation_radians": 2.2155381646774415,
|
| 129 |
+
"x": 2.704305274026467,
|
| 130 |
+
"y": 1.9753759890221936
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"id": 13,
|
| 134 |
+
"rotation_radians": 3.5739611899761425,
|
| 135 |
+
"x": -2.4996970036739685,
|
| 136 |
+
"y": 2.329741199184079
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"id": 14,
|
| 140 |
+
"rotation_radians": 3.211231500961065,
|
| 141 |
+
"x": -0.7675345143638402,
|
| 142 |
+
"y": 3.3296811760443945
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"id": 15,
|
| 146 |
+
"rotation_radians": 4.36223517955066,
|
| 147 |
+
"x": 0.23249903224754276,
|
| 148 |
+
"y": 1.5975700702945386
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"id": 16,
|
| 152 |
+
"rotation_radians": 3.7352816360589878,
|
| 153 |
+
"x": 1.2325380759100986,
|
| 154 |
+
"y": 3.3296830313106933
|
| 155 |
+
}
|
| 156 |
+
],
|
| 157 |
+
"problem": "16 equal items for Circles in Hexagons",
|
| 158 |
+
"setup": "cirinhex",
|
| 159 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc16.gif",
|
| 160 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 161 |
+
}
|
data/solutions/generated/cirinhex_017_4927714d5d50ab2b.json
ADDED
|
@@ -0,0 +1,167 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@17",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "5.133+",
|
| 5 |
+
"friedman_displayed_metric": 5.133
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 5.133274584209645,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 5.133274584209644,
|
| 11 |
+
"sides": 6,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": false,
|
| 16 |
+
"case": "cirinhex@17",
|
| 17 |
+
"credit": "David W. Cantrell",
|
| 18 |
+
"date": "January 2006",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "5.133+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 5.133,
|
| 23 |
+
"reference_text": "s = 5.133+ | Found by David W. Cantrell | in January 2006.",
|
| 24 |
+
"source_image": "hc17.gif",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc17.gif",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 27 |
+
"title": "Circles in Hexagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.000040000600004,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": false,
|
| 37 |
+
"case": "cirinhex@17",
|
| 38 |
+
"credit": "David W. Cantrell",
|
| 39 |
+
"date": "January 2006",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "5.133+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 5.133,
|
| 44 |
+
"reference_text": "s = 5.133+ | Found by David W. Cantrell | in January 2006.",
|
| 45 |
+
"source_image": "hc17.gif",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc17.gif",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 48 |
+
"title": "Circles in Hexagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "sa",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "David W. Cantrell"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": -0.3256532343341745,
|
| 63 |
+
"x": -2.9172201637075874,
|
| 64 |
+
"y": -1.83823939920575
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 2,
|
| 68 |
+
"rotation_radians": 0.0216909876478957,
|
| 69 |
+
"x": -1.7268433293036336,
|
| 70 |
+
"y": -3.445509573509958
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"id": 3,
|
| 74 |
+
"rotation_radians": 0.06331292716722865,
|
| 75 |
+
"x": 0.06996850655142803,
|
| 76 |
+
"y": -2.5670036197797956
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"id": 4,
|
| 80 |
+
"rotation_radians": -0.3358372591880113,
|
| 81 |
+
"x": 1.8667742475909521,
|
| 82 |
+
"y": -3.445518671591237
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"id": 5,
|
| 86 |
+
"rotation_radians": -0.32232158768292424,
|
| 87 |
+
"x": 2.957278641423109,
|
| 88 |
+
"y": -1.768892747429885
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": 6,
|
| 92 |
+
"rotation_radians": -0.04804202801751369,
|
| 93 |
+
"x": -3.9173397604423394,
|
| 94 |
+
"y": -0.10604620257543626
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"id": 7,
|
| 98 |
+
"rotation_radians": 0.15356984555652126,
|
| 99 |
+
"x": -1.917280018618033,
|
| 100 |
+
"y": -0.10606524891973489
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"id": 8,
|
| 104 |
+
"rotation_radians": 0.34735297432700063,
|
| 105 |
+
"x": 0.028865018569093213,
|
| 106 |
+
"y": -0.5673500047007145
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"id": 9,
|
| 110 |
+
"rotation_radians": 0.1537273613148513,
|
| 111 |
+
"x": 1.9572712957089369,
|
| 112 |
+
"y": -0.03677388808622266
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"id": 10,
|
| 116 |
+
"rotation_radians": 0.18596679100880822,
|
| 117 |
+
"x": 3.9573344155277965,
|
| 118 |
+
"y": -0.036779126916446074
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"id": 11,
|
| 122 |
+
"rotation_radians": -0.04297295119834973,
|
| 123 |
+
"x": -3.0105420957957567,
|
| 124 |
+
"y": 1.6766386817318462
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"id": 12,
|
| 128 |
+
"rotation_radians": -0.04319614544016127,
|
| 129 |
+
"x": -1.0104818464619376,
|
| 130 |
+
"y": 1.6766347321648463
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"id": 13,
|
| 134 |
+
"rotation_radians": -0.16975560830943226,
|
| 135 |
+
"x": 0.9892398400038699,
|
| 136 |
+
"y": 1.7134096683850986
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"id": 14,
|
| 140 |
+
"rotation_radians": -0.00028693533240482056,
|
| 141 |
+
"x": 1.9892747566527176,
|
| 142 |
+
"y": 3.4455183362122996
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"id": 15,
|
| 146 |
+
"rotation_radians": 0.08931005434530255,
|
| 147 |
+
"x": 2.989305945663474,
|
| 148 |
+
"y": 1.7134113530016675
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"id": 16,
|
| 152 |
+
"rotation_radians": -0.11740775222711178,
|
| 153 |
+
"x": -2.0105112502676676,
|
| 154 |
+
"y": 3.4087555787392128
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"id": 17,
|
| 158 |
+
"rotation_radians": 0.2087708477896544,
|
| 159 |
+
"x": -0.01078882603263054,
|
| 160 |
+
"y": 3.44551921828235
|
| 161 |
+
}
|
| 162 |
+
],
|
| 163 |
+
"problem": "17 equal items for Circles in Hexagons",
|
| 164 |
+
"setup": "cirinhex",
|
| 165 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc17.gif",
|
| 166 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 167 |
+
}
|
data/solutions/generated/cirinhex_018_223b1a3f7b7d0e67.json
ADDED
|
@@ -0,0 +1,173 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@18",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "4 + 2/\u221a3 = 5.154+",
|
| 5 |
+
"friedman_displayed_metric": 5.154
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 5.154759899456761,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 5.15475989945676,
|
| 11 |
+
"sides": 6,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": true,
|
| 16 |
+
"case": "cirinhex@18",
|
| 17 |
+
"credit": "Trivial",
|
| 18 |
+
"date": "",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "4 + 2/\u221a3 = 5.154+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 5.154,
|
| 23 |
+
"reference_text": "s = 4 + 2/\u221a3 = 5.154+ | Trivial. |",
|
| 24 |
+
"source_image": "hc18.gif",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc18.gif",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 27 |
+
"title": "Circles in Hexagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.0000200001000001,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": true,
|
| 37 |
+
"case": "cirinhex@18",
|
| 38 |
+
"credit": "Trivial",
|
| 39 |
+
"date": "",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "4 + 2/\u221a3 = 5.154+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 5.154,
|
| 44 |
+
"reference_text": "s = 4 + 2/\u221a3 = 5.154+ | Trivial. |",
|
| 45 |
+
"source_image": "hc18.gif",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc18.gif",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 48 |
+
"title": "Circles in Hexagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "cg",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "Trivial"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": 2.959923726148134,
|
| 63 |
+
"x": -3.0000363778186245,
|
| 64 |
+
"y": -1.7320797480741081
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 2,
|
| 68 |
+
"rotation_radians": 2.3959125391493097,
|
| 69 |
+
"x": -2.000021818135989,
|
| 70 |
+
"y": -3.4641502357556604
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"id": 3,
|
| 74 |
+
"rotation_radians": 2.561131231927809,
|
| 75 |
+
"x": 7.06972212673604e-06,
|
| 76 |
+
"y": -3.464149251381936
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"id": 4,
|
| 80 |
+
"rotation_radians": 4.443154488007177,
|
| 81 |
+
"x": 2.000023648296732,
|
| 82 |
+
"y": -3.4641468710072556
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"id": 5,
|
| 86 |
+
"rotation_radians": 6.108509150248274,
|
| 87 |
+
"x": 3.0000336146067252,
|
| 88 |
+
"y": -1.7320785697026357
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": 6,
|
| 92 |
+
"rotation_radians": 3.2914913312783893,
|
| 93 |
+
"x": -4.0000528888654925,
|
| 94 |
+
"y": -4.266044154966878e-06
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"id": 7,
|
| 98 |
+
"rotation_radians": 4.339235461810319,
|
| 99 |
+
"x": -2.000022874708328,
|
| 100 |
+
"y": -3.347217333188018e-06
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"id": 8,
|
| 104 |
+
"rotation_radians": 5.871404476684847,
|
| 105 |
+
"x": -1.000002611483102,
|
| 106 |
+
"y": -1.7320757600979717
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"id": 9,
|
| 110 |
+
"rotation_radians": 2.46379698601857,
|
| 111 |
+
"x": 2.0000236654236043,
|
| 112 |
+
"y": -4.051129707186291e-06
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"id": 10,
|
| 116 |
+
"rotation_radians": 4.685632009494444,
|
| 117 |
+
"x": 4.000052120349491,
|
| 118 |
+
"y": -5.135776554793073e-06
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"id": 11,
|
| 122 |
+
"rotation_radians": 3.1405017389570244,
|
| 123 |
+
"x": -3.0000418287609287,
|
| 124 |
+
"y": 1.7320743284095221
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"id": 12,
|
| 128 |
+
"rotation_radians": 0.14940370929515273,
|
| 129 |
+
"x": -1.0000128724168496,
|
| 130 |
+
"y": 1.7320728141033783
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"id": 13,
|
| 134 |
+
"rotation_radians": 5.2966906933050915,
|
| 135 |
+
"x": 4.06724053961896e-06,
|
| 136 |
+
"y": -3.9679077598773004e-06
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"id": 14,
|
| 140 |
+
"rotation_radians": 0.8642349996301816,
|
| 141 |
+
"x": 1.0000151863821074,
|
| 142 |
+
"y": 1.7320729093133966
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"id": 15,
|
| 146 |
+
"rotation_radians": 2.1471420328902933,
|
| 147 |
+
"x": 3.0000423202854503,
|
| 148 |
+
"y": 1.7320725306914266
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"id": 16,
|
| 152 |
+
"rotation_radians": 3.614399135427959,
|
| 153 |
+
"x": -2.000027020695543,
|
| 154 |
+
"y": 3.4641471906756767
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"id": 17,
|
| 158 |
+
"rotation_radians": 0.9058122518588693,
|
| 159 |
+
"x": 6.364259957763329e-07,
|
| 160 |
+
"y": 3.464151684771507
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"id": 18,
|
| 164 |
+
"rotation_radians": 0.7932363962722295,
|
| 165 |
+
"x": 2.0000282471663096,
|
| 166 |
+
"y": 3.464147880326741
|
| 167 |
+
}
|
| 168 |
+
],
|
| 169 |
+
"problem": "18 equal items for Circles in Hexagons",
|
| 170 |
+
"setup": "cirinhex",
|
| 171 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc18.gif",
|
| 172 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 173 |
+
}
|
data/solutions/generated/cirinhex_019_78f9327e80d8ab20.json
ADDED
|
@@ -0,0 +1,179 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@19",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "4 + 2/\u221a3 = 5.154+",
|
| 5 |
+
"friedman_displayed_metric": 5.154
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 5.154768670701581,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 5.15476867070158,
|
| 11 |
+
"sides": 6,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": true,
|
| 16 |
+
"case": "cirinhex@19",
|
| 17 |
+
"credit": "Trivial",
|
| 18 |
+
"date": "",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "4 + 2/\u221a3 = 5.154+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 5.154,
|
| 23 |
+
"reference_text": "s = 4 + 2/\u221a3 = 5.154+ | Trivial. |",
|
| 24 |
+
"source_image": "hc19.gif",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc19.gif",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 27 |
+
"title": "Circles in Hexagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.0000200001000001,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": true,
|
| 37 |
+
"case": "cirinhex@19",
|
| 38 |
+
"credit": "Trivial",
|
| 39 |
+
"date": "",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "4 + 2/\u221a3 = 5.154+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 5.154,
|
| 44 |
+
"reference_text": "s = 4 + 2/\u221a3 = 5.154+ | Trivial. |",
|
| 45 |
+
"source_image": "hc19.gif",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc19.gif",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 48 |
+
"title": "Circles in Hexagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "sa",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "Trivial"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": 5.27928861931654,
|
| 63 |
+
"x": -3.000042727870385,
|
| 64 |
+
"y": -1.7320868494520345
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 2,
|
| 68 |
+
"rotation_radians": 1.936779375120094,
|
| 69 |
+
"x": -2.0000150462411592,
|
| 70 |
+
"y": -3.464153029340417
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"id": 3,
|
| 74 |
+
"rotation_radians": 1.7423420700247896,
|
| 75 |
+
"x": 4.448619620636407e-06,
|
| 76 |
+
"y": -3.4641600158650494
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"id": 4,
|
| 80 |
+
"rotation_radians": 2.513902726135168,
|
| 81 |
+
"x": 2.0000312399985978,
|
| 82 |
+
"y": -3.464152610157983
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"id": 5,
|
| 86 |
+
"rotation_radians": 1.508798927463495,
|
| 87 |
+
"x": 3.000053628650535,
|
| 88 |
+
"y": -1.7320704498662978
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": 6,
|
| 92 |
+
"rotation_radians": 2.9094083747485313,
|
| 93 |
+
"x": -4.000056490622443,
|
| 94 |
+
"y": -1.1895112855096366e-05
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"id": 7,
|
| 98 |
+
"rotation_radians": 4.54492685663508,
|
| 99 |
+
"x": -1.0000059714344687,
|
| 100 |
+
"y": -1.7320730102381106
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"id": 8,
|
| 104 |
+
"rotation_radians": 5.506887770521539,
|
| 105 |
+
"x": 1.0000276313660734,
|
| 106 |
+
"y": -1.7320707560249589
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"id": 9,
|
| 110 |
+
"rotation_radians": 2.182338728613371,
|
| 111 |
+
"x": 2.000022580848487,
|
| 112 |
+
"y": 7.84328507864124e-06
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"id": 10,
|
| 116 |
+
"rotation_radians": 1.2715798483903846,
|
| 117 |
+
"x": 4.0000638086059945,
|
| 118 |
+
"y": -4.979288322514254e-06
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"id": 11,
|
| 122 |
+
"rotation_radians": 4.581832117354291,
|
| 123 |
+
"x": -3.0000390614109786,
|
| 124 |
+
"y": 1.7320670614811307
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"id": 12,
|
| 128 |
+
"rotation_radians": -0.0738343475245714,
|
| 129 |
+
"x": -2.0000286634644096,
|
| 130 |
+
"y": -2.3196909393721446e-06
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"id": 13,
|
| 134 |
+
"rotation_radians": 0.5445678920066935,
|
| 135 |
+
"x": -7.6050114647551825e-06,
|
| 136 |
+
"y": -2.626509041176918e-06
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"id": 14,
|
| 140 |
+
"rotation_radians": 3.310363151730018,
|
| 141 |
+
"x": 1.0000118958630662,
|
| 142 |
+
"y": 1.7320763620006554
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"id": 15,
|
| 146 |
+
"rotation_radians": 0.8974729804678028,
|
| 147 |
+
"x": 3.0000433278588665,
|
| 148 |
+
"y": 1.7320766298224501
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"id": 16,
|
| 152 |
+
"rotation_radians": 0.3607529380860558,
|
| 153 |
+
"x": -2.0000310952872966,
|
| 154 |
+
"y": 3.4641439747310523
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"id": 17,
|
| 158 |
+
"rotation_radians": 5.537832880843945,
|
| 159 |
+
"x": -1.0000135129062038,
|
| 160 |
+
"y": 1.7320688281584107
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"id": 18,
|
| 164 |
+
"rotation_radians": 2.027531864311873,
|
| 165 |
+
"x": -9.044979450308957e-06,
|
| 166 |
+
"y": 3.464156603439167
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"id": 19,
|
| 170 |
+
"rotation_radians": 3.9025555956163873,
|
| 171 |
+
"x": 2.0000151543863667,
|
| 172 |
+
"y": 3.4641449080523126
|
| 173 |
+
}
|
| 174 |
+
],
|
| 175 |
+
"problem": "19 equal items for Circles in Hexagons",
|
| 176 |
+
"setup": "cirinhex",
|
| 177 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc19.gif",
|
| 178 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 179 |
+
}
|
data/solutions/generated/cirinhex_020_247c6c06779a7d8b.json
ADDED
|
@@ -0,0 +1,185 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@20",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "5.676+",
|
| 5 |
+
"friedman_displayed_metric": 5.676
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 5.6773304688728246,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 5.677330468872824,
|
| 11 |
+
"sides": 6,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": false,
|
| 16 |
+
"case": "cirinhex@20",
|
| 17 |
+
"credit": "David W. Cantrell",
|
| 18 |
+
"date": "July 2012",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "5.676+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 5.676,
|
| 23 |
+
"reference_text": "s = 5.676+ | Found by David W. Cantrell | in July 2012.",
|
| 24 |
+
"source_image": "hc20.gif",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc20.gif",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 27 |
+
"title": "Circles in Hexagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.000030000300001,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": false,
|
| 37 |
+
"case": "cirinhex@20",
|
| 38 |
+
"credit": "David W. Cantrell",
|
| 39 |
+
"date": "July 2012",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "5.676+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 5.676,
|
| 44 |
+
"reference_text": "s = 5.676+ | Found by David W. Cantrell | in July 2012.",
|
| 45 |
+
"source_image": "hc20.gif",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc20.gif",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 48 |
+
"title": "Circles in Hexagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "cg",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "David W. Cantrell"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": 3.9605273765451328,
|
| 63 |
+
"x": -3.2345028135290748,
|
| 64 |
+
"y": -1.530015188804621
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 2,
|
| 68 |
+
"rotation_radians": 6.176545444982924,
|
| 69 |
+
"x": -1.0341315318328117,
|
| 70 |
+
"y": 1.8033463715821687
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"id": 3,
|
| 74 |
+
"rotation_radians": 5.064224378190891,
|
| 75 |
+
"x": -3.046758948182943,
|
| 76 |
+
"y": 1.349835024457036
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"id": 4,
|
| 80 |
+
"rotation_radians": 0.8297402975357192,
|
| 81 |
+
"x": 2.213636907261066,
|
| 82 |
+
"y": 3.5209165947499993e-06
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"id": 5,
|
| 86 |
+
"rotation_radians": 4.677636131317655,
|
| 87 |
+
"x": -2.6157064075331737,
|
| 88 |
+
"y": 3.3028730949210847
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"id": 6,
|
| 92 |
+
"rotation_radians": 5.310828683791568,
|
| 93 |
+
"x": 2.9247719175010176,
|
| 94 |
+
"y": 2.767533212871839
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"id": 7,
|
| 98 |
+
"rotation_radians": 4.18863077900308,
|
| 99 |
+
"x": 1.2136125696964086,
|
| 100 |
+
"y": -1.7320996739608536
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"id": 8,
|
| 104 |
+
"rotation_radians": 1.7562762970497325,
|
| 105 |
+
"x": -0.712195939246036,
|
| 106 |
+
"y": 3.9166898963635517
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"id": 9,
|
| 110 |
+
"rotation_radians": 4.841639298689733,
|
| 111 |
+
"x": 1.105042521058392,
|
| 112 |
+
"y": 1.9196819656193496
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"id": 10,
|
| 116 |
+
"rotation_radians": 2.4068547137139213,
|
| 117 |
+
"x": 1.381450508238187,
|
| 118 |
+
"y": -3.916696734138638
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"id": 11,
|
| 122 |
+
"rotation_radians": 1.5303254053752453,
|
| 123 |
+
"x": 3.9247963981368,
|
| 124 |
+
"y": 1.0354574478848364
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"id": 12,
|
| 128 |
+
"rotation_radians": 0.7652982477913803,
|
| 129 |
+
"x": -2.5535260215282674,
|
| 130 |
+
"y": -3.4105595560649027
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"id": 13,
|
| 134 |
+
"rotation_radians": -0.3106848305644889,
|
| 135 |
+
"x": 2.9659426179014154,
|
| 136 |
+
"y": -2.6962317043485484
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"id": 14,
|
| 140 |
+
"rotation_radians": 1.0212735453510184,
|
| 141 |
+
"x": -4.5226096570733505,
|
| 142 |
+
"y": 3.435723871132746e-06
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"id": 15,
|
| 146 |
+
"rotation_radians": 1.5501397380474435,
|
| 147 |
+
"x": -0.6185891705439392,
|
| 148 |
+
"y": -3.9166890999458652
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"id": 16,
|
| 152 |
+
"rotation_radians": 5.098216134767756,
|
| 153 |
+
"x": 1.287841551221871,
|
| 154 |
+
"y": 3.9166973931697298
|
| 155 |
+
},
|
| 156 |
+
{
|
| 157 |
+
"id": 17,
|
| 158 |
+
"rotation_radians": 4.574781628291571,
|
| 159 |
+
"x": 3.9659582431828353,
|
| 160 |
+
"y": -0.9641500412487216
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"id": 18,
|
| 164 |
+
"rotation_radians": 2.453965269513639,
|
| 165 |
+
"x": -0.7773219628772572,
|
| 166 |
+
"y": -1.922942639636357
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"id": 19,
|
| 170 |
+
"rotation_radians": 4.100819193189361,
|
| 171 |
+
"x": -1.7586449060981966,
|
| 172 |
+
"y": -0.18018028834515742
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"id": 20,
|
| 176 |
+
"rotation_radians": 0.6980842614121123,
|
| 177 |
+
"x": 0.2176386504688678,
|
| 178 |
+
"y": 0.12726866915990204
|
| 179 |
+
}
|
| 180 |
+
],
|
| 181 |
+
"problem": "20 equal items for Circles in Hexagons",
|
| 182 |
+
"setup": "cirinhex",
|
| 183 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc20.gif",
|
| 184 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 185 |
+
}
|
data/solutions/generated/cirinhex_021_38040eceeb63c1e3.json
ADDED
|
@@ -0,0 +1,187 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@21",
|
| 3 |
+
"container": {
|
| 4 |
+
"circumradius": 5.709519968963224,
|
| 5 |
+
"orientation_radians": 0.0,
|
| 6 |
+
"side_length": 5.709519968963223,
|
| 7 |
+
"sides": 6,
|
| 8 |
+
"type": "regular_polygon"
|
| 9 |
+
},
|
| 10 |
+
"friedman_reference": {
|
| 11 |
+
"analytical_or_proved": false,
|
| 12 |
+
"case": "cirinhex@21",
|
| 13 |
+
"credit": "David W. Cantrell",
|
| 14 |
+
"date": "July 2012",
|
| 15 |
+
"family_updated": "",
|
| 16 |
+
"metric_expression": "5.709+",
|
| 17 |
+
"metric_symbol": "s",
|
| 18 |
+
"metric_value": 5.709,
|
| 19 |
+
"reference_text": "s = 5.709+ | Found by David W. Cantrell | in July 2012.",
|
| 20 |
+
"source_image": "hc21.gif",
|
| 21 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc21.gif",
|
| 22 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 23 |
+
"title": "Circles in Hexagons"
|
| 24 |
+
},
|
| 25 |
+
"item": {
|
| 26 |
+
"radius": 1.0,
|
| 27 |
+
"type": "circle"
|
| 28 |
+
},
|
| 29 |
+
"metadata": {
|
| 30 |
+
"certification_slack": 1.000030000300001,
|
| 31 |
+
"friedman_reference": {
|
| 32 |
+
"analytical_or_proved": false,
|
| 33 |
+
"case": "cirinhex@21",
|
| 34 |
+
"credit": "David W. Cantrell",
|
| 35 |
+
"date": "July 2012",
|
| 36 |
+
"family_updated": "",
|
| 37 |
+
"metric_expression": "5.709+",
|
| 38 |
+
"metric_symbol": "s",
|
| 39 |
+
"metric_value": 5.709,
|
| 40 |
+
"reference_text": "s = 5.709+ | Found by David W. Cantrell | in July 2012.",
|
| 41 |
+
"source_image": "hc21.gif",
|
| 42 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc21.gif",
|
| 43 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 44 |
+
"title": "Circles in Hexagons"
|
| 45 |
+
},
|
| 46 |
+
"generator": "coordinate_reconstruction",
|
| 47 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 48 |
+
"leaderboard_status": "current_best_coordinate",
|
| 49 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 50 |
+
"profile": "cg",
|
| 51 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 52 |
+
"submitted_at": "2026-05-01T01:47:21+00:00",
|
| 53 |
+
"submitted_by": "David W. Cantrell"
|
| 54 |
+
},
|
| 55 |
+
"placements": [
|
| 56 |
+
{
|
| 57 |
+
"id": 1,
|
| 58 |
+
"rotation_radians": 6.543485383352783,
|
| 59 |
+
"x": -2.977418137227549,
|
| 60 |
+
"y": -2.7321141604437353
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"id": 2,
|
| 64 |
+
"rotation_radians": 0.6677851051964091,
|
| 65 |
+
"x": -1.3867920552597868,
|
| 66 |
+
"y": -3.9445800211625603
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"id": 3,
|
| 70 |
+
"rotation_radians": 4.878686321852387,
|
| 71 |
+
"x": 0.6132577255879791,
|
| 72 |
+
"y": -3.9445721885790226
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"id": 4,
|
| 76 |
+
"rotation_radians": 0.30239827960909094,
|
| 77 |
+
"x": 2.55475202878758,
|
| 78 |
+
"y": -3.4641926402705816
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"id": 5,
|
| 82 |
+
"rotation_radians": 4.320834703493851,
|
| 83 |
+
"x": 3.5547753663028288,
|
| 84 |
+
"y": -1.7320994594036376
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"id": 6,
|
| 88 |
+
"rotation_radians": 5.919448672454216,
|
| 89 |
+
"x": -3.977445211095278,
|
| 90 |
+
"y": -1.0000219518002595
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"id": 7,
|
| 94 |
+
"rotation_radians": -0.29055690120803757,
|
| 95 |
+
"x": -1.977396112282955,
|
| 96 |
+
"y": -1.0000186736895977
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"id": 8,
|
| 100 |
+
"rotation_radians": -0.4032918951577629,
|
| 101 |
+
"x": -0.3867729206450415,
|
| 102 |
+
"y": -2.212482249102536
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"id": 9,
|
| 106 |
+
"rotation_radians": -0.7102921751069424,
|
| 107 |
+
"x": 1.554721776596295,
|
| 108 |
+
"y": -1.7320969486764575
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"id": 10,
|
| 112 |
+
"rotation_radians": 5.075464747986945,
|
| 113 |
+
"x": 4.554799745769319,
|
| 114 |
+
"y": -6.936982071529475e-06
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"id": 11,
|
| 118 |
+
"rotation_radians": 2.3772931236757855,
|
| 119 |
+
"x": -3.9774455896680094,
|
| 120 |
+
"y": 1.0000181328272364
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"id": 12,
|
| 124 |
+
"rotation_radians": 3.842461184879661,
|
| 125 |
+
"x": -1.9773949988624189,
|
| 126 |
+
"y": 1.0000188577960665
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"id": 13,
|
| 130 |
+
"rotation_radians": 2.776557717034663,
|
| 131 |
+
"x": -0.06708025173379516,
|
| 132 |
+
"y": -0.046183101728368654
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"id": 14,
|
| 136 |
+
"rotation_radians": 2.627174319074063,
|
| 137 |
+
"x": 2.5547485506101757,
|
| 138 |
+
"y": -8.272024163587036e-06
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"id": 15,
|
| 142 |
+
"rotation_radians": 1.952690627984041,
|
| 143 |
+
"x": 3.5547807172244523,
|
| 144 |
+
"y": 1.7320881696604125
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"id": 16,
|
| 148 |
+
"rotation_radians": 4.824123034318457,
|
| 149 |
+
"x": -2.977418520889521,
|
| 150 |
+
"y": 2.7321111807361333
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"id": 17,
|
| 154 |
+
"rotation_radians": 2.1331867069142443,
|
| 155 |
+
"x": -0.38676773460277103,
|
| 156 |
+
"y": 2.212478217016376
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"id": 18,
|
| 160 |
+
"rotation_radians": 5.983740674349732,
|
| 161 |
+
"x": 0.613259621201437,
|
| 162 |
+
"y": 3.944572395436246
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"id": 19,
|
| 166 |
+
"rotation_radians": 6.084676181192759,
|
| 167 |
+
"x": 1.5547259083092684,
|
| 168 |
+
"y": 1.7320846410323407
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"id": 20,
|
| 172 |
+
"rotation_radians": 1.1379501682026076,
|
| 173 |
+
"x": 2.5547545551573854,
|
| 174 |
+
"y": 3.4641812077209866
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"id": 21,
|
| 178 |
+
"rotation_radians": 6.41724804394573,
|
| 179 |
+
"x": -1.3867925668066305,
|
| 180 |
+
"y": 3.944575609752429
|
| 181 |
+
}
|
| 182 |
+
],
|
| 183 |
+
"problem": "21 equal items for Circles in Hexagons",
|
| 184 |
+
"setup": "cirinhex",
|
| 185 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc21.gif",
|
| 186 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 187 |
+
}
|
data/solutions/generated/cirinhex_022_cd7262f9f7d0d279.json
ADDED
|
@@ -0,0 +1,193 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@22",
|
| 3 |
+
"container": {
|
| 4 |
+
"circumradius": 5.9518770721265515,
|
| 5 |
+
"orientation_radians": 0.0,
|
| 6 |
+
"side_length": 5.951877072126551,
|
| 7 |
+
"sides": 6,
|
| 8 |
+
"type": "regular_polygon"
|
| 9 |
+
},
|
| 10 |
+
"friedman_reference": {
|
| 11 |
+
"analytical_or_proved": false,
|
| 12 |
+
"case": "cirinhex@22",
|
| 13 |
+
"credit": "David W. Cantrell",
|
| 14 |
+
"date": "July 2012",
|
| 15 |
+
"family_updated": "",
|
| 16 |
+
"metric_expression": "5.952+",
|
| 17 |
+
"metric_symbol": "s",
|
| 18 |
+
"metric_value": 5.952,
|
| 19 |
+
"reference_text": "s = 5.952+ | Found by David W. Cantrell | in July 2012.",
|
| 20 |
+
"source_image": "hc22.gif",
|
| 21 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc22.gif",
|
| 22 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 23 |
+
"title": "Circles in Hexagons"
|
| 24 |
+
},
|
| 25 |
+
"item": {
|
| 26 |
+
"radius": 1.0,
|
| 27 |
+
"type": "circle"
|
| 28 |
+
},
|
| 29 |
+
"metadata": {
|
| 30 |
+
"certification_slack": 1.000030000300001,
|
| 31 |
+
"friedman_reference": {
|
| 32 |
+
"analytical_or_proved": false,
|
| 33 |
+
"case": "cirinhex@22",
|
| 34 |
+
"credit": "David W. Cantrell",
|
| 35 |
+
"date": "July 2012",
|
| 36 |
+
"family_updated": "",
|
| 37 |
+
"metric_expression": "5.952+",
|
| 38 |
+
"metric_symbol": "s",
|
| 39 |
+
"metric_value": 5.952,
|
| 40 |
+
"reference_text": "s = 5.952+ | Found by David W. Cantrell | in July 2012.",
|
| 41 |
+
"source_image": "hc22.gif",
|
| 42 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc22.gif",
|
| 43 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 44 |
+
"title": "Circles in Hexagons"
|
| 45 |
+
},
|
| 46 |
+
"generator": "coordinate_reconstruction",
|
| 47 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 48 |
+
"leaderboard_status": "current_best_coordinate",
|
| 49 |
+
"notes": "Verified coordinate layout matches or beats the Friedman metric; credited to the Friedman-listed finder.",
|
| 50 |
+
"profile": "cg",
|
| 51 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 52 |
+
"submitted_at": "2026-05-01T01:47:21+00:00",
|
| 53 |
+
"submitted_by": "David W. Cantrell"
|
| 54 |
+
},
|
| 55 |
+
"placements": [
|
| 56 |
+
{
|
| 57 |
+
"id": 1,
|
| 58 |
+
"rotation_radians": 1.5336903785710856,
|
| 59 |
+
"x": -3.057843195509521,
|
| 60 |
+
"y": -3.012572174193485
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"id": 2,
|
| 64 |
+
"rotation_radians": 5.627618367090928,
|
| 65 |
+
"x": -1.415825337804449,
|
| 66 |
+
"y": -4.154467925502052
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"id": 3,
|
| 70 |
+
"rotation_radians": 1.588642453094273,
|
| 71 |
+
"x": 0.3261896435058119,
|
| 72 |
+
"y": -3.1718479790654124
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"id": 4,
|
| 76 |
+
"rotation_radians": 0.6537002391114125,
|
| 77 |
+
"x": 2.0682052517810035,
|
| 78 |
+
"y": -4.154470081525163
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"id": 5,
|
| 82 |
+
"rotation_radians": 3.7913269258110547,
|
| 83 |
+
"x": 3.3057127668991004,
|
| 84 |
+
"y": -2.583254154097507
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"id": 6,
|
| 88 |
+
"rotation_radians": 2.6700645622335104,
|
| 89 |
+
"x": -4.0578623048112314,
|
| 90 |
+
"y": -1.2804858241134436
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"id": 7,
|
| 94 |
+
"rotation_radians": 0.8143602476779578,
|
| 95 |
+
"x": -1.6970911446573878,
|
| 96 |
+
"y": -1.529109325316158
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"id": 8,
|
| 100 |
+
"rotation_radians": 2.365761333225855,
|
| 101 |
+
"x": 0.33144143966232537,
|
| 102 |
+
"y": -1.1718107775334614
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"id": 9,
|
| 106 |
+
"rotation_radians": 2.405045407507131,
|
| 107 |
+
"x": 2.305627353448162,
|
| 108 |
+
"y": -0.8511919861199759
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"id": 10,
|
| 112 |
+
"rotation_radians": 1.5287516311548723,
|
| 113 |
+
"x": 4.305736159332807,
|
| 114 |
+
"y": -0.8511663633664502
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"id": 11,
|
| 118 |
+
"rotation_radians": 4.506637422660895,
|
| 119 |
+
"x": -4.398609846467052,
|
| 120 |
+
"y": 0.6903063692321826
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"id": 12,
|
| 124 |
+
"rotation_radians": 5.946477411672315,
|
| 125 |
+
"x": -2.3757809480744814,
|
| 126 |
+
"y": 0.3885664046027516
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"id": 13,
|
| 130 |
+
"rotation_radians": 0.48491402793877963,
|
| 131 |
+
"x": -0.39851076161112026,
|
| 132 |
+
"y": 0.6902727666972293
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"id": 14,
|
| 136 |
+
"rotation_radians": 2.297430853304856,
|
| 137 |
+
"x": 2.137862017249792,
|
| 138 |
+
"y": 1.141809252572138
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"id": 15,
|
| 142 |
+
"rotation_radians": 0.1976652809115194,
|
| 143 |
+
"x": 4.137926722329381,
|
| 144 |
+
"y": 1.1418203373407287
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"id": 16,
|
| 148 |
+
"rotation_radians": 2.343841855451056,
|
| 149 |
+
"x": -3.3985878386902066,
|
| 150 |
+
"y": 2.422390417126905
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"id": 17,
|
| 154 |
+
"rotation_radians": 6.046869609924399,
|
| 155 |
+
"x": -1.3985382639451405,
|
| 156 |
+
"y": 2.422365842183051
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"id": 18,
|
| 160 |
+
"rotation_radians": 5.201906471583247,
|
| 161 |
+
"x": 0.6015255516927154,
|
| 162 |
+
"y": 2.422372521530647
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"id": 19,
|
| 166 |
+
"rotation_radians": 3.5211090941163614,
|
| 167 |
+
"x": 1.6015549723767342,
|
| 168 |
+
"y": 4.154461433559104
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"id": 20,
|
| 172 |
+
"rotation_radians": 3.158677610852162,
|
| 173 |
+
"x": 3.1378984763846116,
|
| 174 |
+
"y": 2.8739078943281555
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"id": 21,
|
| 178 |
+
"rotation_radians": 2.3917888936717118,
|
| 179 |
+
"x": -2.3985542361200842,
|
| 180 |
+
"y": 4.1544639864895
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"id": 22,
|
| 184 |
+
"rotation_radians": 1.4777643359144321,
|
| 185 |
+
"x": -0.39849776533211084,
|
| 186 |
+
"y": 4.154464568713927
|
| 187 |
+
}
|
| 188 |
+
],
|
| 189 |
+
"problem": "22 equal items for Circles in Hexagons",
|
| 190 |
+
"setup": "cirinhex",
|
| 191 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc22.gif",
|
| 192 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 193 |
+
}
|
data/solutions/generated/cirinhex_023_de2d2aabdc650ad2.json
ADDED
|
@@ -0,0 +1,199 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@23",
|
| 3 |
+
"container": {
|
| 4 |
+
"circumradius": 6.0119964252593965,
|
| 5 |
+
"orientation_radians": 0.0,
|
| 6 |
+
"side_length": 6.011996425259396,
|
| 7 |
+
"sides": 6,
|
| 8 |
+
"type": "regular_polygon"
|
| 9 |
+
},
|
| 10 |
+
"friedman_reference": {
|
| 11 |
+
"analytical_or_proved": true,
|
| 12 |
+
"case": "cirinhex@23",
|
| 13 |
+
"credit": "David W. Cantrell",
|
| 14 |
+
"date": "July 2012",
|
| 15 |
+
"family_updated": "",
|
| 16 |
+
"metric_expression": "34/7 + 2/\u221a3 = 6.011+",
|
| 17 |
+
"metric_symbol": "s",
|
| 18 |
+
"metric_value": 6.011,
|
| 19 |
+
"reference_text": "s = 34/7 + 2/\u221a3 = 6.011+ | Found by David W. Cantrell | in July 2012.",
|
| 20 |
+
"source_image": "hc23.gif",
|
| 21 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc23.gif",
|
| 22 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 23 |
+
"title": "Circles in Hexagons"
|
| 24 |
+
},
|
| 25 |
+
"item": {
|
| 26 |
+
"radius": 1.0,
|
| 27 |
+
"type": "circle"
|
| 28 |
+
},
|
| 29 |
+
"metadata": {
|
| 30 |
+
"certification_slack": 1.000030000300001,
|
| 31 |
+
"friedman_reference": {
|
| 32 |
+
"analytical_or_proved": true,
|
| 33 |
+
"case": "cirinhex@23",
|
| 34 |
+
"credit": "David W. Cantrell",
|
| 35 |
+
"date": "July 2012",
|
| 36 |
+
"family_updated": "",
|
| 37 |
+
"metric_expression": "34/7 + 2/\u221a3 = 6.011+",
|
| 38 |
+
"metric_symbol": "s",
|
| 39 |
+
"metric_value": 6.011,
|
| 40 |
+
"reference_text": "s = 34/7 + 2/\u221a3 = 6.011+ | Found by David W. Cantrell | in July 2012.",
|
| 41 |
+
"source_image": "hc23.gif",
|
| 42 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc23.gif",
|
| 43 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 44 |
+
"title": "Circles in Hexagons"
|
| 45 |
+
},
|
| 46 |
+
"generator": "coordinate_reconstruction",
|
| 47 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 48 |
+
"leaderboard_status": "current_best_coordinate",
|
| 49 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 50 |
+
"profile": "cg",
|
| 51 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 52 |
+
"submitted_at": "2026-05-01T01:47:21+00:00",
|
| 53 |
+
"submitted_by": "David W. Cantrell"
|
| 54 |
+
},
|
| 55 |
+
"placements": [
|
| 56 |
+
{
|
| 57 |
+
"id": 1,
|
| 58 |
+
"rotation_radians": 0.01088585785669998,
|
| 59 |
+
"x": -3.4286284844130193,
|
| 60 |
+
"y": -2.4744777907799715
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"id": 2,
|
| 64 |
+
"rotation_radians": 0.013562955445130623,
|
| 65 |
+
"x": -2.42856178593742,
|
| 66 |
+
"y": -4.206535438620394
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"id": 3,
|
| 70 |
+
"rotation_radians": 0.007684762682779028,
|
| 71 |
+
"x": -0.42850107946482296,
|
| 72 |
+
"y": -4.206530108540232
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"id": 4,
|
| 76 |
+
"rotation_radians": -0.2096223722215658,
|
| 77 |
+
"x": 1.1429317953478868,
|
| 78 |
+
"y": -2.969279686172223
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"id": 5,
|
| 82 |
+
"rotation_radians": 0.05490829208071887,
|
| 83 |
+
"x": 3.142975626993475,
|
| 84 |
+
"y": -2.9692619457033222
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"id": 6,
|
| 88 |
+
"rotation_radians": 0.0706102912732397,
|
| 89 |
+
"x": -4.428656184153742,
|
| 90 |
+
"y": -0.7423914146316885
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"id": 7,
|
| 94 |
+
"rotation_radians": 0.194880962719564,
|
| 95 |
+
"x": -2.4286079474462356,
|
| 96 |
+
"y": -0.7423829528891153
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"id": 8,
|
| 100 |
+
"rotation_radians": 0.05362310039570196,
|
| 101 |
+
"x": -1.4285495285772492,
|
| 102 |
+
"y": -2.4744464378242124
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"id": 9,
|
| 106 |
+
"rotation_radians": -0.04828619363738929,
|
| 107 |
+
"x": 2.1429402259937884,
|
| 108 |
+
"y": -1.2371729423835607
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"id": 10,
|
| 112 |
+
"rotation_radians": 0.017894170040258006,
|
| 113 |
+
"x": 4.142991184861336,
|
| 114 |
+
"y": -1.2371598083927178
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"id": 11,
|
| 118 |
+
"rotation_radians": -0.23786786676194394,
|
| 119 |
+
"x": -4.143003601974824,
|
| 120 |
+
"y": 1.2371495608799508
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"id": 12,
|
| 124 |
+
"rotation_radians": 0.3622812222566325,
|
| 125 |
+
"x": -2.1429503246384707,
|
| 126 |
+
"y": 1.2371540698147925
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"id": 13,
|
| 130 |
+
"rotation_radians": 0.05883702898002627,
|
| 131 |
+
"x": 0.14288460691346438,
|
| 132 |
+
"y": -1.2372044076656052
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"id": 14,
|
| 136 |
+
"rotation_radians": -0.07059320164637754,
|
| 137 |
+
"x": 2.4285942378869207,
|
| 138 |
+
"y": 0.7423708601300019
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"id": 15,
|
| 142 |
+
"rotation_radians": 0.012581426087907478,
|
| 143 |
+
"x": 4.428655322968817,
|
| 144 |
+
"y": 0.7423831250699681
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"id": 16,
|
| 148 |
+
"rotation_radians": -0.23982721363557236,
|
| 149 |
+
"x": -3.1429848488660874,
|
| 150 |
+
"y": 2.9692473720807393
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"id": 17,
|
| 154 |
+
"rotation_radians": -0.09396706273511284,
|
| 155 |
+
"x": -0.571548281067351,
|
| 156 |
+
"y": 2.4744377931725365
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"id": 18,
|
| 160 |
+
"rotation_radians": 0.12447529699376898,
|
| 161 |
+
"x": 0.4284816272783447,
|
| 162 |
+
"y": 0.7423485356873205
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"id": 19,
|
| 166 |
+
"rotation_radians": -0.11075029989314435,
|
| 167 |
+
"x": 1.4285187692648917,
|
| 168 |
+
"y": 2.474433833598133
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"id": 20,
|
| 172 |
+
"rotation_radians": 0.091778809990234,
|
| 173 |
+
"x": 3.4286305925283314,
|
| 174 |
+
"y": 2.474476667709342
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"id": 21,
|
| 178 |
+
"rotation_radians": 0.11688101755512745,
|
| 179 |
+
"x": -1.5715780807919115,
|
| 180 |
+
"y": 4.206528001283203
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"id": 22,
|
| 184 |
+
"rotation_radians": -0.1740629354558044,
|
| 185 |
+
"x": 0.4284791762750046,
|
| 186 |
+
"y": 4.206535118372205
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"id": 23,
|
| 190 |
+
"rotation_radians": -0.24808376284602468,
|
| 191 |
+
"x": 2.4285379009372052,
|
| 192 |
+
"y": 4.206534222200379
|
| 193 |
+
}
|
| 194 |
+
],
|
| 195 |
+
"problem": "23 equal items for Circles in Hexagons",
|
| 196 |
+
"setup": "cirinhex",
|
| 197 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc23.gif",
|
| 198 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 199 |
+
}
|
data/solutions/generated/cirinhex_024_61a86ae12328c1ca.json
ADDED
|
@@ -0,0 +1,205 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinhex@24",
|
| 3 |
+
"container": {
|
| 4 |
+
"circumradius": 6.120164603994217,
|
| 5 |
+
"orientation_radians": 0.0,
|
| 6 |
+
"side_length": 6.120164603994216,
|
| 7 |
+
"sides": 6,
|
| 8 |
+
"type": "regular_polygon"
|
| 9 |
+
},
|
| 10 |
+
"friedman_reference": {
|
| 11 |
+
"analytical_or_proved": false,
|
| 12 |
+
"case": "cirinhex@24",
|
| 13 |
+
"credit": "Rob Pratt",
|
| 14 |
+
"date": "March 2020",
|
| 15 |
+
"family_updated": "",
|
| 16 |
+
"metric_expression": "6.117+",
|
| 17 |
+
"metric_symbol": "s",
|
| 18 |
+
"metric_value": 6.117,
|
| 19 |
+
"reference_text": "s = 6.117+ | Found by Rob Pratt | in March 2020.",
|
| 20 |
+
"source_image": "hc24.gif",
|
| 21 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc24.gif",
|
| 22 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 23 |
+
"title": "Circles in Hexagons"
|
| 24 |
+
},
|
| 25 |
+
"item": {
|
| 26 |
+
"radius": 1.0,
|
| 27 |
+
"type": "circle"
|
| 28 |
+
},
|
| 29 |
+
"metadata": {
|
| 30 |
+
"certification_slack": 1.000030000300001,
|
| 31 |
+
"friedman_reference": {
|
| 32 |
+
"analytical_or_proved": false,
|
| 33 |
+
"case": "cirinhex@24",
|
| 34 |
+
"credit": "Rob Pratt",
|
| 35 |
+
"date": "March 2020",
|
| 36 |
+
"family_updated": "",
|
| 37 |
+
"metric_expression": "6.117+",
|
| 38 |
+
"metric_symbol": "s",
|
| 39 |
+
"metric_value": 6.117,
|
| 40 |
+
"reference_text": "s = 6.117+ | Found by Rob Pratt | in March 2020.",
|
| 41 |
+
"source_image": "hc24.gif",
|
| 42 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinhex/hc24.gif",
|
| 43 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 44 |
+
"title": "Circles in Hexagons"
|
| 45 |
+
},
|
| 46 |
+
"generator": "coordinate_reconstruction",
|
| 47 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 48 |
+
"leaderboard_status": "current_best_coordinate",
|
| 49 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 50 |
+
"profile": "cg",
|
| 51 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinhex/",
|
| 52 |
+
"submitted_at": "2026-05-01T01:47:21+00:00",
|
| 53 |
+
"submitted_by": "Rob Pratt"
|
| 54 |
+
},
|
| 55 |
+
"placements": [
|
| 56 |
+
{
|
| 57 |
+
"id": 1,
|
| 58 |
+
"rotation_radians": 0.29868867667172333,
|
| 59 |
+
"x": -2.4827172327226656,
|
| 60 |
+
"y": -4.300210939855668
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"id": 2,
|
| 64 |
+
"rotation_radians": 0.24268588290445803,
|
| 65 |
+
"x": -0.4636451903499858,
|
| 66 |
+
"y": -4.3001821162682115
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"id": 3,
|
| 70 |
+
"rotation_radians": -0.05264605832152485,
|
| 71 |
+
"x": 0.7094364886649773,
|
| 72 |
+
"y": -2.6801915828945164
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"id": 4,
|
| 76 |
+
"rotation_radians": -0.4774536142453228,
|
| 77 |
+
"x": 1.8823578673188928,
|
| 78 |
+
"y": -4.3002069815220825
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"id": 5,
|
| 82 |
+
"rotation_radians": 0.414203762455022,
|
| 83 |
+
"x": 3.298267043938587,
|
| 84 |
+
"y": -2.8876155094113427
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"id": 6,
|
| 88 |
+
"rotation_radians": 0.6141596215669449,
|
| 89 |
+
"x": -3.482550438870808,
|
| 90 |
+
"y": -2.568002390825985
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"id": 7,
|
| 94 |
+
"rotation_radians": 0.22205289450203636,
|
| 95 |
+
"x": -1.4824938642123424,
|
| 96 |
+
"y": -2.5682604616141034
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"id": 8,
|
| 100 |
+
"rotation_radians": 0.09093544894997521,
|
| 101 |
+
"x": -0.3012691827632311,
|
| 102 |
+
"y": -0.9543160721277714
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"id": 9,
|
| 106 |
+
"rotation_radians": -0.23616463773800914,
|
| 107 |
+
"x": 2.0831481636600997,
|
| 108 |
+
"y": -1.2225498987586527
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"id": 10,
|
| 112 |
+
"rotation_radians": -0.7558481172542992,
|
| 113 |
+
"x": 4.298292166442882,
|
| 114 |
+
"y": -1.1555235379806554
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"id": 11,
|
| 118 |
+
"rotation_radians": 0.23311241931330964,
|
| 119 |
+
"x": -4.482763151029765,
|
| 120 |
+
"y": -0.8360125661904245
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"id": 12,
|
| 124 |
+
"rotation_radians": 0.18680876756828377,
|
| 125 |
+
"x": -2.433006109740818,
|
| 126 |
+
"y": -0.7864604383319492
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"id": 13,
|
| 130 |
+
"rotation_radians": -0.03929007335552636,
|
| 131 |
+
"x": 0.305062577512009,
|
| 132 |
+
"y": 0.9515830011006554
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"id": 14,
|
| 136 |
+
"rotation_radians": 0.4606149629028032,
|
| 137 |
+
"x": 2.4212031306852784,
|
| 138 |
+
"y": 0.7840705301795579
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"id": 15,
|
| 142 |
+
"rotation_radians": -0.06486466302540819,
|
| 143 |
+
"x": 4.482765579841461,
|
| 144 |
+
"y": 0.8360094887455386
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"id": 16,
|
| 148 |
+
"rotation_radians": 0.18418748770154905,
|
| 149 |
+
"x": -4.298297198249282,
|
| 150 |
+
"y": 1.1555140060293898
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"id": 17,
|
| 154 |
+
"rotation_radians": -0.4130475718211696,
|
| 155 |
+
"x": -2.205545838021324,
|
| 156 |
+
"y": 1.2030653633059902
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"id": 18,
|
| 160 |
+
"rotation_radians": -0.015028066339343052,
|
| 161 |
+
"x": -0.7669842611695801,
|
| 162 |
+
"y": 2.640045293490313
|
| 163 |
+
},
|
| 164 |
+
{
|
| 165 |
+
"id": 19,
|
| 166 |
+
"rotation_radians": 0.14359382592425576,
|
| 167 |
+
"x": 1.4826766354798526,
|
| 168 |
+
"y": 2.568155539014148
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"id": 20,
|
| 172 |
+
"rotation_radians": 0.062454278700796416,
|
| 173 |
+
"x": 3.4827385948723815,
|
| 174 |
+
"y": 2.5681017396208587
|
| 175 |
+
},
|
| 176 |
+
{
|
| 177 |
+
"id": 21,
|
| 178 |
+
"rotation_radians": -0.09701789144025728,
|
| 179 |
+
"x": -3.298269764141387,
|
| 180 |
+
"y": 2.887610133398389
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"id": 22,
|
| 184 |
+
"rotation_radians": 0.36753378024609773,
|
| 185 |
+
"x": -1.8823644499449348,
|
| 186 |
+
"y": 4.300202073045761
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"id": 23,
|
| 190 |
+
"rotation_radians": -0.17246626897426362,
|
| 191 |
+
"x": 0.40620727194605777,
|
| 192 |
+
"y": 4.28333434889399
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"id": 24,
|
| 196 |
+
"rotation_radians": 0.860472800784408,
|
| 197 |
+
"x": 2.4827213991085153,
|
| 198 |
+
"y": 4.300214568152071
|
| 199 |
+
}
|
| 200 |
+
],
|
| 201 |
+
"problem": "24 equal items for Circles in Hexagons",
|
| 202 |
+
"setup": "cirinhex",
|
| 203 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinhex/hc24.gif",
|
| 204 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinhex/"
|
| 205 |
+
}
|
data/solutions/generated/cirinpen_001_2249439da521383e.json
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinpen@1",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "1.453+",
|
| 5 |
+
"friedman_displayed_metric": 1.453
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 1.2360749163506617,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 1.4530932131191425,
|
| 11 |
+
"sides": 5,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": true,
|
| 16 |
+
"case": "cirinpen@1",
|
| 17 |
+
"credit": "Trivial",
|
| 18 |
+
"date": "",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "1.453+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 1.453,
|
| 23 |
+
"reference_text": "s = 2tan(36\u00b0) | s = 1.453+ | Trivial.",
|
| 24 |
+
"source_image": "pent.1.png",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinpen/pent.1.png",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinpen/",
|
| 27 |
+
"title": "Circles in Pentagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.0000500010000102,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": true,
|
| 37 |
+
"case": "cirinpen@1",
|
| 38 |
+
"credit": "Trivial",
|
| 39 |
+
"date": "",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "1.453+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 1.453,
|
| 44 |
+
"reference_text": "s = 2tan(36\u00b0) | s = 1.453+ | Trivial.",
|
| 45 |
+
"source_image": "pent.1.png",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinpen/pent.1.png",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinpen/",
|
| 48 |
+
"title": "Circles in Pentagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "cg",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinpen/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "Trivial"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": 0.05318622067211453,
|
| 63 |
+
"x": 1.0012350262445666e-06,
|
| 64 |
+
"y": -7.983199662957441e-09
|
| 65 |
+
}
|
| 66 |
+
],
|
| 67 |
+
"problem": "1 equal items for Circles in Pentagons",
|
| 68 |
+
"setup": "cirinpen",
|
| 69 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinpen/pent.1.png",
|
| 70 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinpen/"
|
| 71 |
+
}
|
data/solutions/generated/cirinpen_002_042df6c460b769f5.json
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinpen@2",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "2.689+",
|
| 5 |
+
"friedman_displayed_metric": 2.689
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 2.287585116707018,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 2.689217589928282,
|
| 11 |
+
"sides": 5,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": true,
|
| 16 |
+
"case": "cirinpen@2",
|
| 17 |
+
"credit": "Trivial",
|
| 18 |
+
"date": "",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "2.689+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 2.689,
|
| 23 |
+
"reference_text": "s = 2tan(36\u00b0) + \u221a5 - 1 | s = 2.689+ | Trivial.",
|
| 24 |
+
"source_image": "pent.2.png",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinpen/pent.2.png",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinpen/",
|
| 27 |
+
"title": "Circles in Pentagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.0000600015000203,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": true,
|
| 37 |
+
"case": "cirinpen@2",
|
| 38 |
+
"credit": "Trivial",
|
| 39 |
+
"date": "",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "2.689+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 2.689,
|
| 44 |
+
"reference_text": "s = 2tan(36\u00b0) + \u221a5 - 1 | s = 2.689+ | Trivial.",
|
| 45 |
+
"source_image": "pent.2.png",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinpen/pent.2.png",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinpen/",
|
| 48 |
+
"title": "Circles in Pentagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "sa",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinpen/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "Trivial"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": 0.0,
|
| 63 |
+
"x": -0.8506863314275537,
|
| 64 |
+
"y": -0.6180292253412032
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 2,
|
| 68 |
+
"rotation_radians": 0.0,
|
| 69 |
+
"x": 1.0514824069355486,
|
| 70 |
+
"y": 2.5613590620363354e-05
|
| 71 |
+
}
|
| 72 |
+
],
|
| 73 |
+
"problem": "2 equal items for Circles in Pentagons",
|
| 74 |
+
"setup": "cirinpen",
|
| 75 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinpen/pent.2.png",
|
| 76 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinpen/"
|
| 77 |
+
}
|
data/solutions/generated/cirinpen_003_7afe63c4f78d1c3c.json
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinpen@3",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "3.015+",
|
| 5 |
+
"friedman_displayed_metric": 3.015
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 2.5654848215169617,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 3.0159082861357156,
|
| 11 |
+
"sides": 5,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": false,
|
| 16 |
+
"case": "cirinpen@3",
|
| 17 |
+
"credit": "George Sicherman",
|
| 18 |
+
"date": "July 2012",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "3.015+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 3.015,
|
| 23 |
+
"reference_text": "s = 3.015+ | Found by George Sicherman | in July 2012.",
|
| 24 |
+
"source_image": "pent.3.png",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinpen/pent.3.png",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinpen/",
|
| 27 |
+
"title": "Circles in Pentagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.000040000600004,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": false,
|
| 37 |
+
"case": "cirinpen@3",
|
| 38 |
+
"credit": "George Sicherman",
|
| 39 |
+
"date": "July 2012",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "3.015+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 3.015,
|
| 44 |
+
"reference_text": "s = 3.015+ | Found by George Sicherman | in July 2012.",
|
| 45 |
+
"source_image": "pent.3.png",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinpen/pent.3.png",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinpen/",
|
| 48 |
+
"title": "Circles in Pentagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "steepest",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinpen/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "George Sicherman"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": 2.9521502076646713,
|
| 63 |
+
"x": -1.0755184708911585,
|
| 64 |
+
"y": -0.7814099087741448
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 2,
|
| 68 |
+
"rotation_radians": 4.371685738605809,
|
| 69 |
+
"x": 0.9135639218534516,
|
| 70 |
+
"y": -0.5723605147667044
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"id": 3,
|
| 74 |
+
"rotation_radians": 2.5676468572552515,
|
| 75 |
+
"x": -0.26204041999383665,
|
| 76 |
+
"y": 1.045720046897995
|
| 77 |
+
}
|
| 78 |
+
],
|
| 79 |
+
"problem": "3 equal items for Circles in Pentagons",
|
| 80 |
+
"setup": "cirinpen",
|
| 81 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinpen/pent.3.png",
|
| 82 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinpen/"
|
| 83 |
+
}
|
data/solutions/generated/cirinpen_004_3b6f81450d56967c.json
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"case": "cirinpen@4",
|
| 3 |
+
"comparison": {
|
| 4 |
+
"friedman_displayed_expression": "3.314+",
|
| 5 |
+
"friedman_displayed_metric": 3.314
|
| 6 |
+
},
|
| 7 |
+
"container": {
|
| 8 |
+
"circumradius": 2.8195112651866383,
|
| 9 |
+
"orientation_radians": 0.0,
|
| 10 |
+
"side_length": 3.3145342806983966,
|
| 11 |
+
"sides": 5,
|
| 12 |
+
"type": "regular_polygon"
|
| 13 |
+
},
|
| 14 |
+
"friedman_reference": {
|
| 15 |
+
"analytical_or_proved": false,
|
| 16 |
+
"case": "cirinpen@4",
|
| 17 |
+
"credit": "George Sicherman",
|
| 18 |
+
"date": "July 2012",
|
| 19 |
+
"family_updated": "",
|
| 20 |
+
"metric_expression": "3.314+",
|
| 21 |
+
"metric_symbol": "s",
|
| 22 |
+
"metric_value": 3.314,
|
| 23 |
+
"reference_text": "s = 3.314+ | Found by George Sicherman | in July 2012.",
|
| 24 |
+
"source_image": "pent.4.png",
|
| 25 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinpen/pent.4.png",
|
| 26 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinpen/",
|
| 27 |
+
"title": "Circles in Pentagons"
|
| 28 |
+
},
|
| 29 |
+
"item": {
|
| 30 |
+
"radius": 1.0,
|
| 31 |
+
"type": "circle"
|
| 32 |
+
},
|
| 33 |
+
"metadata": {
|
| 34 |
+
"certification_slack": 1.0000500010000102,
|
| 35 |
+
"friedman_reference": {
|
| 36 |
+
"analytical_or_proved": false,
|
| 37 |
+
"case": "cirinpen@4",
|
| 38 |
+
"credit": "George Sicherman",
|
| 39 |
+
"date": "July 2012",
|
| 40 |
+
"family_updated": "",
|
| 41 |
+
"metric_expression": "3.314+",
|
| 42 |
+
"metric_symbol": "s",
|
| 43 |
+
"metric_value": 3.314,
|
| 44 |
+
"reference_text": "s = 3.314+ | Found by George Sicherman | in July 2012.",
|
| 45 |
+
"source_image": "pent.4.png",
|
| 46 |
+
"source_image_url": "https://erich-friedman.github.io/packing/cirinpen/pent.4.png",
|
| 47 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinpen/",
|
| 48 |
+
"title": "Circles in Pentagons"
|
| 49 |
+
},
|
| 50 |
+
"generator": "coordinate_reconstruction",
|
| 51 |
+
"generator_profile": "best of cg/steepest/sa seed profiles",
|
| 52 |
+
"leaderboard_status": "current_best_coordinate",
|
| 53 |
+
"notes": "Best available verified coordinate reconstruction, but its evaluator metric is worse than the Friedman reference.",
|
| 54 |
+
"profile": "steepest",
|
| 55 |
+
"source_url": "https://erich-friedman.github.io/packing/cirinpen/",
|
| 56 |
+
"submitted_at": "2026-05-01T01:05:47+00:00",
|
| 57 |
+
"submitted_by": "George Sicherman"
|
| 58 |
+
},
|
| 59 |
+
"placements": [
|
| 60 |
+
{
|
| 61 |
+
"id": 1,
|
| 62 |
+
"rotation_radians": 4.529129012427202,
|
| 63 |
+
"x": -1.281021704340876,
|
| 64 |
+
"y": 0.9307027770085637
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"id": 2,
|
| 68 |
+
"rotation_radians": 3.2975342630409825,
|
| 69 |
+
"x": -0.9428960146154225,
|
| 70 |
+
"y": -1.0405766999612989
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"id": 3,
|
| 74 |
+
"rotation_radians": 0.5707473527477467,
|
| 75 |
+
"x": 0.6982395930590469,
|
| 76 |
+
"y": 1.218372527245509
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"id": 4,
|
| 80 |
+
"rotation_radians": 1.079979650937594,
|
| 81 |
+
"x": 1.0363912988960218,
|
| 82 |
+
"y": -0.7529140880814239
|
| 83 |
+
}
|
| 84 |
+
],
|
| 85 |
+
"problem": "4 equal items for Circles in Pentagons",
|
| 86 |
+
"setup": "cirinpen",
|
| 87 |
+
"source_image": "https://erich-friedman.github.io/packing/cirinpen/pent.4.png",
|
| 88 |
+
"source_page": "https://erich-friedman.github.io/packing/cirinpen/"
|
| 89 |
+
}
|