digraph G { node [style=filled] edge [style=dashed] g2 -> e3 -> c4 -> b6 -> a8 [style=solid, color=red]; g2 -> e1 g2 -> f4 g2 -> h4 e1 -> c2 e1 -> d3 e1 -> f3 e3 -> d1 e3 -> d5 e3 -> g4 e3 -> f1 e3 -> f5 f4 -> e2 f4 -> e6 f4 -> h3 f4 -> h5 f4 -> g6 c2 -> a1 c2 -> a3 c2 -> b4 c2 -> d4 d3 -> b2 d3 -> c1 d3 -> c5 d3 -> f2 d3 -> e5 f3 -> d2 f3 -> h2 f3 -> g1 f3 -> g5 c4 -> a5 c4 -> d6 d1 -> c3 d5 -> c7 d5 -> f6 d5 -> e7 g4 -> h6 f1 -> g3 f5 -> g7 e6 -> d8 e6 -> f8 g6 -> h8 a1 -> b3 a3 -> b1 a3 -> b5 b4 -> a2 b4 -> a6 b4 -> c6 b2 -> a4 c5 -> b7 c5 -> e4 c5 -> d7 f2 -> h1 e5 -> f7 g5 -> h7 }