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
Options in the combstruct Package
Calling Sequence
`combstruct/usegfun` := true/false
`combstruct/method` := m
Parameters
m
-
one of the strings 'forwards', 'backwards', 'boustrophedon', or 'optimized'
Description
You can control the choice of algorithms used by changing these option variables.
If the size of the objects being generated by a grammar specification is large, the start-up time can be improved by installing the generating function package gfun, and setting the variable `combstruct/usegfun` to true. The default value of `combstruct/usegfun` is false.
The variable `combstruct/method` controls the algorithm used to generate products in a grammar specification.
If 'combstruct/method' is set to 'optimized', for every product in the specification, the system tries each method for the first 30 sizes, and selects the best one based on the results. The default method is 'boustrophedon'.
For references that explain the algorithms, see the combstruct package.
See Also
combstruct
Download Help Document