[][src]Function pocket_prover::path1_countn

pub fn path1_countn(n: usize, fun: &mut dyn FnMut(&[u64], &[u64]) -> u64) -> u64

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

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