From f692239078ff1cddc0fa9676d6b622c40946ca22 Mon Sep 17 00:00:00 2001 From: Allaun Silverfox <28494262+allaunthefox@users.noreply.github.com> Date: Sat, 16 May 2026 20:56:35 -0500 Subject: [PATCH] Add BraidStorm Sidon Crossing example config --- .../examples/famm_braidstorm_sidon_crossing.example.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 shared-data/examples/famm_braidstorm_sidon_crossing.example.json diff --git a/shared-data/examples/famm_braidstorm_sidon_crossing.example.json b/shared-data/examples/famm_braidstorm_sidon_crossing.example.json new file mode 100644 index 00000000..e51ce7b0 --- /dev/null +++ b/shared-data/examples/famm_braidstorm_sidon_crossing.example.json @@ -0,0 +1,8 @@ +{ + "strand_count": 16, + "address_budget": 256, + "address_mode": "integer", + "allow_self_crossings": true, + "seed": 16384, + "max_restarts": 512 +}