WeightRange is an option to the functions SetEdgeWeights and SetVertexWeights that gives the range for these weights.
Wheel
(Combinatorica Package Symbol) Wheel[n] constructs a wheel on n vertices, which is the join of CompleteGraph[1] and Cycle[n - 1].
WriteGraph[g, f] writes graph g to file f using an edge list representation.
Zoom
(Combinatorica Package Symbol) Zoom[{i, j, k, ...}] is a value that the PlotRange option can take on in ShowGraph. Setting PlotRange to this value zooms the display to contain the specified subset of ...
New function HornerForm has been added to the built-in Mathematica kernel.
The built-in function Reduce provides the functionality previously found in Algebra`InequalitySolve`.
New function PolynomialExtendedGCD has been added to the built-in Mathematica kernel.
All the functionality in Algebra`Quaternions` is available in the newly created Quaternions Package.
All the functionality in Calculus`VectorAnalysis` is now available through the newly created Vector Analysis Package.
DiscreteMath`IntegerPartitions` was available as an add-on package in previous versions of Mathematica and is now available on the web at ...