state_track
Track object positions through a sequence of swaps and moves. Provide initial assignments and operations to compute final placements.
Instructions
Track object positions through a series of swaps/moves
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes | Sequence of operations to apply | |
| initial_state | Yes | Initial positions/assignments (e.g., {"Alice": "red", "Bob": "blue"}) |