You can show extra options of the tool by running `python src/multiagent_steady_state_synthesis/main.py --help`. Most interestingly, you can switch the algorithm between `copy` (baseline in the paper) and `greedy` (incremental addition of agents; default) using the `--algorithm` option. For example