I am reading about graph burning, which is a deterministic discrete-time process on graphs (Bonato, Anthony, A survey of graph burning, Contrib. Discrete Math. 16, No. 1, 185-197 (2021). ZBL1457.05068.)
I have a problem with the definition of the burning number $b(G)$ and the optimal burning sequence. In particular, it is mentioned that if a graph $G = (V(G),E)$ has a burning sequence $(x_1, x_2, \dots x_k)$, then for each pair $i,j$ with $1 \leq i < j \leq k$ and $d(x_i,x_j) \geq j-i$, the set equation $$N_{k-1}[x_1] \cup N_{k-2}[x_2] \cup \dots N_0[x_k] = V(G) $$
holds. Here, $N_i[x] = \{u \in V(G) | d(u,v) \leq i\} \cup \{x\}$.
What I do not understand is the following: what if, in the optimal burning sequence of the graph, no vertex is picked at the last round? Then, the length of the burning sequence may not be equal to the burning number of the graph. For instance, assume we have a complete graph $K_n$. The burning number of $K_n$ is obviously $2$, which is achieved by selecting any vertex of the graph as a source at roung $t=1$. However, here the burning sequence has only one vertex, namely the vertex selected at $t=1$. For this graph, is $k=1$ or $k=2$? Put another way, do we allow an empty vertex to be part of the burning sequence? Otherwise, if $k=1$, then clearly the set equation does not hold. Thus, I am confused about this particular case.

