2021-03-28 16:23:21 +02:00
# gem-graph is for: GE-ometric directed M-ulti-GRAPH
2021-03-29 06:39:55 +02:00
. A geometric graph is a graph whose nodes have coordinates in a space
2021-03-29 06:40:43 +02:00
2021-03-29 06:39:55 +02:00
. A graph is directed if its bonds are arrows
2021-03-29 06:40:43 +02:00
2021-03-29 06:39:55 +02:00
. It is a multigraph if several arrows can be stacked from one node to another one
2021-03-29 06:40:43 +02:00
2021-03-29 06:39:55 +02:00
. Note that 'directed' does not means 'oriented': a graph is oriented if one of its nodes is its root
2021-03-29 06:37:46 +02:00
2021-03-29 06:40:43 +02:00
2021-03-28 16:23:21 +02:00
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.
2021-03-29 06:40:43 +02:00
2021-03-28 16:23:21 +02:00
gem-graph is a software that enables modelling with a geometric directed multigraph.
2021-03-29 06:40:43 +02:00
2021-03-28 16:23:21 +02:00
today (28-03-2011) there are two main parts in this text:
2021-03-28 17:40:17 +02:00
* 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
2021-03-28 16:23:21 +02:00
2021-03-28 17:40:17 +02:00
---
2021-03-28 16:23:21 +02:00
2021-03-28 17:40:17 +02:00
> Locos, formas modumque coherentiae omium rerum status depingit. Nihil aliud comprehendet.
> Eas res praecepta movet aut transformat. Nihil aliud facit. Quaedam tranformationes in sua potestate sunt.
> Aliae transformationes alii succedere debent.
> Interpositus status inter illas et istas jacet.
> Ab antecedente statu primarum ad sequentem statum secundarum iter nullius est nisi per suorum interpositum statum.
2021-03-28 16:23:21 +02:00
2021-03-28 13:53:12 +02:00