Skip to main content

find_structure_deep

Function find_structure_deep 

Source
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.