Problem. A country has $10$ cities. Operate an aviation network within $2$ following conditions:
a. Each city has a direct flight to exactly $3$ other cities.
b. From a beginning city, there is always a non-direct flight visiting all of other $9$ cities once for each.
My plan of solving.
I only can solve if the Original Problem has different things like:
New Problem. A country has $6$ cities. Operate an aviation network within $2$ following conditions:
a. $4$ cities, each of them has a direct flight to exactly $3$ other cities.
b. From a beginning city, there is always a non-direct flight visiting all of other $5$ cities once for each.
Construction.
Operate an aviation network among cities called $\mathsf{A}, \mathsf{B}, \mathsf{C}, \mathsf{D}, \mathsf{E}, \mathsf{F}.$ We obtain
$$\begin{matrix} \mathsf{B}\rightleftharpoons\mathsf{A}, \mathsf{D}, \mathsf{E}, \mathsf{F} & \mathsf{C}\rightleftharpoons\mathsf{D}, \mathsf{E}, \mathsf{F}\\ \mathsf{F}\rightleftharpoons\mathsf{A}, \mathsf{B}, \mathsf{C} & \mathsf{E}\rightleftharpoons\mathsf{A}, \mathsf{B}, \mathsf{C}, \mathsf{D} \end{matrix}$$
Pairs $\mathsf{A}$ and $\mathsf{D}$ have the same role in this situation, similarly with pairs $\mathsf{B}$ and $\mathsf{C},$ pairs $\mathsf{E}$ and $\mathsf{F}.$
Without loss of generality, consider three paths:
Path $\mathsf{AB}$ and we just need to focus on four inner vertices $\mathsf{C}, \mathsf{D}, \mathsf{E}, \mathsf{F}$
$$\begin{matrix} \mathsf{B}\rightleftharpoons\mathsf{D}, \mathsf{E}, \mathsf{F} & \mathsf{C}\rightleftharpoons\mathsf{D}, \mathsf{E}, \mathsf{F}\\ \mathsf{F}\rightleftharpoons\mathsf{C} & \mathsf{E}\rightleftharpoons\mathsf{C}, \mathsf{D} \end{matrix}$$
$$\begin{matrix} \mathsf{B}\rightleftharpoons\mathsf{D}, \mathsf{E}, \mathsf{F} & \mathsf{C}\rightleftharpoons\mathsf{D}, \mathsf{E}\\ \mathsf{F}\rightleftharpoons\mathsf{C} & \mathsf{E}\rightleftharpoons\mathsf{C}, \mathsf{D} \end{matrix}$$
Routes: $\mathsf{BDECFA}, \mathsf{BEDCFA}$
Path $\mathsf{AE}$ and we just need to focus on four inner vertices $\mathsf{B}, \mathsf{C}, \mathsf{D}, \mathsf{F}$
$$\begin{matrix} \mathsf{B}\rightleftharpoons\mathsf{D}, \mathsf{F} & \mathsf{C}\rightleftharpoons\mathsf{D}, \mathsf{F}\\ \mathsf{F}\rightleftharpoons\mathsf{B}, \mathsf{C} & \mathsf{E}\rightleftharpoons\mathsf{B}, \mathsf{C}, \mathsf{D} \end{matrix}$$
$$\begin{matrix} \mathsf{B}\rightleftharpoons\mathsf{D} & \mathsf{C}\rightleftharpoons\mathsf{D}, \mathsf{F}\\ \mathsf{F}\rightleftharpoons\mathsf{B} & \mathsf{E}\rightleftharpoons\mathsf{B}, \mathsf{C}, \mathsf{D} \end{matrix}$$
$$\begin{matrix} \mathsf{B}\rightleftharpoons\mathsf{D} & \mathsf{C}\rightleftharpoons\mathsf{D}, \mathsf{F}\\ \mathsf{F}\rightleftharpoons\mathsf{B} & \mathsf{E}\rightleftharpoons\mathsf{C}, \mathsf{D} \end{matrix}$$
Routes: $\mathsf{ECDBFA}, \mathsf{EDBFCA}$
Path $\mathsf{BE}$ and we just need to focus on four inner vertices $\mathsf{A}, \mathsf{C}, \mathsf{D}, \mathsf{F}$
$$\begin{matrix} \mathsf{B}\rightleftharpoons\mathsf{A}, \mathsf{D}, \mathsf{F} & \mathsf{C}\rightleftharpoons\mathsf{D}, \mathsf{F}\\ \mathsf{F}\rightleftharpoons\mathsf{A}, \mathsf{C} & \mathsf{E}\rightleftharpoons\mathsf{A}, \mathsf{C}, \mathsf{D} \end{matrix}$$
Routes: $\mathsf{EAFCDB}, \mathsf{EDCFAB}$
Comment. I just write two routes for each. My way of thinking is totally bad, so many unnecessary moves here. Even that, I can't applied it for the Original Problem. I can't continue with the idea..
Inspiration.
The combinations of matches in the round of $16$ here inspired me. Does it work ? I need to the help.
Edit (07/11/21). I describe my operation by this big picture
$$\begin{matrix} \mathsf{flight} & A & B & C & D & E & F & G & H & I & J\\ A & \times & & \times & \times & \times & & \times & \times & \times & \\ B & & \times & & \times & \times & \times & & \times & \times & \times\\ C & \times & & \times & & \times & \times & \times & & \times & \times\\ D & \times & \times & & \times & & \times & \times & \times & & \times\\ E & \times & \times & \times & & \times & & \times & \times & \times & \\ F & & \times & \times & \times & & \times & & \times & \times & \times\\ G & \times & & \times & \times & \times & & \times & & \times & \times\\ H & \times & \times & & \times & & \times & \times & \times & & \times\\ I & \times & \times & \times & & \times & & \times & \times & \times & \\ J & & \times & \times & \times & & \times & & \times & \times & \times\\ \mathsf{route(s)} & A & \bigcirc & \bigcirc & \bigcirc & \bigcirc & \bigcirc & \bigcirc & \bigcirc & \bigcirc & \bigcirc \end{matrix}$$
Its validation is shown by the main diagonal line, hence, we just need to work with the upper bound. The original conditions all here, let's start with the flight $\mathsf{AB}$
$$\begin{matrix} \mathsf{flight} & A & B & C & D & E & F & G & H & I & J\\ A & \times & \times & \times & \times & \times & & \times & \times & \times & \\ B & & \times & & \times & \times & \times & & \times & \times & \times\\ C & & & \times & & \times & \times & \times & & \times & \times\\ D & & & & \times & & \times & \times & \times & & \times\\ E & & & & & \times & & \times & \times & \times & \\ F & & & & & & \times & & \times & \times & \times\\ G & & & & & & & \times & & \times & \times\\ H & & & & & & & & \times & & \times\\ I & & & & & & & & & \times & \\ J & & & & & & & & & & \times\\ \mathsf{route(s)} & A & \bigcirc & \bigcirc & \bigcirc & \bigcirc & \bigcirc & \bigcirc & \bigcirc & \bigcirc & B \end{matrix}$$
$$\begin{matrix} \mathsf{flight} & A & B & C & D & E & F & G & H & I & J\\ A & \times & \times & \times & \times & \times & \checkmark & \times & \times & \times & \times\\ B & & \times & & \times & \times & \times & & \times & \times & \times\\ C & & & \times & & \times & \times & \times & & \times & \times\\ D & & & & \times & & \times & \times & \times & & \times\\ E & & & & & \times & & \times & \times & \times & \\ F & & & & & & \times & & \times & \times & \times\\ G & & & & & & & \times & & \times & \times\\ H & & & & & & & & \times & & \times\\ I & & & & & & & & & \times & \\ J & & & & & & & & & & \times\\ \mathsf{route(s)} & A & F & \bigcirc & \bigcirc & \bigcirc & \bigcirc & \bigcirc & \bigcirc & \bigcirc & B \end{matrix}$$
$$\begin{matrix} \mathsf{flight} & A & B & C & D & E & F & G & H & I & J\\ A & \times & \times & \times & \times & \times & \checkmark & \times & \times & \times & \times\\ B & & \times & & \times & \times & \times & & \times & \times & \times\\ C & & & \times & & \times & \times & \times & & \times & \times\\ D & & & & \times & & \times & \times & \times & & \times\\ E & & & & & \times & \times & \times & \times & \times & \\ F & & & & & & \times & \checkmark & \times & \times & \times\\ G & & & & & & & \times & & \times & \times\\ H & & & & & & & & \times & & \times\\ I & & & & & & & & & \times & \\ J & & & & & & & & & & \times\\ \mathsf{route(s)} & A & F & G & \bigcirc & \bigcirc & \bigcirc & \bigcirc & \bigcirc & \bigcirc & B \end{matrix}$$
$$\begin{matrix} \mathsf{flight} & A & B & C & D & E & F & G & H & I & J\\ A & \times & \times & \times & \times & \times & \checkmark & \times & \times & \times & \times\\ B & & \times & \checkmark & \times & \times & \times & \times & \times & \times & \times\\ C & & & \times & & \times & \times & \times & & \times & \times\\ D & & & & \times & & \times & \times & \times & & \times\\ E & & & & & \times & \times & \times & \times & \times & \\ F & & & & & & \times & \checkmark & \times & \times & \times\\ G & & & & & & & \times & \checkmark & \times & \times\\ H & & & & & & & & \times & & \times\\ I & & & & & & & & & \times & \\ J & & & & & & & & & & \times\\ \mathsf{route(s)} & A & F & G & H & \bigcirc & \bigcirc & \bigcirc & \bigcirc & C & B \end{matrix}$$
$$\begin{matrix} \mathsf{flight} & A & B & C & D & E & F & G & H & I & J\\ A & \times & \times & \times & \times & \times & \checkmark & \times & \times & \times & \times\\ B & & \times & \checkmark & \times & \times & \times & \times & \times & \times & \times\\ C & & & \times & \checkmark & \times & \times & \times & \times & \times & \times\\ D & & & & \times & & \times & \times & \times & & \times\\ E & & & & & \times & \times & \times & \times & \times & \\ F & & & & & & \times & \checkmark & \times & \times & \times\\ G & & & & & & & \times & \checkmark & \times & \times\\ H & & & & & & & & \times & \checkmark & \times\\ I & & & & & & & & & \times & \\ J & & & & & & & & & & \times\\ \mathsf{route(s)} & A & F & G & H & I & \bigcirc & \bigcirc & D & C & B \end{matrix}$$
$$\begin{matrix} \mathsf{flight} & A & B & C & D & E & F & G & H & I & J\\ A & \times & \times & \times & \times & \times & \checkmark & \times & \times & \times & \times\\ B & & \times & \checkmark & \times & \times & \times & \times & \times & \times & \times\\ C & & & \times & \checkmark & \times & \times & \times & \times & \times & \times\\ D & & & & \times & \checkmark & \times & \times & \times & \times & \times\\ E & & & & & \times & \times & \times & \times & \times & \checkmark\\ F & & & & & & \times & \checkmark & \times & \times & \times\\ G & & & & & & & \times & \checkmark & \times & \times\\ H & & & & & & & & \times & \checkmark & \times\\ I & & & & & & & & & \times & \checkmark\\ J & & & & & & & & & & \times\\ \mathsf{route(s)} & A & F & G & H & I & J & E & D & C & B \end{matrix}$$
Done. We need to do the same thing with the flights $\mathsf{AC}$ and $\mathsf{AD}$ here. I can do end my work, huh ? And how about my plan ? Just let your comment here.