Intelligent planning and scheduling system

This paper will document the front-end development of various Vehicle Routing Problem (VRP), i.e., Classical VRP (VRP), VRP with capacity constraints (CVRP), VRP with pick-up and delivery constraints (VRPDP), and VRP with time window constraints (VRPTW). The main goal is to visualize and animate th...

全面介紹

Saved in:
書目詳細資料
主要作者: Hwang, Krystal Yan Lin
其他作者: Zhang Jie
格式: Final Year Project
語言:English
出版: Nanyang Technological University 2023
主題:
在線閱讀:https://hdl.handle.net/10356/165740
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
機構: Nanyang Technological University
語言: English
實物特徵
總結:This paper will document the front-end development of various Vehicle Routing Problem (VRP), i.e., Classical VRP (VRP), VRP with capacity constraints (CVRP), VRP with pick-up and delivery constraints (VRPDP), and VRP with time window constraints (VRPTW). The main goal is to visualize and animate the various VRP solutions through Hyper-Text Markup Language (HTML). The solution of the various VRPs will be saved in JavaScript Object Notation (JSON) format from Python for front-end to consume. The front-end which consists of HTML and JavaScript will process the solution and make use of Google Application Programming Interface (Google API) and OR tools to allow users to have an interactive view of shipment points and path routes taken by individual vehicles.