Function nekolib_doc::algo::twosat

source ยท
pub fn twosat(
    len: usize,
    cnf: impl IntoIterator<Item = [(usize, bool); 2]>,
) -> Option<Vec<bool>>