lectures.alex.balgavy.eu

Lecture notes from university.
git clone git://git.alex.balgavy.eu/lectures.alex.balgavy.eu.git
Log | Files | Refs | Submodules

model-if-then-else.dot (120B)


      1 digraph g {
      2 rankdir=LR
      3 1 [xlabel="[p]"]
      4 1 -> 2 [label="a"]
      5 4 -> 2 [label="b"]
      6 1 -> 3 [label="b"]
      7 4 -> 3 [label="a"]
      8 }
      9 
     10