Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
combstruct[allstructs] - list all the combinatorial objects of a specified size
Calling Sequence
allstructs([A, spec, typ], size=n)
allstructs(struct(args), size=n)
Parameters
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
Description
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].
Examples
See Also
combstruct, combstruct[iterstructs], combstruct[structures]
Download Help Document