Update README.md

This commit is contained in:
Jean Sirmai 2021-03-29 04:40:43 +00:00
parent 900c01a4ab
commit ad090254c3
1 changed files with 6 additions and 0 deletions

View File

@ -1,15 +1,21 @@
# 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 . 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, 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.
gem-graph is a software that enables modelling with a geometric directed multigraph. gem-graph is a software that enables modelling with a geometric directed multigraph.
today (28-03-2011) there are two main parts in this text: today (28-03-2011) there are two main parts in this text:
* questions about the [architecture](architecture.md): identification and naming of the main parts of this program * questions about the [architecture](architecture.md): identification and naming of the main parts of this program
* and a more [theoretical text](theory.md) : Rewritten Geometric Directed Multigraphs Properties. (JS dec 2017) that could be a starting point for a publication * and a more [theoretical text](theory.md) : Rewritten Geometric Directed Multigraphs Properties. (JS dec 2017) that could be a starting point for a publication