digraph {
	7 [label="Count", style="filled", fillcolor="#e47c7e", shape="box"];
	3 [label="Filter_1_2", style="filled", fillcolor="#0f9d58", shape="hexagon"];
	4 [label="Define\nBranch_1_2_def", style="filled", fillcolor="#4285f4", shape="ellipse"];
	5 [label="Define\nBranch_1_def", style="filled", fillcolor="#4285f4", shape="ellipse"];
	6 [label="Define\nRoot_def2", style="filled", fillcolor="#4285f4", shape="ellipse"];
	1 [label="Main_Filter", style="filled", fillcolor="#0f9d58", shape="hexagon"];
	2 [label="Define\nRoot_def1", style="filled", fillcolor="#4285f4", shape="ellipse"];
	0 [label="Empty source\nEntries: 2", style="filled", fillcolor="#f4b400", shape="ellipse"];
	8 [label="Count", style="filled", fillcolor="#e47c7e", shape="box"];
	9 [label="Define\nBranch_2_def", style="filled", fillcolor="#4285f4", shape="ellipse"];
	13 [label="Mean", style="filled", fillcolor="#e47c7e", shape="box"];
	11 [label="Filter_1_1", style="filled", fillcolor="#0f9d58", shape="hexagon"];
	12 [label="Define\nBranch_1_1_def", style="filled", fillcolor="#4285f4", shape="ellipse"];
	10 [label="Filter_1", style="filled", fillcolor="#0f9d58", shape="hexagon"];
	18 [label="Max", style="filled", fillcolor="#e47c7e", shape="box"];
	15 [label="Filter_2_1", style="filled", fillcolor="#0f9d58", shape="hexagon"];
	16 [label="Define\nBranch_2_2_def", style="filled", fillcolor="#4285f4", shape="ellipse"];
	17 [label="Define\nBranch_2_1_def", style="filled", fillcolor="#4285f4", shape="ellipse"];
	14 [label="Filter_2", style="filled", fillcolor="#0f9d58", shape="hexagon"];
	3 -> 7;
	4 -> 3;
	5 -> 4;
	6 -> 5;
	1 -> 6;
	2 -> 1;
	0 -> 2;
	9 -> 8;
	6 -> 9;
	11 -> 13;
	12 -> 11;
	10 -> 12;
	5 -> 10;
	15 -> 18;
	16 -> 15;
	17 -> 16;
	14 -> 17;
	9 -> 14;
}