Project Specification 4.1: Fuel Management Software Solution
VerifiedAdded on 2019/09/16
|2
|990
|87
Project
AI Summary
This project requires the development of a fuel management software solution for an Irish airline entering the European air freight cargo business. The software must optimize aircraft routes, considering factors such as great circle distance between airports, fuel costs, and currency exchange rates. The program should take input from CSV files and offer a basic GUI, working with a command-line interface. Key features include efficient use of data structures, code reusability, and robust error handling. The project necessitates the creation of classes to model the problem, including classes for Currency and Airport. The final submission includes a function specification, design diagrams, testing procedures, and supporting materials like CSV files for airports, countries, currencies, and aircraft. The software must identify the most economical route for an aircraft flying up to six trips per week, starting and ending at the same home airport and optionally visiting one other airport twice. Documentation should be provided to describe the design, functionality, and testing of the software.
1 out of 2