|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
VertexCapacity
VertexCapacity
is an option and property for Graph and related functions that specifies a vertex capacity.
DetailsDetails
- The following option settings can be used:
-
Automatic automatically determine vertex capacities "prop" use the property
as a capacity{v1->c1,v2->c2,...} vertex
has capacity
etc.{c1,c2,...} give all vertex capacities in the same order as used by VertexList {pattern->c,...} vertex that matches the pattern has capacity c - The wrapper Property[v, VertexCapacity->c] can be used when creating graphs in functions such as Graph etc.
- The weight
can be any expression. - Vertex capacities can have special meanings for different graph computation functions.
New in 9
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



