C++ Simulated Airline Travel Solution Provider Library
Description
airtsp aims at providing a clean API and a simple implementation, as
a C++ library, of an Airline Schedule Management System. It is intended
to be used in simulated environments only: it is not designed to work
in the real-world of Airline IT operations.
airtsp makes an extensive use of existing open-source libraries for
increased functionality, speed and accuracy. In particular the
Boost (C++ Standard Extensions: https://www.boost.org) library is used.
Install the airtsp package if you need a library of basic C++ objects
for Airline Schedule Management, mainly for simulation purpose.