271 - 280 of 724 for GraphSearch Results
View search results from all Wolfram sites (12491 matches)
ToCombinatoricaGraph   (Graph Utilities Package Symbol)
ToCombinatoricaGraph[g] return the Combinatorica representation of the graph g.ToCombinatoricaGraph[g, n] return the graph g, adding additional unconnected vertices, if ...
IsomorphicQ   (Combinatorica Package Symbol)
IsomorphicQ[g, h] yields True if graphs g and h are isomorphic.
GridGraph   (Combinatorica Package Symbol)
GridGraph[n, m] constructs an n*m grid graph, the product of paths on n and m vertices. GridGraph[p, q, r] constructs a p*q*r grid graph, the product of GridGraph[p, q] and a ...
Bicomponents   (Graph Utilities Package Symbol)
Bicomponents[g] gives the biconnected components of the undirected graph g.
AcyclicQ   (Combinatorica Package Symbol)
AcyclicQ[g] yields True if graph g is acyclic.
BipartiteQ   (Combinatorica Package Symbol)
BipartiteQ[g] yields True if graph g is bipartite.
CliqueQ   (Combinatorica Package Symbol)
CliqueQ[g, c] yields True if the list of vertices c defines a clique in graph g.
CostOfPath   (Combinatorica Package Symbol)
CostOfPath[g, p] sums up the weights of the edges in graph g defined by the path p.
DegreesOf2Neighborhood   (Combinatorica Package Symbol)
DegreesOf2Neighborhood[g, v] returns the sorted list of degrees of vertices of graph g within a distance of 2 from v.
EmptyQ   (Combinatorica Package Symbol)
EmptyQ[g] yields True if graph g contains no edges.
1 ... 25|26|27|28|29|30|31 ... 73 Previous Next

...