├── .idea ├── Competition.iml ├── misc.xml └── modules.xml ├── GA2_params.py ├── InputData.xlsx ├── Main.py ├── Matrix.xlsx ├── Passenger.xlsx ├── Pucks.xlsx ├── README.md ├── Transfer.xlsx ├── mergetable.py └── output ├── 20日各登机口使用情况.png ├── 20日各登机口使用率.png ├── 宽体机分配到的登机口及数量.png ├── 总体旅客换乘时间分布图.png ├── 总体旅客换乘紧张度分布图.png ├── 窄体机分配到的登机口及数量.png ├── 问题一登机口.xlsx └── 问题二登机口.xlsx /.idea/Competition.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEEGUI/Modeling-Competition/HEAD/.idea/Competition.iml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEEGUI/Modeling-Competition/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEEGUI/Modeling-Competition/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /GA2_params.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEEGUI/Modeling-Competition/HEAD/GA2_params.py -------------------------------------------------------------------------------- /InputData.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEEGUI/Modeling-Competition/HEAD/InputData.xlsx -------------------------------------------------------------------------------- /Main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEEGUI/Modeling-Competition/HEAD/Main.py -------------------------------------------------------------------------------- /Matrix.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEEGUI/Modeling-Competition/HEAD/Matrix.xlsx -------------------------------------------------------------------------------- /Passenger.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEEGUI/Modeling-Competition/HEAD/Passenger.xlsx -------------------------------------------------------------------------------- /Pucks.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEEGUI/Modeling-Competition/HEAD/Pucks.xlsx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEEGUI/Modeling-Competition/HEAD/README.md -------------------------------------------------------------------------------- /Transfer.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEEGUI/Modeling-Competition/HEAD/Transfer.xlsx -------------------------------------------------------------------------------- /mergetable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEEGUI/Modeling-Competition/HEAD/mergetable.py -------------------------------------------------------------------------------- /output/20日各登机口使用情况.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEEGUI/Modeling-Competition/HEAD/output/20日各登机口使用情况.png -------------------------------------------------------------------------------- /output/20日各登机口使用率.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEEGUI/Modeling-Competition/HEAD/output/20日各登机口使用率.png -------------------------------------------------------------------------------- /output/宽体机分配到的登机口及数量.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEEGUI/Modeling-Competition/HEAD/output/宽体机分配到的登机口及数量.png -------------------------------------------------------------------------------- /output/总体旅客换乘时间分布图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEEGUI/Modeling-Competition/HEAD/output/总体旅客换乘时间分布图.png -------------------------------------------------------------------------------- /output/总体旅客换乘紧张度分布图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEEGUI/Modeling-Competition/HEAD/output/总体旅客换乘紧张度分布图.png -------------------------------------------------------------------------------- /output/窄体机分配到的登机口及数量.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEEGUI/Modeling-Competition/HEAD/output/窄体机分配到的登机口及数量.png -------------------------------------------------------------------------------- /output/问题一登机口.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEEGUI/Modeling-Competition/HEAD/output/问题一登机口.xlsx -------------------------------------------------------------------------------- /output/问题二登机口.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EEEGUI/Modeling-Competition/HEAD/output/问题二登机口.xlsx --------------------------------------------------------------------------------