blob: 0926245129434092f1d63fb7058f9757757bae7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# define that nodes 1 and 2 are both valid ends
e1 e2
# parrent | input | output | offset | result
# node 1 connections
1 1 0 1 2
1 0 1 1 2
# node 2 connections
2 1 0 1 1
2 0 1 1 1
|