Skip to content

Instantly share code, notes, and snippets.

@m-ender
Created July 22, 2014 12:40
Show Gist options
  • Select an option

  • Save m-ender/26348ec42f6efd2cd1e6 to your computer and use it in GitHub Desktop.

Select an option

Save m-ender/26348ec42f6efd2cd1e6 to your computer and use it in GitHub Desktop.

These are all possible propagation rules (along with their rotated and mirrored equivalents):

D|   ->    DD             D-   ->    D-

D\   ->    DE             D/   ->    DC

C|   ->    CD             C-   ->    C-

C\   ->    C\             C/   ->    CC

C    ->    C              C    ->    C
 |          D              -          X

C    ->    C              C    ->    C
 \          \              /          C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment