exprShapesOfDepth
returns the number of structurally different expression shapes of a depth
exactly equal to n
.
exprShapesOfMaxDepth
returns the number of structurally different expression shapes of a depth
less or equal to n
.
exprsOfDepth
returns the number of structurally different expressions of a depth exactly equal to
n
. Note that constants are handled by conceptually substiting them with a fresh input variable.
exprShapesOfMaxDepth
returns the number of structurally different expressions of a depth
less or equal to n
. Note that constants are handled by conceptually substiting them with a fresh
input variable.
exprShapesOfSize
, exprShapesOfMaxSize
, exprsOfSize
, exprsOfMaxSize
are
equivalents that regard expression tree size (number of nodes) instead of expression tree depth.
exprShapesOfDepth(funcset, n)
exprShapesOfMaxDepth(funcset, n)
exprsOfDepth(funcset, inset, n)
exprsOfMaxDepth(funcset, inset, n)
exprShapesOfSize(funcset, n)
exprShapesOfMaxSize(funcset, n)
exprsOfSize(funcset, inset, n)
exprsOfMaxSize(funcset, inset, n)