Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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