< Home - < Back

travelccm


Information about the package, travelccm, which is shipped with common Linux distributions. The travelccm package is designed for, C++ Travel Customer Choice Model (CCM) Library.


Package Name:

travelccm

Summary:

C++ Travel Customer Choice Model (CCM) Library

Description:

travelccm aims at providing a clean API, and the corresponding C++ implementation, for choosing one item among a set of travel solutions, given demand-related characteristics (e.g., Willingness-To-Pay, preferred airline, preferred cabin, etc.). The travelccm C++ library implements some simple Customer Choice Models (CCM), as referenced in the literature (PhD dissertations at MIT, for instance: http://dspace.mit.edu). The travelccm C++ library exposes a simple, clean and object-oriented, API. For instance, the choose() method takes, as input, both a structure representing the travel request (e.g., "from Washington, DC, US, to Beijing, China, on the 25th of May") and a list of travel solutions (as provided by the Airline Schedule Manager project: http://sourceforge.net/projects/air-sched), and yields, as output, the chosen item. The output can then be used by other systems, for instance to book the corresponding travel or to visualize it on a map and calendar and to share it with others. travelccm 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. Install the travelccm package if you need a library of basic C++ objects for Customer-Choice Modeling (CCM), mainly for simulation purpose.

Architecture:

x86_64

Version:

1.00.2

Release:

1.el6

Size:

62 k

Repository:

epel

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for travelccm


Control the travelccm package with the following handy commands outlined below.


Command

Description of Command

yum install travelccm

This command will install travelccm on the server.

yum remove travelccm

This command will un-install travelccm on the server. When you run this command, you will be asked if you are sure that you want to remove travelccm, so you have to manually confirm that you want to do this.

yum -y remove travelccm

This command will un-install travelccm on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove travelccm when using the -y flag.

yum update travelccm

This command will update travelccm to the latest version. When you run this command, you will be asked if you are sure that you want to remove travelccm, so you have to manually confirm that you want to do this.

yum -y update travelccm

This command will update travelccm to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove travelccm when using the -y flag.

yum info travelccm

This command will show you core information about the travelccm package.

yum deplist travelccm

This command will show you the dependencies for travelccm. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update travelccm

This command will check if there is an update waiting on travelccm. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.