1airsched-library(3) Library Functions Manual airsched-library(3)
2
3
4
6 airsched-library - C++ Simulated Airline Schedule Manager Library
7
9 #include <airsched/...>
10
12 AirSched aims at providing a clean API and a simple implementation, as
13 a C++ library, of a Airline Schedule Management System. It is intended
14 to be used in simulated environments only: it is not designed to work
15 in the real-world of Airline IT operations.
16
17 AirSched makes an extensive use of existing open-source libraries for
18 increased functionality, speed and accuracy. In particular the Boost
19 (C++ Standard Extensions: http://www.boost.org) library is used.
20
21 The library covers the following areas:
22
23 · Network/graph generation
24
25 · Calculation of travel solutions from airline schedules/networks
26
27 · Flight-preiods: storage, engine, management
28
30 airsched(1), airsched-config(1)
31
33 Please report any bugs to https://sourceforge.net/apps/trac/air-
34 sched/report
35
37 Copyright © 2009-2011 Denis Arnaud
38
39 See the COPYING file for more information on the (LGPLv2+) license, or
40 directly on Internet:
41 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
42
43
44
45Doxygen Sat Nov 5 2011 airsched-library(3)