pub fn compute_cost_analysis(
space: &PermutationSpace,
) -> Result<CostAnalysis, PermutationError>Expand description
Compute cost analysis for a permutation space.
ยงErrors
Returns an error when the space is invalid or a cost exceeds u64.
pub fn compute_cost_analysis(
space: &PermutationSpace,
) -> Result<CostAnalysis, PermutationError>Compute cost analysis for a permutation space.
Returns an error when the space is invalid or a cost exceeds u64.