Tweet |
|
AirTSP is a C++ library of classes and functions modeling airline schedules, for instance allowing to retrieve all the flight-based travel solutions corresponding to a given pair of origin and destination points. AirTSP mainly targets simulation purposes. N
AirTSP makes an extensive use of existing open-source libraries for increased functionality, speed and accuracy. In particular Boost (C++ STL Extensions) library is used.
The AirTSP project originates from the department of Operational Research and Innovation at Amadeus, Sophia Antipolis, France. AirTSP is released under the terms of the GNU Lesser General Public License (LGPLv2.1) for you to enjoy.
AirTSP should work on GNU/Linux, Sun Solaris, Microsoft Windows (with Cygwin, MinGW/MSYS, or Microsoft Visual C++ .NET) and Mac OS X operating systems.