|
|
|
|
|
by lolinder
841 days ago
|
|
It's a bit disingenuous to skip over the Graph subsection of that article, right after the "definitions vary" line: > A graph (sometimes called an undirected graph to distinguish it from a directed graph, or a simple graph to distinguish it from a multigraph) is a pair G = (V, E), where V is a set whose elements are called vertices (singular: vertex), and E is a set of unordered pairs of vertices, whose elements are called edges (sometimes links or lines). An unqualified "graph" is almost always this one—a simple, undirected graph. If you mean something different you almost always need to use one of the more specific names to be clear. https://en.m.wikipedia.org/wiki/Graph_(discrete_mathematics)... |
|
The parent comment I replied to said:
"Does A->B imply B->A?"
That "undirected" condition was already violated before I wrote anything.