mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-08-18 16:10:35 +00:00
- lakefile.lean: register SilverSight.{AngrySphinx,CollatzBraid,GoldenSpiral,GCCL}
- docs/research/: braid group action, iteration DAG/regime, Sidon
preservation/creation, unified CRT-torus DAG notes
- docs/diagrams/: DAG + heatmap + 8-strand search JSON/dot outputs
- formal/CoreFormalism/StrandCapacityBound.lean: capacity bound (passes
hardened anti-smuggle --ci)
- scripts/, python/: braid word solver, collapse/DAG search + tuning,
heatmap gen, YB search/verification, wrapping verifier
- .gitignore: exclude rust/**/target and coq compiled artifacts
(*.vo/*.vok/*.vos/*.glob/*.aux) that were polluting the tree
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1024 lines
No EOL
19 KiB
JSON
1024 lines
No EOL
19 KiB
JSON
{
|
|
"8strand_config": {
|
|
"n_moduli": 16,
|
|
"coprime": true,
|
|
"moduli": [
|
|
35,
|
|
6,
|
|
323,
|
|
143,
|
|
1147,
|
|
667,
|
|
2491,
|
|
1763,
|
|
4757,
|
|
3599,
|
|
7387,
|
|
5767,
|
|
11021,
|
|
9797,
|
|
16637,
|
|
12317
|
|
],
|
|
"pairs": [
|
|
[
|
|
35,
|
|
6
|
|
],
|
|
[
|
|
323,
|
|
143
|
|
],
|
|
[
|
|
1147,
|
|
667
|
|
],
|
|
[
|
|
2491,
|
|
1763
|
|
],
|
|
[
|
|
4757,
|
|
3599
|
|
],
|
|
[
|
|
7387,
|
|
5767
|
|
],
|
|
[
|
|
11021,
|
|
9797
|
|
],
|
|
[
|
|
16637,
|
|
12317
|
|
]
|
|
],
|
|
"min_spacing": 108,
|
|
"capacity": [
|
|
54,
|
|
54,
|
|
172,
|
|
308,
|
|
505,
|
|
505,
|
|
648,
|
|
648
|
|
],
|
|
"max_modulus": 16637,
|
|
"max_modulus_ok": true
|
|
},
|
|
"seeds": [
|
|
{
|
|
"seed_id": "canonical",
|
|
"A0": [
|
|
1,
|
|
2,
|
|
5,
|
|
6
|
|
],
|
|
"S": 7,
|
|
"n_strands": 3,
|
|
"max_steps": 8,
|
|
"max_branch": 80,
|
|
"elapsed_s": 0.0,
|
|
"stats": {
|
|
"explored": 5,
|
|
"sidon_found": 0,
|
|
"terminal": 2,
|
|
"axis_swaps": 4,
|
|
"adjustments": 0
|
|
},
|
|
"nodes_total": 5,
|
|
"sidon_paths": [],
|
|
"root_moduli": [
|
|
35,
|
|
6,
|
|
323,
|
|
143,
|
|
1147,
|
|
667
|
|
],
|
|
"root_capacity": [
|
|
54,
|
|
54,
|
|
172
|
|
],
|
|
"root_spacing": null,
|
|
"shortest_path": null,
|
|
"shortest_steps": null
|
|
},
|
|
{
|
|
"seed_id": "sparse",
|
|
"A0": [
|
|
0,
|
|
1,
|
|
3,
|
|
8,
|
|
13
|
|
],
|
|
"S": 27,
|
|
"n_strands": 3,
|
|
"max_steps": 8,
|
|
"max_branch": 80,
|
|
"elapsed_s": 0.0,
|
|
"stats": {
|
|
"explored": 3,
|
|
"sidon_found": 2,
|
|
"terminal": 2,
|
|
"axis_swaps": 2,
|
|
"adjustments": 0
|
|
},
|
|
"nodes_total": 3,
|
|
"sidon_paths": [
|
|
{
|
|
"braid_word": "\u03c3_1",
|
|
"steps": 1,
|
|
"final_A": [
|
|
848084358283,
|
|
2756274164385,
|
|
2968295253948,
|
|
5300527239176,
|
|
6148611597428
|
|
],
|
|
"final_M": 7420738134810,
|
|
"final_capacity": [
|
|
0,
|
|
0,
|
|
172
|
|
],
|
|
"node_count": 2
|
|
},
|
|
{
|
|
"braid_word": "\u03c3_2",
|
|
"steps": 1,
|
|
"final_A": [
|
|
848084358283,
|
|
2756274164385,
|
|
2968295253948,
|
|
5300527239176,
|
|
6148611597428
|
|
],
|
|
"final_M": 7420738134810,
|
|
"final_capacity": [
|
|
54,
|
|
0,
|
|
0
|
|
],
|
|
"node_count": 2
|
|
}
|
|
],
|
|
"root_moduli": [
|
|
35,
|
|
6,
|
|
323,
|
|
143,
|
|
1147,
|
|
667
|
|
],
|
|
"root_capacity": [
|
|
54,
|
|
54,
|
|
172
|
|
],
|
|
"root_spacing": null,
|
|
"shortest_path": "\u03c3_1",
|
|
"shortest_steps": 1
|
|
},
|
|
{
|
|
"seed_id": "five_element",
|
|
"A0": [
|
|
1,
|
|
4,
|
|
9,
|
|
11,
|
|
16
|
|
],
|
|
"S": 20,
|
|
"n_strands": 3,
|
|
"max_steps": 8,
|
|
"max_branch": 80,
|
|
"elapsed_s": 0.0,
|
|
"stats": {
|
|
"explored": 5,
|
|
"sidon_found": 0,
|
|
"terminal": 2,
|
|
"axis_swaps": 4,
|
|
"adjustments": 0
|
|
},
|
|
"nodes_total": 5,
|
|
"sidon_paths": [],
|
|
"root_moduli": [
|
|
35,
|
|
6,
|
|
323,
|
|
143,
|
|
1147,
|
|
667
|
|
],
|
|
"root_capacity": [
|
|
54,
|
|
54,
|
|
172
|
|
],
|
|
"root_spacing": null,
|
|
"shortest_path": null,
|
|
"shortest_steps": null
|
|
},
|
|
{
|
|
"seed_id": "seven_element",
|
|
"A0": [
|
|
2,
|
|
3,
|
|
7,
|
|
10,
|
|
14,
|
|
18,
|
|
21
|
|
],
|
|
"S": 24,
|
|
"n_strands": 3,
|
|
"max_steps": 8,
|
|
"max_branch": 80,
|
|
"elapsed_s": 0.0,
|
|
"stats": {
|
|
"explored": 5,
|
|
"sidon_found": 0,
|
|
"terminal": 2,
|
|
"axis_swaps": 4,
|
|
"adjustments": 0
|
|
},
|
|
"nodes_total": 5,
|
|
"sidon_paths": [],
|
|
"root_moduli": [
|
|
35,
|
|
6,
|
|
323,
|
|
143,
|
|
1147,
|
|
667
|
|
],
|
|
"root_capacity": [
|
|
54,
|
|
54,
|
|
172
|
|
],
|
|
"root_spacing": null,
|
|
"shortest_path": null,
|
|
"shortest_steps": null
|
|
},
|
|
{
|
|
"seed_id": "canonical",
|
|
"A0": [
|
|
1,
|
|
2,
|
|
5,
|
|
6
|
|
],
|
|
"S": 7,
|
|
"n_strands": 4,
|
|
"max_steps": 8,
|
|
"max_branch": 60,
|
|
"elapsed_s": 0.0,
|
|
"stats": {
|
|
"explored": 16,
|
|
"sidon_found": 0,
|
|
"terminal": 6,
|
|
"axis_swaps": 15,
|
|
"adjustments": 0
|
|
},
|
|
"nodes_total": 16,
|
|
"sidon_paths": [],
|
|
"root_moduli": [
|
|
35,
|
|
6,
|
|
323,
|
|
143,
|
|
1147,
|
|
667,
|
|
2491,
|
|
1763
|
|
],
|
|
"root_capacity": [
|
|
54,
|
|
54,
|
|
172,
|
|
308
|
|
],
|
|
"root_spacing": null,
|
|
"shortest_path": null,
|
|
"shortest_steps": null
|
|
},
|
|
{
|
|
"seed_id": "sparse",
|
|
"A0": [
|
|
0,
|
|
1,
|
|
3,
|
|
8,
|
|
13
|
|
],
|
|
"S": 27,
|
|
"n_strands": 4,
|
|
"max_steps": 8,
|
|
"max_branch": 60,
|
|
"elapsed_s": 0.0,
|
|
"stats": {
|
|
"explored": 16,
|
|
"sidon_found": 0,
|
|
"terminal": 6,
|
|
"axis_swaps": 15,
|
|
"adjustments": 0
|
|
},
|
|
"nodes_total": 16,
|
|
"sidon_paths": [],
|
|
"root_moduli": [
|
|
35,
|
|
6,
|
|
323,
|
|
143,
|
|
1147,
|
|
667,
|
|
2491,
|
|
1763
|
|
],
|
|
"root_capacity": [
|
|
54,
|
|
54,
|
|
172,
|
|
308
|
|
],
|
|
"root_spacing": null,
|
|
"shortest_path": null,
|
|
"shortest_steps": null
|
|
},
|
|
{
|
|
"seed_id": "five_element",
|
|
"A0": [
|
|
1,
|
|
4,
|
|
9,
|
|
11,
|
|
16
|
|
],
|
|
"S": 20,
|
|
"n_strands": 4,
|
|
"max_steps": 8,
|
|
"max_branch": 60,
|
|
"elapsed_s": 0.0,
|
|
"stats": {
|
|
"explored": 16,
|
|
"sidon_found": 0,
|
|
"terminal": 6,
|
|
"axis_swaps": 15,
|
|
"adjustments": 0
|
|
},
|
|
"nodes_total": 16,
|
|
"sidon_paths": [],
|
|
"root_moduli": [
|
|
35,
|
|
6,
|
|
323,
|
|
143,
|
|
1147,
|
|
667,
|
|
2491,
|
|
1763
|
|
],
|
|
"root_capacity": [
|
|
54,
|
|
54,
|
|
172,
|
|
308
|
|
],
|
|
"root_spacing": null,
|
|
"shortest_path": null,
|
|
"shortest_steps": null
|
|
},
|
|
{
|
|
"seed_id": "seven_element",
|
|
"A0": [
|
|
2,
|
|
3,
|
|
7,
|
|
10,
|
|
14,
|
|
18,
|
|
21
|
|
],
|
|
"S": 24,
|
|
"n_strands": 4,
|
|
"max_steps": 8,
|
|
"max_branch": 60,
|
|
"elapsed_s": 0.0,
|
|
"stats": {
|
|
"explored": 16,
|
|
"sidon_found": 0,
|
|
"terminal": 6,
|
|
"axis_swaps": 15,
|
|
"adjustments": 0
|
|
},
|
|
"nodes_total": 16,
|
|
"sidon_paths": [],
|
|
"root_moduli": [
|
|
35,
|
|
6,
|
|
323,
|
|
143,
|
|
1147,
|
|
667,
|
|
2491,
|
|
1763
|
|
],
|
|
"root_capacity": [
|
|
54,
|
|
54,
|
|
172,
|
|
308
|
|
],
|
|
"root_spacing": null,
|
|
"shortest_path": null,
|
|
"shortest_steps": null
|
|
},
|
|
{
|
|
"seed_id": "canonical",
|
|
"A0": [
|
|
1,
|
|
2,
|
|
5,
|
|
6
|
|
],
|
|
"S": 7,
|
|
"n_strands": 6,
|
|
"max_steps": 6,
|
|
"max_branch": 40,
|
|
"elapsed_s": 0.05,
|
|
"stats": {
|
|
"explored": 237,
|
|
"sidon_found": 0,
|
|
"terminal": 111,
|
|
"axis_swaps": 236,
|
|
"adjustments": 0
|
|
},
|
|
"nodes_total": 237,
|
|
"sidon_paths": [],
|
|
"root_moduli": [
|
|
35,
|
|
6,
|
|
323,
|
|
143,
|
|
1147,
|
|
667,
|
|
2491,
|
|
1763,
|
|
4757,
|
|
3599,
|
|
7387,
|
|
5767
|
|
],
|
|
"root_capacity": [
|
|
54,
|
|
54,
|
|
172,
|
|
308,
|
|
505,
|
|
505
|
|
],
|
|
"root_spacing": null,
|
|
"shortest_path": null,
|
|
"shortest_steps": null
|
|
},
|
|
{
|
|
"seed_id": "sparse",
|
|
"A0": [
|
|
0,
|
|
1,
|
|
3,
|
|
8,
|
|
13
|
|
],
|
|
"S": 27,
|
|
"n_strands": 6,
|
|
"max_steps": 6,
|
|
"max_branch": 40,
|
|
"elapsed_s": 0.06,
|
|
"stats": {
|
|
"explored": 237,
|
|
"sidon_found": 0,
|
|
"terminal": 111,
|
|
"axis_swaps": 236,
|
|
"adjustments": 0
|
|
},
|
|
"nodes_total": 237,
|
|
"sidon_paths": [],
|
|
"root_moduli": [
|
|
35,
|
|
6,
|
|
323,
|
|
143,
|
|
1147,
|
|
667,
|
|
2491,
|
|
1763,
|
|
4757,
|
|
3599,
|
|
7387,
|
|
5767
|
|
],
|
|
"root_capacity": [
|
|
54,
|
|
54,
|
|
172,
|
|
308,
|
|
505,
|
|
505
|
|
],
|
|
"root_spacing": null,
|
|
"shortest_path": null,
|
|
"shortest_steps": null
|
|
},
|
|
{
|
|
"seed_id": "five_element",
|
|
"A0": [
|
|
1,
|
|
4,
|
|
9,
|
|
11,
|
|
16
|
|
],
|
|
"S": 20,
|
|
"n_strands": 6,
|
|
"max_steps": 6,
|
|
"max_branch": 40,
|
|
"elapsed_s": 0.06,
|
|
"stats": {
|
|
"explored": 237,
|
|
"sidon_found": 0,
|
|
"terminal": 111,
|
|
"axis_swaps": 236,
|
|
"adjustments": 0
|
|
},
|
|
"nodes_total": 237,
|
|
"sidon_paths": [],
|
|
"root_moduli": [
|
|
35,
|
|
6,
|
|
323,
|
|
143,
|
|
1147,
|
|
667,
|
|
2491,
|
|
1763,
|
|
4757,
|
|
3599,
|
|
7387,
|
|
5767
|
|
],
|
|
"root_capacity": [
|
|
54,
|
|
54,
|
|
172,
|
|
308,
|
|
505,
|
|
505
|
|
],
|
|
"root_spacing": null,
|
|
"shortest_path": null,
|
|
"shortest_steps": null
|
|
},
|
|
{
|
|
"seed_id": "seven_element",
|
|
"A0": [
|
|
2,
|
|
3,
|
|
7,
|
|
10,
|
|
14,
|
|
18,
|
|
21
|
|
],
|
|
"S": 24,
|
|
"n_strands": 6,
|
|
"max_steps": 6,
|
|
"max_branch": 40,
|
|
"elapsed_s": 0.07,
|
|
"stats": {
|
|
"explored": 237,
|
|
"sidon_found": 0,
|
|
"terminal": 111,
|
|
"axis_swaps": 236,
|
|
"adjustments": 0
|
|
},
|
|
"nodes_total": 237,
|
|
"sidon_paths": [],
|
|
"root_moduli": [
|
|
35,
|
|
6,
|
|
323,
|
|
143,
|
|
1147,
|
|
667,
|
|
2491,
|
|
1763,
|
|
4757,
|
|
3599,
|
|
7387,
|
|
5767
|
|
],
|
|
"root_capacity": [
|
|
54,
|
|
54,
|
|
172,
|
|
308,
|
|
505,
|
|
505
|
|
],
|
|
"root_spacing": null,
|
|
"shortest_path": null,
|
|
"shortest_steps": null
|
|
},
|
|
{
|
|
"seed_id": "canonical",
|
|
"A0": [
|
|
1,
|
|
2,
|
|
5,
|
|
6
|
|
],
|
|
"S": 7,
|
|
"n_strands": 8,
|
|
"max_steps": 5,
|
|
"max_branch": 30,
|
|
"elapsed_s": 0.26,
|
|
"stats": {
|
|
"explored": 628,
|
|
"sidon_found": 0,
|
|
"terminal": 344,
|
|
"axis_swaps": 627,
|
|
"adjustments": 0
|
|
},
|
|
"nodes_total": 628,
|
|
"sidon_paths": [],
|
|
"root_moduli": [
|
|
35,
|
|
6,
|
|
323,
|
|
143,
|
|
1147,
|
|
667,
|
|
2491,
|
|
1763,
|
|
4757,
|
|
3599,
|
|
7387,
|
|
5767,
|
|
11021,
|
|
9797,
|
|
16637,
|
|
12317
|
|
],
|
|
"root_capacity": [
|
|
54,
|
|
54,
|
|
172,
|
|
308,
|
|
505,
|
|
505,
|
|
648,
|
|
648
|
|
],
|
|
"root_spacing": null,
|
|
"shortest_path": null,
|
|
"shortest_steps": null
|
|
},
|
|
{
|
|
"seed_id": "sparse",
|
|
"A0": [
|
|
0,
|
|
1,
|
|
3,
|
|
8,
|
|
13
|
|
],
|
|
"S": 27,
|
|
"n_strands": 8,
|
|
"max_steps": 5,
|
|
"max_branch": 30,
|
|
"elapsed_s": 0.0,
|
|
"stats": {
|
|
"explored": 8,
|
|
"sidon_found": 7,
|
|
"terminal": 7,
|
|
"axis_swaps": 7,
|
|
"adjustments": 0
|
|
},
|
|
"nodes_total": 8,
|
|
"sidon_paths": [
|
|
{
|
|
"braid_word": "\u03c3_1",
|
|
"steps": 1,
|
|
"final_A": [
|
|
45076841061653806351831868320492449677195225781668,
|
|
75128068436089677253053113867487416128658709636116,
|
|
165281750559397289956716850508472315483049161199425,
|
|
420717183242102192617097437657929530320488773962128,
|
|
495845251678191869870150551525416946449147483598213
|
|
],
|
|
"final_M": 525896479052627740771371797072411912900610967452630,
|
|
"final_capacity": [
|
|
0,
|
|
0,
|
|
172,
|
|
308,
|
|
505,
|
|
505,
|
|
648,
|
|
648
|
|
],
|
|
"node_count": 2
|
|
},
|
|
{
|
|
"braid_word": "\u03c3_2",
|
|
"steps": 1,
|
|
"final_A": [
|
|
45076841061653806351831868320492449677195225781668,
|
|
75128068436089677253053113867487416128658709636116,
|
|
165281750559397289956716850508472315483049161199425,
|
|
420717183242102192617097437657929530320488773962128,
|
|
495845251678191869870150551525416946449147483598213
|
|
],
|
|
"final_M": 525896479052627740771371797072411912900610967452630,
|
|
"final_capacity": [
|
|
54,
|
|
0,
|
|
0,
|
|
308,
|
|
505,
|
|
505,
|
|
648,
|
|
648
|
|
],
|
|
"node_count": 2
|
|
},
|
|
{
|
|
"braid_word": "\u03c3_3",
|
|
"steps": 1,
|
|
"final_A": [
|
|
45076841061653806351831868320492449677195225781668,
|
|
75128068436089677253053113867487416128658709636116,
|
|
165281750559397289956716850508472315483049161199425,
|
|
420717183242102192617097437657929530320488773962128,
|
|
495845251678191869870150551525416946449147483598213
|
|
],
|
|
"final_M": 525896479052627740771371797072411912900610967452630,
|
|
"final_capacity": [
|
|
54,
|
|
54,
|
|
0,
|
|
0,
|
|
505,
|
|
505,
|
|
648,
|
|
648
|
|
],
|
|
"node_count": 2
|
|
},
|
|
{
|
|
"braid_word": "\u03c3_4",
|
|
"steps": 1,
|
|
"final_A": [
|
|
45076841061653806351831868320492449677195225781668,
|
|
75128068436089677253053113867487416128658709636116,
|
|
165281750559397289956716850508472315483049161199425,
|
|
420717183242102192617097437657929530320488773962128,
|
|
495845251678191869870150551525416946449147483598213
|
|
],
|
|
"final_M": 525896479052627740771371797072411912900610967452630,
|
|
"final_capacity": [
|
|
54,
|
|
54,
|
|
172,
|
|
0,
|
|
0,
|
|
505,
|
|
648,
|
|
648
|
|
],
|
|
"node_count": 2
|
|
},
|
|
{
|
|
"braid_word": "\u03c3_5",
|
|
"steps": 1,
|
|
"final_A": [
|
|
45076841061653806351831868320492449677195225781668,
|
|
75128068436089677253053113867487416128658709636116,
|
|
165281750559397289956716850508472315483049161199425,
|
|
420717183242102192617097437657929530320488773962128,
|
|
495845251678191869870150551525416946449147483598213
|
|
],
|
|
"final_M": 525896479052627740771371797072411912900610967452630,
|
|
"final_capacity": [
|
|
54,
|
|
54,
|
|
172,
|
|
308,
|
|
0,
|
|
0,
|
|
648,
|
|
648
|
|
],
|
|
"node_count": 2
|
|
},
|
|
{
|
|
"braid_word": "\u03c3_6",
|
|
"steps": 1,
|
|
"final_A": [
|
|
45076841061653806351831868320492449677195225781668,
|
|
75128068436089677253053113867487416128658709636116,
|
|
165281750559397289956716850508472315483049161199425,
|
|
420717183242102192617097437657929530320488773962128,
|
|
495845251678191869870150551525416946449147483598213
|
|
],
|
|
"final_M": 525896479052627740771371797072411912900610967452630,
|
|
"final_capacity": [
|
|
54,
|
|
54,
|
|
172,
|
|
308,
|
|
505,
|
|
0,
|
|
0,
|
|
648
|
|
],
|
|
"node_count": 2
|
|
},
|
|
{
|
|
"braid_word": "\u03c3_7",
|
|
"steps": 1,
|
|
"final_A": [
|
|
45076841061653806351831868320492449677195225781668,
|
|
75128068436089677253053113867487416128658709636116,
|
|
165281750559397289956716850508472315483049161199425,
|
|
420717183242102192617097437657929530320488773962128,
|
|
495845251678191869870150551525416946449147483598213
|
|
],
|
|
"final_M": 525896479052627740771371797072411912900610967452630,
|
|
"final_capacity": [
|
|
54,
|
|
54,
|
|
172,
|
|
308,
|
|
505,
|
|
505,
|
|
0,
|
|
0
|
|
],
|
|
"node_count": 2
|
|
}
|
|
],
|
|
"root_moduli": [
|
|
35,
|
|
6,
|
|
323,
|
|
143,
|
|
1147,
|
|
667,
|
|
2491,
|
|
1763,
|
|
4757,
|
|
3599,
|
|
7387,
|
|
5767,
|
|
11021,
|
|
9797,
|
|
16637,
|
|
12317
|
|
],
|
|
"root_capacity": [
|
|
54,
|
|
54,
|
|
172,
|
|
308,
|
|
505,
|
|
505,
|
|
648,
|
|
648
|
|
],
|
|
"root_spacing": null,
|
|
"shortest_path": "\u03c3_1",
|
|
"shortest_steps": 1
|
|
},
|
|
{
|
|
"seed_id": "five_element",
|
|
"A0": [
|
|
1,
|
|
4,
|
|
9,
|
|
11,
|
|
16
|
|
],
|
|
"S": 20,
|
|
"n_strands": 8,
|
|
"max_steps": 5,
|
|
"max_branch": 30,
|
|
"elapsed_s": 0.28,
|
|
"stats": {
|
|
"explored": 628,
|
|
"sidon_found": 0,
|
|
"terminal": 344,
|
|
"axis_swaps": 627,
|
|
"adjustments": 0
|
|
},
|
|
"nodes_total": 628,
|
|
"sidon_paths": [],
|
|
"root_moduli": [
|
|
35,
|
|
6,
|
|
323,
|
|
143,
|
|
1147,
|
|
667,
|
|
2491,
|
|
1763,
|
|
4757,
|
|
3599,
|
|
7387,
|
|
5767,
|
|
11021,
|
|
9797,
|
|
16637,
|
|
12317
|
|
],
|
|
"root_capacity": [
|
|
54,
|
|
54,
|
|
172,
|
|
308,
|
|
505,
|
|
505,
|
|
648,
|
|
648
|
|
],
|
|
"root_spacing": null,
|
|
"shortest_path": null,
|
|
"shortest_steps": null
|
|
},
|
|
{
|
|
"seed_id": "seven_element",
|
|
"A0": [
|
|
2,
|
|
3,
|
|
7,
|
|
10,
|
|
14,
|
|
18,
|
|
21
|
|
],
|
|
"S": 24,
|
|
"n_strands": 8,
|
|
"max_steps": 5,
|
|
"max_branch": 30,
|
|
"elapsed_s": 0.37,
|
|
"stats": {
|
|
"explored": 628,
|
|
"sidon_found": 0,
|
|
"terminal": 344,
|
|
"axis_swaps": 627,
|
|
"adjustments": 0
|
|
},
|
|
"nodes_total": 628,
|
|
"sidon_paths": [],
|
|
"root_moduli": [
|
|
35,
|
|
6,
|
|
323,
|
|
143,
|
|
1147,
|
|
667,
|
|
2491,
|
|
1763,
|
|
4757,
|
|
3599,
|
|
7387,
|
|
5767,
|
|
11021,
|
|
9797,
|
|
16637,
|
|
12317
|
|
],
|
|
"root_capacity": [
|
|
54,
|
|
54,
|
|
172,
|
|
308,
|
|
505,
|
|
505,
|
|
648,
|
|
648
|
|
],
|
|
"root_spacing": null,
|
|
"shortest_path": null,
|
|
"shortest_steps": null
|
|
}
|
|
]
|
|
} |