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[draw] - draw random combinatorial object
combstruct[count] - count combinatorial objects of a specified size
Calling Sequence
draw([A, spec, typ], size=n)
draw(struct(args), size=n)
count([A, spec, typ], size=n)
count(struct(args), size=n)
Parameters
A
-
nonterminal of spec
spec
combinatorial specification
typ
labeling type; 'labeled' or 'unlabeled', the default is 'unlabeled'
n
(optional with structures) non-negative integer specifying the size of the object, or string 'allsizes'
struct
one of a pre-defined list of available structures
args
argument list that corresponds to the structure struct
Description
The draw function outputs a random object of size n in the class defined by the specification spec, with uniform distribution among all objects of the same size.
In the case of structures, the draw function returns an object of size n, or an object chosen from all possible sizes, or an object of the default size for that structure, if the size was not specified.
Use the string 'allsizes' which is available only for predefined structures when the object is chosen from all possible sizes.
The count function returns the number of such objects.
To learn how to write a grammar specification, see combstruct[specification].
For a list of available structures, see combstruct[structures].
Examples
See Also
combstruct, combstruct[specification], combstruct[structures]
Download Help Document