Skip to main content

MAX_PERMUTE_VARS

Constant MAX_PERMUTE_VARS 

Source
const MAX_PERMUTE_VARS: usize = 6;
Expand description

Largest number of variables accepted in PERMUTE(...).

PERMUTE expands to the alternation of all n! orderings of its variables, so the NFA grows factorially.