1tvlsim-library(3) Library Functions Manual tvlsim-library(3)
2
3
4
6 tvlsim-library - C++ Distributed Airline Market Simulator
7
9 #include <tvlsim/...>
10
12 TvlSim aims at providing a clean API and a simple implementation, as a
13 C++ library, of a travel market simulator, focused on revenue
14 management (RM) for airlines.
15
16 TvlSim 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 • Demand (booking request) generation
23
24 • Schedule (flight-periods) parsing and management: travel solution
25 finding
26
27 • Inventory (flight-dates) parsing and management: availability
28 calculation and sell management
29
30 • Pricing
31
32 • Customer Choice Model (CCM)
33
34 • Distributed airline inventories
35
36 • Codeshare and alliances
37
38 • Revenue Management (RM)
39
40 • Simulation
41
43 tvlsim(1), tvlsim-config(1)
44
46 Please report any bugs to
47 https://sourceforge.net/apps/trac/tvlsim/report
48
50 Copyright © 2009-2011 Denis Arnaud
51
52 See the COPYING file for more information on the (LGPLv2+) license, or
53 directly on Internet:
54 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
55
56
57
58My Project Tue Nov 7 2023 tvlsim-library(3)