pub fn path1_countnm(
    f: usize,
    x: usize,
    fun: &mut dyn FnMut(&[u64], &[u64]) -> u64
) -> u64
Expand description

Path Semantical Logic: Counts the number of solutions of a n+m-argument boolean function,

For more information, see the section “Path Semantical Logic” at the top level documentation.