731 - 740 of 8152 for plot a graphSearch Results
View search results from all Wolfram sites (68428 matches)
BellmanFord   (Combinatorica Package Symbol)
BellmanFord[g, v] gives a shortest-path spanning tree and associated distances from vertex v of graph g. The shortest-path spanning tree is given by a list in which element i ...
Dijkstra   (Combinatorica Package Symbol)
Dijkstra[g, v] gives a shortest-path spanning tree and associated distances from vertex v of graph g. The shortest-path spanning tree is given by a list in which element i is ...
ToUnorderedPairs   (Combinatorica Package Symbol)
ToUnorderedPairs[g] constructs a list of unordered pairs representing the edges of graph g. Each edge, directed or undirected, results in a pair in which the smaller vertex ...
Offset   (Built-in Mathematica Symbol)
Offset[{dx, dy}, position] gives the position of a graphical object obtained by starting at the specified position and then moving by absolute offset {dx, dy}.
Backtrack   (Combinatorica Package Symbol)
Backtrack[s, partialQ, solutionQ] performs a backtrack search of the state space s, expanding a partial solution so long as partialQ is True and returning the first complete ...
BooleanAlgebra   (Combinatorica Package Symbol)
BooleanAlgebra[n] gives a Hasse diagram for the Boolean algebra on n elements. The function takes two options: Type and VertexLabel, with default values Undirected and False, ...
DominationLattice   (Combinatorica Package Symbol)
DominationLattice[n] returns a Hasse diagram of the partially ordered set on integer partitions of n in which p < q if q dominates p. The function takes two options: Type and ...
ToOrderedPairs   (Combinatorica Package Symbol)
ToOrderedPairs[g] constructs a list of ordered pairs representing the edges of the graph g.
VertexColoring   (Combinatorica Package Symbol)
VertexColoring[g] uses Brelaz's heuristic to find a good, but not necessarily minimal, vertex coloring of graph g.
IdenticalQ   (Combinatorica Package Symbol)
IdenticalQ[g, h] yields True if graphs g and h have identical edge lists, even though the associated graphics information need not be the same.
1 ... 71|72|73|74|75|76|77 ... 816 Previous Next

...