1airinv-library(3My) airinv-library(3My)
2
3
4
6 airinv-library - C++ Simulated Airline Inventory Management System
7 Library
8
10 #include <airinv/...>
11
13 AirInv is a C++ library of airline inventory management classes and
14 functions, mainly targeting simulation purposes.
15
16 AirInv makes an extensive use of existing open-source libraries for
17 increased functionality, speed and accuracy. In particular the Boost
18 (C++ Standard Extensions: http://www.boost.org) library is used.
19
20 The library covers the following areas:
21
22 • Inventory creation/dressing from a schedule
23
24 • Distributed airline inventories
25
26 • Codeshare and alliances
27
29 airinv(1), airinv_parseInventory(1), AirInvServer(1), AirInvClient(1),
30 airinv-config(1)
31
33 Please report any bugs to
34 https://sourceforge.net/apps/trac/airinv/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
45 Project" airinv-library(3My)