Skip to main content

is_fvs

Function is_fvs 

Source
pub fn is_fvs(adj: &[Vec<usize>], fvs: &[usize]) -> bool
Expand description

Check if a given set S is a feedback vertex set for the graph.