init and friends : cleanup
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
@BDD1
|
||||
2
|
||||
0
|
||||
2
|
||||
L1 = x0 + x1
|
||||
L2 = L1
|
||||
L2
|
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user