Testing git

This commit is contained in:
Théophile Bastian 2016-07-18 13:18:58 +01:00
parent a7af481447
commit e5fcffe586

View file

@ -162,6 +162,11 @@ This implementation aims to provide
The implementation aims to stay as close as possible to the mathematical model, The implementation aims to stay as close as possible to the mathematical model,
while still providing quite efficient operations. while still providing quite efficient operations.
As we do not handle non-determinism, an event structure can be easily
represented as a DAG in memory. The actual representation that was chosen is a
set of nodes, each containing (as well as a few other information) a list of
incoming and outgoing edges.
%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibliography{biblio} \bibliography{biblio}