combstruct[gfsolve] - solve the system of generating functions associated with a grammar
|
Calling Sequence
|
|
gfsolve(spec, typ, var, tags)
|
|
Parameters
|
|
spec
|
-
|
combinatorial specification
|
typ
|
-
|
labeling type; 'labeled' or 'unlabeled'
|
var
|
-
|
variable to use in the generating functions
|
tags
|
-
|
(optional) list of lists; each list contains a variable tag followed by the Epsilon nonterminal name(s) associated with that tag
|
|
|
|
|
Description
|
|
•
|
The gfsolve function returns a set containing the generating functions which count the objects described in the specification.
|
|
Each nonterminal , has an associated generating function , found by solving the system of generating function equations associated with the specification. If it cannot solve the system, it returns FAIL.
|
•
|
If the objects are labeled, exponential generating functions are produced. If the objects are unlabeled, ordinary generating functions are used.
|
•
|
Objects can be marked (tagged) by forming the product of that object with a named Epsilon and associating a tag with that Epsilon. If the tag is a variable name, the resulting generating function has an extra variable that marks that object. The same tag can be associated with more than one Epsilon name. The tag does not need to be a variable.
|
|
|
Examples
|
|
>
|
|
An example of a labeled binary tree.
>
|
|
>
|
|
| (1) |
Nonplane ternary trees. Mark the leaf nodes of an unlabeled general tree.
>
|
|
>
|
|
| (2) |
Mark the leaf nodes of an labeled general tree.
>
|
|
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?