Function chinese_postman_problem

Source
pub fn chinese_postman_problem<E: EdgeTrait>(
    g: &Graph<Undirected, E>,
) -> E::Weight
where E::Weight: Copy + Ord + Add<Output = E::Weight> + Zero,
Expand description

Time complexity $O(V^2 2^V)$