init and friends : cleanup

This commit is contained in:
Vítor Santos Costa
2015-11-05 19:33:38 +00:00
parent 44dc6f06d7
commit f8b5ca8291
7 changed files with 7 additions and 80 deletions

View File

@@ -1,7 +0,0 @@
@BDD1
2
0
2
L1 = x0 + x1
L2 = L1
L2

View File

@@ -1,7 +0,0 @@
digraph d{
x0 [label="burglary\nx0", style="filled", color="lightblue"];
x1 [label="earthquake\nx1", style="filled", color="lightblue"];
L3 [label="v",shape="invtriangle", style="filled", color="greenyellow"];
x0 -> L3;
x1 -> L3;
}