swactor/crates/simulation/examples/configs/star_7.toml
zacheryasc 7ef7bd0b50 refactor: consolidate crates (#39)
Crates continued to grow in number, but most are still quite small and feature specific. This refactor consolidates them.
2026-02-13 17:34:01 +00:00

11 lines
169 B
TOML

name = "Star (7 nodes)"
topology = "star"
num_nodes = 7
num_rounds = 10
ticks_per_round = 4
num_threads = 1
[initial_data]
color = "red"
version = "2"
status = "ready"