chiark / gitweb /
wip new graphs?
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 28 Jun 2020 01:28:14 +0000 (02:28 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 28 Jun 2020 01:28:14 +0000 (02:28 +0100)
NOTES

diff --git a/NOTES b/NOTES
index 0a747d0fcc8a96bf105fa889070caebfcf6a1fc4..1c40bf754a4b08e73ffb31a815d3225adc27210f 100644 (file)
--- a/NOTES
+++ b/NOTES
@@ -89,12 +89,49 @@ Overall system is a digraph with a single possible branch:
 
 We have a graph of updates that must be look like this, (possibly some
 of the branches are degenerate):
-
-    O===B0====*U--------B1******A
-          \              \
-           \              \
-            `--L----T0     `--T1
-
+                       
+    O====X=========BA            
+          \                     
+           \                    
+            `--K----L           
+                            
+    O====X==========****B***A 
+          \                     
+           \                    
+            `--K----L                   
+                                
+    O====X==========****B       
+          \              \       
+           \              \      
+            `--K----L     `----T
+                                
+    O====X==========****B--B
+          \                 \       
+           \                 \      
+            `--K----L        `-T
+
+
+              
+    O====X==========****B***A 
+          \                     
+           \                    
+            `--K----L           
+                       
+    O====X=========A****B***A
+          \                     
+           \                    
+            `--K----L           
+                       
+    O====X=========******R******A
+          \                     
+           \                    
+            `--K----L           
+                                
+    O====X=============A         
+          \             \               
+           \             \             
+            `--K----L    `----T
+              
 There is zero or one B1T1 and zero or more B0LT0 (all distinct).
 We write just B to mean B1, or the last B0.