Sha256: da7c66e05ca92ae776cc1b4198fb7b22227a66aa6993145aabd080ff1c432296

Contents?: true

Size: 873 Bytes

Versions: 3

Compression:

Stored size: 873 Bytes

Contents

digraph G {
  graph [rankdir="LR"];
  0 [color="green" shape="doublecircle" style="filled"];
  1 [color="red" shape="circle" style="filled"];
  2 [color="black" shape="circle" style="filled" fillcolor="white"];
  3 [color="red" shape="circle" style="filled"];
  4 [color="black" shape="doublecircle" style="filled"  fillcolor="white"];
  5 [color="black" shape="circle" style="filled"  fillcolor="white"];
  6 [color="black" shape="doublecircle" style="filled" fillcolor="white"];
  7 [color="black" shape="circle" style="filled" fillcolor="white"];
  8 [color="red" shape="circle" style="filled"];
  9 [color="black" shape="doublecircle" style="filled" fillcolor="white"];
  0 -> 1 [label="a"];
  1 -> 3 [label="a"];
  1 -> 4 [label="b"];
  0 -> 2 [label="b"];
  2 -> 5 [label="a"];
  5 -> 7 [label="b"];
  7 -> 8 [label="a"];
  7 -> 9 [label="b"];
  2 -> 6 [label="b"];
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stamina-0.4.0 test/stamina/induction/rpni_test_pta.dot
stamina-0.3.1 test/stamina/induction/rpni_test_pta.dot
stamina-0.3.0 test/stamina/induction/rpni_test_pta.dot