/home/coin/SVN-release/Bcps-0.93.0/Bcps/examples/Blis/BlisMessage.h

Go to the documentation of this file.
00001 /*===========================================================================*
00002  * This file is part of the Bcps Linear Solver (BLIS).                       *
00003  *                                                                           *
00004  * BLIS is distributed under the Eclipse 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-2011, Lehigh University, Yan Xu, and Ted Ralphs.       *
00021  * All Rights Reserved.                                                      *
00022  *===========================================================================*/
00023 
00024 #ifndef BlisMessage_H_
00025 #define BlisMessage_H_
00026 
00027 //#############################################################################
00028 // This file is modified from SbbMessage.hpp
00029 //#############################################################################
00030 
00031 #if defined(_MSC_VER)
00032 // Turn off compiler warning about long names
00033 #  pragma warning(disable:4786)
00034 #endif
00035 
00045 #include "CoinMessageHandler.hpp"
00046 
00047 enum BLIS_Message
00048 {
00049   BLIS_END_GOOD,
00050   BLIS_MAXNODES,
00051   BLIS_MAXTIME,
00052   BLIS_MAXSOLS,
00053   BLIS_SOLUTION,
00054   BLIS_END,
00055   BLIS_INFEAS,
00056   BLIS_STRONG,
00057   BLIS_SOLINDIVIDUAL,
00058   BLIS_INTEGERINCREMENT,
00059   BLIS_STATUS,
00060   BLIS_GAP,
00061   BLIS_ROUNDING,
00062   BLIS_ROOT,
00063   BLIS_GENERATOR,
00064   BLIS_BRANCH,
00065   BLIS_STRONGSOL,
00066   BLIS_NOINT,
00067   BLIS_VUB_PASS,
00068   BLIS_VUB_END,
00069   BLIS_NOTFEAS1,
00070   BLIS_NOTFEAS2,
00071   BLIS_NOTFEAS3,
00072   BLIS_CUTOFF_WARNING1,
00073   BLIS_CUTS,
00074   BLIS_BRANCHSOL,
00075   BLIS_DUMMY_END
00076 };
00077 
00078 class BlisMessage : public CoinMessages {
00079 
00080 public:
00081 
00085   BlisMessage(Language language=us_en);
00087 
00088 };
00089 
00090 #endif

Generated on Sun Nov 6 03:02:17 2011 by  doxygen 1.4.7