m1-internship-report/report/img/ullmann_refine/haystack_ok.dot

10 lines
130 B
Text
Raw Normal View History

2017-08-25 01:02:17 +02:00
digraph haystack_ok {
a [style=filled, label=a];
x -> a;
y -> a;
z -> a;
y -> x;
y -> z;
z -> x;
}