t_odd_orientation (307B)
1 # T odd orientation 2 3 Given an [undirected_graph] G and subset T of vertices, a *T-odd orientation* is a [graph_orientation] of G where precisely the vertices of T have odd [in_degree] 4 5 discussed in [gravier2025note] in connection to [acyclic_orientation], also in [gravier2026some] 6 7 Up: [graph_orientation]