Skip to content
Snippets Groups Projects
Commit 4bccc967 authored by erwan's avatar erwan
Browse files

Add a new graph (the one of Fig 4.1 in the book) for unison.ml

parent 3bf231cf
No related branches found
No related tags found
No related merge requests found
# Time-stamp: <modified the 07/03/2019 (at 14:29) by Erwan>
# Time-stamp: <modified the 07/03/2019 (at 16:38) by Erwan>
test: unison.cmxs
$(sasa) -l 200 fig4.1.dot
test2: unison.cmxs
$(sasa) -l 200 ring.dot
-include ../Makefile.inc
graph fig4_1 {
p1 [algo="unison.cmxs"]
p2 [algo="unison.cmxs" ]
p3 [algo="unison.cmxs"]
p4 [algo="unison.cmxs"]
p5 [algo="unison.cmxs"]
p6 [algo="unison.cmxs"]
p7 [algo="unison.cmxs"]
p8 [algo="unison.cmxs"]
p1 -- p2 -- p3 -- p4 -- p5 -- p3
p2 -- p7 -- p6 -- p3
p7 -- p8 -- p6
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment