| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- simple
- v1
- ----
- voters=(1)
- 1: StateProbe match=0 next=1
- simple
- v1
- ----
- voters=(1)
- 1: StateProbe match=0 next=1
- simple
- v2
- ----
- voters=(1 2)
- 1: StateProbe match=0 next=1
- 2: StateProbe match=0 next=3
- simple
- l1
- ----
- voters=(2) learners=(1)
- 1: StateProbe match=0 next=1 learner
- 2: StateProbe match=0 next=3
- simple
- l1
- ----
- voters=(2) learners=(1)
- 1: StateProbe match=0 next=1 learner
- 2: StateProbe match=0 next=3
- simple
- r1
- ----
- voters=(2)
- 2: StateProbe match=0 next=3
- simple
- r1
- ----
- voters=(2)
- 2: StateProbe match=0 next=3
- simple
- v3
- ----
- voters=(2 3)
- 2: StateProbe match=0 next=3
- 3: StateProbe match=0 next=8
- simple
- r3
- ----
- voters=(2)
- 2: StateProbe match=0 next=3
- simple
- r3
- ----
- voters=(2)
- 2: StateProbe match=0 next=3
- simple
- r4
- ----
- voters=(2)
- 2: StateProbe match=0 next=3
|