combstruct
allstructs
list all the combinatorial objects of a specified size
Calling Sequence
Parameters
Description
Examples
allstructs([A, spec, typ], size=n)
allstructs(struct(args), size=n)
A
-
nonterminal of spec
spec
combinatorial specification
typ
labeling type; 'labeled' or 'unlabeled', the default is 'unlabeled'
n
non-negative integer specifying the size of the object or string 'allsizes'
struct
one of a predefined list of available structures
args
argument list that corresponds to the structure struct
The allstructs command returns all elements of the combinatorial class of the specified size.
It returns a list, except in some instances with the structure Subset (combination). If the argument to Subset is a set, allstructs returns a set of the subsets.
If the size is not specified, the default size for the structure is used. The size must be specified when working with grammar specifications.
Use the string 'allsizes' which is available only for predefined structures when all possible sizes should be generated.
For information on how to create an iterator for these structures that produces one element at a time rather than returning all of them at once, see combstruct[iterstructs].
For a list of available structures, see combstruct[structures].
with⁡combstruct:
allstructs⁡Subset⁡blue,red
∅,blue,red,blue,red
allstructs⁡Permutation⁡a,b,c,size=2
a,b,a,c,b,a,b,c,c,a,c,b
allstructs⁡T,T=Prod⁡Z,PowerSet⁡T,unlabeled,size=6
Prod⁡Z,PowerSet⁡Prod⁡Z,PowerSet⁡Prod⁡Z,PowerSet⁡Prod⁡Z,PowerSet⁡Prod⁡Z,PowerSet⁡Prod⁡Z,Ε,Prod⁡Z,PowerSet⁡Prod⁡Z,PowerSet⁡Prod⁡Z,PowerSet⁡Prod⁡Z,Ε,Prod⁡Z,PowerSet⁡Prod⁡Z,Ε,Prod⁡Z,PowerSet⁡Prod⁡Z,PowerSet⁡Prod⁡Z,PowerSet⁡Prod⁡Z,PowerSet⁡Prod⁡Z,Ε,Prod⁡Z,Ε,Prod⁡Z,PowerSet⁡Prod⁡Z,PowerSet⁡Prod⁡Z,PowerSet⁡Prod⁡Z,Ε,Prod⁡Z,PowerSet⁡Prod⁡Z,Ε,Prod⁡Z,PowerSet⁡Prod⁡Z,PowerSet⁡Prod⁡Z,PowerSet⁡Prod⁡Z,PowerSet⁡Prod⁡Z,Ε,Prod⁡Z,Ε,Prod⁡Z,PowerSet⁡Prod⁡Z,PowerSet⁡Prod⁡Z,Ε,Prod⁡Z,PowerSet⁡Prod⁡Z,Ε,Prod⁡Z,Ε
See Also
combstruct[iterstructs]
combstruct[structures]
Download Help Document