# Meeting Node 12/01
###### tags: `meeting note`
## init infector doc
```
n
I[0] I[1] ... I[n-1]
```
- where `n` is the number of init infectors
- `I[i]` is the id of a node among init infectors
- independent to order
## vaccination doc
```
n
V[0] V[1] V[2] ... V[n-1]
```
- where `n` is the number of nodes to vaccine
- `V[i]` is the id of the i-th node to vaccine
- if `V[i]` is not in state S, then it will skip it
- `n` is no need to be the number of all nodes
- if the simulation iterates to the end, no vaccination in the following simulation day/period