Update README.md

This commit is contained in:
Jean Sirmai 2021-03-30 15:11:50 +00:00
parent ced030fc22
commit dd2a8044ea
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
# 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
- 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
- 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,