/home/coin/SVN-release/CoinAll-1.1.0/Alps/examples/Abc/AbcMessage.h

Go to the documentation of this file.
00001 /*===========================================================================*
00002  * This file is part of the Abstract Library for Parallel Search (ALPS).     *
00003  *                                                                           *
00004  * ALPS 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  *                                                                           *
00020  * Copyright (C) 2001-2007, Lehigh University, Yan Xu, and Ted Ralphs.       *
00021  *===========================================================================*/
00022 
00023 #ifndef AbcMessage_H_
00024 #define AbcMessage_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 
00044 #include "CoinMessageHandler.hpp"
00045 
00046 enum ABC_Message
00047 {
00048   ABC_END_GOOD,
00049   ABC_MAXNODES,
00050   ABC_MAXTIME,
00051   ABC_MAXSOLS,
00052   ABC_SOLUTION,
00053   ABC_END,
00054   ABC_INFEAS,
00055   ABC_STRONG,
00056   ABC_SOLINDIVIDUAL,
00057   ABC_INTEGERINCREMENT,
00058   ABC_STATUS,
00059   ABC_GAP,
00060   ABC_ROUNDING,
00061   ABC_ROOT,
00062   ABC_GENERATOR,
00063   ABC_BRANCH,
00064   ABC_STRONGSOL,
00065   ABC_NOINT,
00066   ABC_VUB_PASS,
00067   ABC_VUB_END,
00068   ABC_NOTFEAS1,
00069   ABC_NOTFEAS2,
00070   ABC_NOTFEAS3,
00071   ABC_CUTOFF_WARNING1,
00072   ABC_CUTS,
00073   ABC_BRANCHSOL,
00074   ABC_DUMMY_END
00075 };
00076 
00077 class AbcMessage : public CoinMessages {
00078 
00079 public:
00080 
00084   AbcMessage(Language language=us_en);
00086 
00087 };
00088 
00089 #endif

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