1airrac-library(3Version) airrac-library(3Version)
2
3
4
6 airrac-library - C++ Simulated Revenue Accounting (RAC) System Library
7
9 #include <airrac/...>
10
12 AirRAC is a C++ library of airline revenue accounting classes and
13 functions, mainly targeting simulation purposes.
14
15 AirRAC makes an extensive use of existing open-source libraries for
16 increased functionality, speed and accuracy. In particular the Boost
17 (C++ Standard Extensions: http://www.boost.org) library is used.
18
19 The library covers the following areas:
20
21 • Calculation of yields from statistics on tickets/coupons
22
23 • Yield rules: storage, engine, management
24
25 • Retrieval of yields for specific booking requests or product
26 assesment
27
29 airrac(1), airrac-config(1)
30
32 Please report any bugs to
33 https://sourceforge.net/apps/trac/airrac/report
34
36 Copyright © 2009-2011 Denis Arnaud
37
38 See the COPYING file for more information on the (LGPLv2+) license, or
39 directly on Internet:
40 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
41
42
43
44AirRAC 1.00.7" airrac-library(3Version)