simfqt-library - Man Page
C++ Simulated Fare Quote System Library
Synopsis
#include <simfqt/...>
Description
SimFQT aims at providing a clean API and a simple implementation, as a C++ library, of a Travel-oriented fare engine. It corresponds to the simulated version of the real-world Fare Quote or pricing System.
SimFQT makes an extensive use of existing open-source libraries for increased functionality, speed and accuracy. In particular the Boost (C++ Standard Extensions: http://www.boost.org) library is used.
The library covers the following areas:
- Calculation of fare from statistics on tickets/coupons
- Fare rules: storage, engine, management
- Retrieval of fares for specific booking requests or product assesment
- Fare rule sets: storage, engine, management
See Also
simfqt(1), simfqt-parseFareRules(1), simfqt-config(1)
Support
Please report any bugs to https://sourceforge.net/apps/trac/simfqt/report
Copyright
Copyright © 2009-2011 Denis Arnaud
See the COPYING file for more information on the (LGPLv2+) license, or directly on Internet:
http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
Referenced By
simfqt(1), simfqt-config(1), simfqt_parseFareRules(1).