lectures.alex.balgavy.eu

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

counter-model.dot (55B)


      1 digraph g {
      2 rankdir=LR
      3 1 -> 2
      4 1 -> 3
      5 3 [xlabel="p"]
      6 }
      7