pub fn find_structure_deep(truth: &[bool]) -> Option<DeepStructureReport>Expand description
Run every structural axis and return the globally tightest description of a Boolean function. None if
truth.len() is not a power of two.
pub fn find_structure_deep(truth: &[bool]) -> Option<DeepStructureReport>Run every structural axis and return the globally tightest description of a Boolean function. None if
truth.len() is not a power of two.