aboutsummaryrefslogtreecommitdiffhomepage
path: root/hol-light/TacticRecording/ex.dot
blob: e96142f9707b32e1dc964485d6fbd726e445807c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
digraph G {
  subgraph cluster1 {
    label = "induction";
    517 -> 518;
    517 -> 519;
  }
  subgraph cluster2 {
    label = "base case";
    528;
  }
  subgraph cluster3 {
    label = "step case";
    537 -> 538;
    538 -> 540;
    540 -> 542;
    542 -> 544;
    544 -> 546;
    546 -> 548;
  }
  512 -> 513;
  513 -> 517;
  518 -> 528;
  519 -> 537;
}