/home/coin/SVN-release/CoinAll-1.1.0/Bcps/src/BcpsMessage.h

Go to the documentation of this file.
00001 /*===========================================================================*
00002  * This file is part of the Branch, Constrain and Price Software (BiCePS)    *
00003  *                                                                           *
00004  * BiCePS is distributed under the Common Public License as part of the      *
00005  * COIN-OR repository (http://www.coin-or.org).                              *
00006  *                                                                           *
00007  * Authors:                                                                  *
00008  *                                                                           *
00009  *          Yan Xu, Lehigh University                                        *
00010  *          Ted Ralphs, Lehigh University                                    *
00011  *                                                                           *
00012  * Conceptual Design:                                                        *
00013  *                                                                           *
00014  *          Yan Xu, Lehigh University                                        *
00015  *          Ted Ralphs, Lehigh University                                    *
00016  *          Laszlo Ladanyi, IBM T.J. Watson Research Center                  *
00017  *          Matthew Saltzman, Clemson University                             *
00018  *                                                                           *
00019  * Copyright (C) 2001-2007, Lehigh University, Yan Xu, and Ted Ralphs.       *
00020  * All Rights Reserved.                                                      *
00021  *===========================================================================*/
00022 
00023 #ifndef BcpsMessage_H_
00024 #define BcpsMessage_H_
00025 
00026 //#############################################################################
00027 // This file is modified from SbbMessage.hpp
00028 //#############################################################################
00029 
00030 #if defined(_MSC_VER)
00031 // Turn off compiler warning about long names
00032 #  pragma warning(disable:4786)
00033 #endif
00034 
00036 #include "CoinMessageHandler.hpp"
00037 
00038 enum BCPS_Message
00039 {
00040     BCPS_S_VERSION,
00041     BCPS_DUMMY_END
00042 };
00043 
00044 class BcpsMessage : public CoinMessages {
00045 
00046 public:
00047     
00051     BcpsMessage(Language language=us_en);
00053     
00054 };
00055 
00056 #endif

Generated on Sun Nov 14 14:06:30 2010 for Coin-All by  doxygen 1.4.7