|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
EdgeCapacity
EdgeCapacity
is an option and property for Graph and related functions that specifies an edge capacity.
DetailsDetails
- The following option settings can be used:
-
Automatic automatically determine edge capacities "prop" use the property
as a capacity{vi
vj->cij,...}edge
has capacity
etc.{c1,c2,...} give all edge capacities in the same order as used by EdgeList {pattern->c,...} edge that matches the pattern has capacity w - With the setting
,
and
are taken to be the lower bound capacity and the upper bound capacity for the edge
. - The wrapper Property[vi
vj, EdgeCapacity->c] can be used when creating graphs in functions such as Graph etc. - The capacity
can be any expression. - Edge 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 »




