pub fn dp_solve_hashmap_graph(
    graph: &HashMapGraph,
    td: Option<TreeDecomposition>,
    prob: &DpProblem
) -> HashSet<usize>
Expand description

For convenience.