Update README.md
This commit is contained in:
parent
74cccf6a18
commit
900c01a4ab
12
README.md
12
README.md
|
@ -1,13 +1,9 @@
|
||||||
# gem-graph is for: GE-ometric directed M-ulti-GRAPH
|
# gem-graph is for: GE-ometric directed M-ulti-GRAPH
|
||||||
|
|
||||||
A geometric graph is a graph whose nodes have coordinates in a space
|
. A geometric graph is a graph whose nodes have coordinates in a space
|
||||||
|
. A graph is directed if its bonds are arrows
|
||||||
A graph is directed if its bonds are arrows
|
. It is a multigraph if several arrows can be stacked from one node to another one
|
||||||
|
. Note that 'directed' does not means 'oriented': a graph is oriented if one of its nodes is its root
|
||||||
It is a multigraph if several arrows can be stacked from one node to another one
|
|
||||||
|
|
||||||
Note that 'directed' does not means 'oriented': a graph is oriented if one of its nodes is its root
|
|
||||||
|
|
||||||
|
|
||||||
Geometric directed multigraphs have properties that make them suitable for the representation of complex phenomena,
|
Geometric directed multigraphs have properties that make them suitable for the representation of complex phenomena,
|
||||||
especially those where numerous different objects and types of interactions are involved.
|
especially those where numerous different objects and types of interactions are involved.
|
||||||
|
|
Loading…
Reference in New Issue