WLJS LogoWLJS Notebook

EdgeTransitiveGraphQ

EdgeTransitiveGraphQ[g] yields True if the graph g is an edge-transitive graph and False otherwise.

Examples

Check if a graph is edge-transitive:

EdgeTransitiveGraphQ[CompleteGraph[4]]

Please visit the official Wolfram Language Reference for more details.

On this page