├── .gitignore ├── IC3 Bootcamp Slides.pdf ├── Makefile ├── README.md ├── cbc_lmd ├── __init__.py ├── main.py └── message.py ├── compressed_vs_full_tree.gif ├── compresssed_tree.png ├── requirements.txt ├── temp ├── compresssed_tree0.png ├── compresssed_tree1.png ├── compresssed_tree10.png ├── compresssed_tree11.png ├── compresssed_tree12.png ├── compresssed_tree13.png ├── compresssed_tree14.png ├── compresssed_tree15.png ├── compresssed_tree16.png ├── compresssed_tree17.png ├── compresssed_tree18.png ├── compresssed_tree19.png ├── compresssed_tree2.png ├── compresssed_tree20.png ├── compresssed_tree21.png ├── compresssed_tree22.png ├── compresssed_tree23.png ├── compresssed_tree24.png ├── compresssed_tree3.png ├── compresssed_tree4.png ├── compresssed_tree5.png ├── compresssed_tree6.png ├── compresssed_tree7.png ├── compresssed_tree8.png ├── compresssed_tree9.png ├── full_tree0.png ├── full_tree1.png ├── full_tree10.png ├── full_tree11.png ├── full_tree12.png ├── full_tree13.png ├── full_tree14.png ├── full_tree15.png ├── full_tree16.png ├── full_tree17.png ├── full_tree18.png ├── full_tree19.png ├── full_tree2.png ├── full_tree20.png ├── full_tree21.png ├── full_tree22.png ├── full_tree23.png ├── full_tree24.png ├── full_tree3.png ├── full_tree4.png ├── full_tree5.png ├── full_tree6.png ├── full_tree7.png ├── full_tree8.png └── full_tree9.png ├── test_all.py ├── tree.png ├── visualisations ├── __init__.py └── tree_visualiser.py └── visualise_all.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/.gitignore -------------------------------------------------------------------------------- /IC3 Bootcamp Slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/IC3 Bootcamp Slides.pdf -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/README.md -------------------------------------------------------------------------------- /cbc_lmd/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /cbc_lmd/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/cbc_lmd/main.py -------------------------------------------------------------------------------- /cbc_lmd/message.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/cbc_lmd/message.py -------------------------------------------------------------------------------- /compressed_vs_full_tree.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/compressed_vs_full_tree.gif -------------------------------------------------------------------------------- /compresssed_tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/compresssed_tree.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/requirements.txt -------------------------------------------------------------------------------- /temp/compresssed_tree0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree0.png -------------------------------------------------------------------------------- /temp/compresssed_tree1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree1.png -------------------------------------------------------------------------------- /temp/compresssed_tree10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree10.png -------------------------------------------------------------------------------- /temp/compresssed_tree11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree11.png -------------------------------------------------------------------------------- /temp/compresssed_tree12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree12.png -------------------------------------------------------------------------------- /temp/compresssed_tree13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree13.png -------------------------------------------------------------------------------- /temp/compresssed_tree14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree14.png -------------------------------------------------------------------------------- /temp/compresssed_tree15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree15.png -------------------------------------------------------------------------------- /temp/compresssed_tree16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree16.png -------------------------------------------------------------------------------- /temp/compresssed_tree17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree17.png -------------------------------------------------------------------------------- /temp/compresssed_tree18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree18.png -------------------------------------------------------------------------------- /temp/compresssed_tree19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree19.png -------------------------------------------------------------------------------- /temp/compresssed_tree2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree2.png -------------------------------------------------------------------------------- /temp/compresssed_tree20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree20.png -------------------------------------------------------------------------------- /temp/compresssed_tree21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree21.png -------------------------------------------------------------------------------- /temp/compresssed_tree22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree22.png -------------------------------------------------------------------------------- /temp/compresssed_tree23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree23.png -------------------------------------------------------------------------------- /temp/compresssed_tree24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree24.png -------------------------------------------------------------------------------- /temp/compresssed_tree3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree3.png -------------------------------------------------------------------------------- /temp/compresssed_tree4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree4.png -------------------------------------------------------------------------------- /temp/compresssed_tree5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree5.png -------------------------------------------------------------------------------- /temp/compresssed_tree6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree6.png -------------------------------------------------------------------------------- /temp/compresssed_tree7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree7.png -------------------------------------------------------------------------------- /temp/compresssed_tree8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree8.png -------------------------------------------------------------------------------- /temp/compresssed_tree9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/compresssed_tree9.png -------------------------------------------------------------------------------- /temp/full_tree0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree0.png -------------------------------------------------------------------------------- /temp/full_tree1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree1.png -------------------------------------------------------------------------------- /temp/full_tree10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree10.png -------------------------------------------------------------------------------- /temp/full_tree11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree11.png -------------------------------------------------------------------------------- /temp/full_tree12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree12.png -------------------------------------------------------------------------------- /temp/full_tree13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree13.png -------------------------------------------------------------------------------- /temp/full_tree14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree14.png -------------------------------------------------------------------------------- /temp/full_tree15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree15.png -------------------------------------------------------------------------------- /temp/full_tree16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree16.png -------------------------------------------------------------------------------- /temp/full_tree17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree17.png -------------------------------------------------------------------------------- /temp/full_tree18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree18.png -------------------------------------------------------------------------------- /temp/full_tree19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree19.png -------------------------------------------------------------------------------- /temp/full_tree2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree2.png -------------------------------------------------------------------------------- /temp/full_tree20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree20.png -------------------------------------------------------------------------------- /temp/full_tree21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree21.png -------------------------------------------------------------------------------- /temp/full_tree22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree22.png -------------------------------------------------------------------------------- /temp/full_tree23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree23.png -------------------------------------------------------------------------------- /temp/full_tree24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree24.png -------------------------------------------------------------------------------- /temp/full_tree3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree3.png -------------------------------------------------------------------------------- /temp/full_tree4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree4.png -------------------------------------------------------------------------------- /temp/full_tree5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree5.png -------------------------------------------------------------------------------- /temp/full_tree6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree6.png -------------------------------------------------------------------------------- /temp/full_tree7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree7.png -------------------------------------------------------------------------------- /temp/full_tree8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree8.png -------------------------------------------------------------------------------- /temp/full_tree9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/temp/full_tree9.png -------------------------------------------------------------------------------- /test_all.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/test_all.py -------------------------------------------------------------------------------- /tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/tree.png -------------------------------------------------------------------------------- /visualisations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /visualisations/tree_visualiser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/visualisations/tree_visualiser.py -------------------------------------------------------------------------------- /visualise_all.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarlBeek/CBC_LMD/HEAD/visualise_all.py --------------------------------------------------------------------------------