|
SOLUTIONS
|
GRAPH UTILITIES PACKAGE SYMBOL
Weighted
![]()
is an option to functions in the Graph Utilities Package that specifies how to treat edges with higher weight.
DetailsDetails
- To use
, you first need to load the Graph Utilities Package using Needs["GraphUtilities`"]. - For MaximalIndependentEdgeSet,
specifies whether edges with higher weights are preferred during matching. - For CommunityStructureAssignment, CommunityStructurePartition, and CommunityModularity,
specifies whether vertices linked by edges with higher weights are preferably kept in the same community. - For ShortestPath, GraphDistance, GraphDistanceMatrix, and ClosenessCentrality,
specifies whether edge weight is to be used in calculating distance.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
