BipartiteGraphQ[g] yields True if the graph g is a bipartite graph and False otherwise.
CurvatureFlowFilter[image] applies a mean curvature flow filter to image.CurvatureFlowFilter[image, t] specifies the amount t of curvature flow to be ...
EmptyGraphQ[g] yields True if g is an empty graph and False otherwise.
ExtentElementFunction is an option to DiscretePlot and DiscretePlot3D that gives a function to use to generate the primitives for rendering each extent element.
ExtentMarkers is an option to DiscretePlot and DiscretePlot3D that specifies markers to draw at extent boundaries.
ExtractArchive[file] expands an archive file, saving its content into the current directory.ExtractArchive[file, dir] saves the content of an archive file into directory ...
FindIndependentVertexSet[g] finds an independent vertex set of the graph g with a maximum number of vertices.
GraphDifference[g_1, g_2] gives the graph difference of the graphs g_1 and g_2.
GraphDisjointUnion[g_1, g_2] gives the graph disjoint union of the graphs g_1 and g_2.GraphDisjointUnion[g_1, g_2, ...] gives the disjoint union of g_1, g_2, ....
GraphHighlight is an option to Graph and related objects that specifies graph elements to highlight.