projekt_sztuczna_int/tree.py

257 lines
23 KiB
Python
Raw Normal View History

2021-06-19 11:28:37 +02:00
table = [
{'filling': 'empty', 'day': 'monday', 'type': 'municipal', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'monday', 'type': 'municipal', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'monday', 'type': 'municipal', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'monday', 'type': 'paper', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'monday', 'type': 'paper', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'monday', 'type': 'paper', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'monday', 'type': 'plastic', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'monday', 'type': 'plastic', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'monday', 'type': 'plastic', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'monday', 'type': 'glass', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'monday', 'type': 'glass', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'monday', 'type': 'glass', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'tuesday', 'type': 'municipal', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'tuesday', 'type': 'municipal', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'tuesday', 'type': 'municipal', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'tuesday', 'type': 'paper', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'tuesday', 'type': 'paper', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'tuesday', 'type': 'paper', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'tuesday', 'type': 'plastic', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'tuesday', 'type': 'plastic', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'tuesday', 'type': 'plastic', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'tuesday', 'type': 'glass', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'tuesday', 'type': 'glass', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'tuesday', 'type': 'glass', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'wednesday', 'type': 'municipal', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'wednesday', 'type': 'municipal', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'wednesday', 'type': 'municipal', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'wednesday', 'type': 'paper', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'wednesday', 'type': 'paper', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'wednesday', 'type': 'paper', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'wednesday', 'type': 'plastic', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'wednesday', 'type': 'plastic', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'wednesday', 'type': 'plastic', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'wednesday', 'type': 'glass', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'wednesday', 'type': 'glass', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'wednesday', 'type': 'glass', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'thursday', 'type': 'municipal', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'thursday', 'type': 'municipal', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'thursday', 'type': 'municipal', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'thursday', 'type': 'paper', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'thursday', 'type': 'paper', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'thursday', 'type': 'paper', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'thursday', 'type': 'plastic', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'thursday', 'type': 'plastic', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'thursday', 'type': 'plastic', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'thursday', 'type': 'glass', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'thursday', 'type': 'glass', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'thursday', 'type': 'glass', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'friday', 'type': 'municipal', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'friday', 'type': 'municipal', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'friday', 'type': 'municipal', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'friday', 'type': 'paper', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'friday', 'type': 'paper', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'friday', 'type': 'paper', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'friday', 'type': 'plastic', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'friday', 'type': 'plastic', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'friday', 'type': 'plastic', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'friday', 'type': 'glass', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'friday', 'type': 'glass', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'friday', 'type': 'glass', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'saturday', 'type': 'municipal', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'saturday', 'type': 'municipal', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'saturday', 'type': 'municipal', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'saturday', 'type': 'paper', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'saturday', 'type': 'paper', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'saturday', 'type': 'paper', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'saturday', 'type': 'plastic', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'saturday', 'type': 'plastic', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'saturday', 'type': 'plastic', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'saturday', 'type': 'glass', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'saturday', 'type': 'glass', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'saturday', 'type': 'glass', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'sunday', 'type': 'municipal', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'sunday', 'type': 'municipal', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'sunday', 'type': 'municipal', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'sunday', 'type': 'paper', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'sunday', 'type': 'paper', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'sunday', 'type': 'paper', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'sunday', 'type': 'plastic', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'sunday', 'type': 'plastic', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'sunday', 'type': 'plastic', 'truck_filling': 'full'},
{'filling': 'empty', 'day': 'sunday', 'type': 'glass', 'truck_filling': 'empty'},
{'filling': 'empty', 'day': 'sunday', 'type': 'glass', 'truck_filling': 'half'},
{'filling': 'empty', 'day': 'sunday', 'type': 'glass', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'monday', 'type': 'municipal', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'monday', 'type': 'municipal', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'monday', 'type': 'municipal', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'monday', 'type': 'paper', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'monday', 'type': 'paper', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'monday', 'type': 'paper', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'monday', 'type': 'plastic', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'monday', 'type': 'plastic', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'monday', 'type': 'plastic', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'monday', 'type': 'glass', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'monday', 'type': 'glass', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'monday', 'type': 'glass', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'tuesday', 'type': 'municipal', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'tuesday', 'type': 'municipal', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'tuesday', 'type': 'municipal', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'tuesday', 'type': 'paper', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'tuesday', 'type': 'paper', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'tuesday', 'type': 'paper', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'tuesday', 'type': 'plastic', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'tuesday', 'type': 'plastic', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'tuesday', 'type': 'plastic', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'tuesday', 'type': 'glass', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'tuesday', 'type': 'glass', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'tuesday', 'type': 'glass', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'wednesday', 'type': 'municipal', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'wednesday', 'type': 'municipal', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'wednesday', 'type': 'municipal', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'wednesday', 'type': 'paper', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'wednesday', 'type': 'paper', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'wednesday', 'type': 'paper', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'wednesday', 'type': 'plastic', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'wednesday', 'type': 'plastic', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'wednesday', 'type': 'plastic', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'wednesday', 'type': 'glass', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'wednesday', 'type': 'glass', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'wednesday', 'type': 'glass', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'thursday', 'type': 'municipal', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'thursday', 'type': 'municipal', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'thursday', 'type': 'municipal', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'thursday', 'type': 'paper', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'thursday', 'type': 'paper', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'thursday', 'type': 'paper', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'thursday', 'type': 'plastic', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'thursday', 'type': 'plastic', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'thursday', 'type': 'plastic', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'thursday', 'type': 'glass', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'thursday', 'type': 'glass', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'thursday', 'type': 'glass', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'friday', 'type': 'municipal', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'friday', 'type': 'municipal', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'friday', 'type': 'municipal', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'friday', 'type': 'paper', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'friday', 'type': 'paper', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'friday', 'type': 'paper', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'friday', 'type': 'plastic', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'friday', 'type': 'plastic', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'friday', 'type': 'plastic', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'friday', 'type': 'glass', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'friday', 'type': 'glass', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'friday', 'type': 'glass', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'saturday', 'type': 'municipal', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'saturday', 'type': 'municipal', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'saturday', 'type': 'municipal', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'saturday', 'type': 'paper', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'saturday', 'type': 'paper', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'saturday', 'type': 'paper', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'saturday', 'type': 'plastic', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'saturday', 'type': 'plastic', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'saturday', 'type': 'plastic', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'saturday', 'type': 'glass', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'saturday', 'type': 'glass', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'saturday', 'type': 'glass', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'sunday', 'type': 'municipal', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'sunday', 'type': 'municipal', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'sunday', 'type': 'municipal', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'sunday', 'type': 'paper', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'sunday', 'type': 'paper', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'sunday', 'type': 'paper', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'sunday', 'type': 'plastic', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'sunday', 'type': 'plastic', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'sunday', 'type': 'plastic', 'truck_filling': 'full'},
{'filling': 'half', 'day': 'sunday', 'type': 'glass', 'truck_filling': 'empty'},
{'filling': 'half', 'day': 'sunday', 'type': 'glass', 'truck_filling': 'half'},
{'filling': 'half', 'day': 'sunday', 'type': 'glass', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'monday', 'type': 'municipal', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'monday', 'type': 'municipal', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'monday', 'type': 'municipal', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'monday', 'type': 'paper', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'monday', 'type': 'paper', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'monday', 'type': 'paper', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'monday', 'type': 'plastic', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'monday', 'type': 'plastic', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'monday', 'type': 'plastic', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'monday', 'type': 'glass', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'monday', 'type': 'glass', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'monday', 'type': 'glass', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'tuesday', 'type': 'municipal', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'tuesday', 'type': 'municipal', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'tuesday', 'type': 'municipal', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'tuesday', 'type': 'paper', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'tuesday', 'type': 'paper', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'tuesday', 'type': 'paper', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'tuesday', 'type': 'plastic', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'tuesday', 'type': 'plastic', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'tuesday', 'type': 'plastic', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'tuesday', 'type': 'glass', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'tuesday', 'type': 'glass', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'tuesday', 'type': 'glass', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'wednesday', 'type': 'municipal', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'wednesday', 'type': 'municipal', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'wednesday', 'type': 'municipal', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'wednesday', 'type': 'paper', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'wednesday', 'type': 'paper', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'wednesday', 'type': 'paper', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'wednesday', 'type': 'plastic', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'wednesday', 'type': 'plastic', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'wednesday', 'type': 'plastic', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'wednesday', 'type': 'glass', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'wednesday', 'type': 'glass', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'wednesday', 'type': 'glass', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'thursday', 'type': 'municipal', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'thursday', 'type': 'municipal', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'thursday', 'type': 'municipal', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'thursday', 'type': 'paper', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'thursday', 'type': 'paper', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'thursday', 'type': 'paper', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'thursday', 'type': 'plastic', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'thursday', 'type': 'plastic', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'thursday', 'type': 'plastic', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'thursday', 'type': 'glass', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'thursday', 'type': 'glass', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'thursday', 'type': 'glass', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'friday', 'type': 'municipal', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'friday', 'type': 'municipal', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'friday', 'type': 'municipal', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'friday', 'type': 'paper', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'friday', 'type': 'paper', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'friday', 'type': 'paper', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'friday', 'type': 'plastic', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'friday', 'type': 'plastic', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'friday', 'type': 'plastic', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'friday', 'type': 'glass', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'friday', 'type': 'glass', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'friday', 'type': 'glass', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'saturday', 'type': 'municipal', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'saturday', 'type': 'municipal', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'saturday', 'type': 'municipal', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'saturday', 'type': 'paper', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'saturday', 'type': 'paper', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'saturday', 'type': 'paper', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'saturday', 'type': 'plastic', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'saturday', 'type': 'plastic', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'saturday', 'type': 'plastic', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'saturday', 'type': 'glass', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'saturday', 'type': 'glass', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'saturday', 'type': 'glass', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'sunday', 'type': 'municipal', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'sunday', 'type': 'municipal', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'sunday', 'type': 'municipal', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'sunday', 'type': 'paper', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'sunday', 'type': 'paper', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'sunday', 'type': 'paper', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'sunday', 'type': 'plastic', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'sunday', 'type': 'plastic', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'sunday', 'type': 'plastic', 'truck_filling': 'full'},
{'filling': 'full', 'day': 'sunday', 'type': 'glass', 'truck_filling': 'empty'},
{'filling': 'full', 'day': 'sunday', 'type': 'glass', 'truck_filling': 'half'},
{'filling': 'full', 'day': 'sunday', 'type': 'glass', 'truck_filling': 'full'},
]
results = [False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, False, True, True, False, False, False, False, False, False, False, True, True, False, True, True, False, False, False, False, True, True, False, False, False, False, False, False, False, True, True, False, False, False, False, True, True, False, False, False, False, False, False, False, True, True, False, True, True, False, True, True, False, False, False, False, False, False, False, True, True, False, False, False, False, True, True, False, True, True, False, False, False, False, False, False, False, False, False, False, False, False, False, True, True, False, True, True, False, False, False, False, False, False, False, True, True, False, True, True, False, False, False, False, True, True, False, False, False, False, False, False, False, True, True, False, False, False, False, True, True, False, False, False, False, False, False, False, True, True, False, True, True, False, True, True, False, False, False, False, False, False, False, True, True, False, False, False, False, True, True, False, True, True, False, False, False, False, False, False, False, False, False, False, False, False, False, True, True, False]