991 - 1000 of 2520 for packagesSearch Results
View search results from all Wolfram sites (11410 matches)
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 ...
EdgeConnectivity   (Combinatorica Package Symbol)
EdgeConnectivity[g] gives the minimum number of edges whose deletion from graph g disconnects it. EdgeConnectivity[g, Cut] gives a set of edges of minimum size whose deletion ...
Edges   (Combinatorica Package Symbol)
Edges[g] gives the list of edges in g. Edges[g, All] gives the edges of g along with the graphics options associated with each edge. Edges[g, EdgeWeight] returns the list of ...
EdgeStyle   (Combinatorica Package Symbol)
EdgeStyle is an option that allows the user to associate different sizes and shapes to edges. A line segment is the default edge. EdgeStyle can be set as part of the graph ...
GraphJoin   (Combinatorica Package Symbol)
GraphJoin[g_1, g_2, ...] constructs the join of graphs g_1, g_2, and so on. This is the graph obtained by adding all possible edges between different graphs to the graph ...
GraphOptions   (Combinatorica Package Symbol)
GraphOptions[g] returns the display options associated with g. GraphOptions[g, v] returns the display options associated with vertex v in g. GraphOptions[g, {u, v}] returns ...
HamiltonianCycle   (Combinatorica Package Symbol)
HamiltonianCycle[g] finds a Hamiltonian cycle in graph g if one exists. HamiltonianCycle[g, All] gives all Hamiltonian cycles of graph g.
IncidenceMatrix   (Combinatorica Package Symbol)
IncidenceMatrix[g] returns the (0, 1)-matrix of graph g, which has a row for each vertex and a column for each edge and (v, e) = 1 if and only if vertex v is incident upon ...
KSetPartitions   (Combinatorica Package Symbol)
KSetPartitions[set, k] returns the list of set partitions of set with k blocks. KSetPartitions[n, k] returns the list of set partitions of {1, 2, ..., n} with k blocks. If ...
KSubsets   (Combinatorica Package Symbol)
KSubsets[l, k] gives all subsets of set l containing exactly k elements, ordered lexicographically.
1 ... 97|98|99|100|101|102|103 ... 252 Previous Next

...