📄️ Outline
This tutorial models and simulates a Self‑Sorting Robots (SSR) system in the Bigraph Framework.
📄️ The Signature
SSR uses a combined signature of the grid and robots.
📄️ Initial State
We start with three robots on a 2×3 grid.
📄️ Reaction Rules
These functions are taken from the SSR unit test: they build the LHS/RHS bigraphs including interfaces and tracking maps.
📄️ Reactive System
Collect agent and rules into a PureReactiveSystem.
📄️ Simulation & Debugging
Run a BFS exploration and export the reaction graph + states.
📄️ Generalization & Scaling
So far, we have focused on n = 3 robots to keep the model and explanations concise.