1simfqt-library(3) SimFQT simfqt-library(3)
2
3
4
6 simfqt-libraryC++ Simulated Fare Quote System Library
7
9 #include <simfqt/...>
10
12 SimFQT aims at providing a clean API and a simple implementation, as a
13 C++ library, of a Travel-oriented fare engine. It corresponds to the
14 simulated version of the real-world Fare Quote or pricing System.
15
16 SimFQT 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 · Calculation of fare from statistics on tickets/coupons
23
24 · Fare rules: storage, engine, management
25
26 · Retrieval of fares for specific booking requests or product assesment
27
28 · Fare rule sets: storage, engine, management
29
31 simfqt(1), simfqt-parseFareRules(1), simfqt-config(1)
32
34 Please report any bugs to
35 https://sourceforge.net/apps/trac/simfqt/report
36
38 Copyright © 2009-2011 Denis Arnaud
39
40 See the COPYING file for more information on the (LGPLv2+) license, or
41 directly on Internet:
42 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
43
44
45
46Version 1.00.2 Sun Feb 17 2019 simfqt-library(3)