Skip to main content

is_feasible

Function is_feasible 

Source
fn is_feasible<G0, G1, NM, EM>(
    st: &mut (Vf2State<'_, G0>, Vf2State<'_, G1>),
    nodes: (G0::NodeId, G1::NodeId),
    node_match: &mut NM,
    edge_match: &mut EM,
) -> bool