Skip to main content

enumerate

Function enumerate 

Source
pub fn enumerate(spec: &KernelSpec) -> Result<Vec<Config>, SpaceError>
Expand description

Enumerate the full constraint-filtered space, in canonical order.

Order: dimensions sorted by name; values in declared order; the last dimension varies fastest (odometer). Constraints filter, never reorder.