Skip to main content

Corner

Type Alias Corner 

Source
pub type Corner = u64;
Expand description

A corner (vertex) of the hypercube {0,1}ⁿ: bit v holds the value of variable v. Enumeration routines assume n ≤ 63; the algebra itself is width-agnostic.