• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

/tmp/buildd/coinor-cbc-2.5.0/debian/tmp/usr/include/coin/CbcMessage.hpp

Go to the documentation of this file.
00001 /* $Id: CbcMessage.hpp 1432 2010-02-07 19:33:53Z bjarni $ */
00002 // Copyright (C) 2002, International Business Machines
00003 // Corporation and others.  All Rights Reserved.
00004 #ifndef CbcMessage_H
00005 #define CbcMessage_H
00006 
00007 #if defined(_MSC_VER)
00008 // Turn off compiler warning about long names
00009 #  pragma warning(disable:4786)
00010 #endif
00011 
00021 #include "CoinMessageHandler.hpp"
00022 enum CBC_Message {
00023     CBC_END_GOOD,
00024     CBC_MAXNODES,
00025     CBC_MAXTIME,
00026     CBC_MAXSOLS,
00027     CBC_EVENT,
00028     CBC_SOLUTION,
00029     CBC_END_SOLUTION,
00030     CBC_SOLUTION2,
00031     CBC_END,
00032     CBC_INFEAS,
00033     CBC_STRONG,
00034     CBC_SOLINDIVIDUAL,
00035     CBC_INTEGERINCREMENT,
00036     CBC_STATUS,
00037     CBC_GAP,
00038     CBC_ROUNDING,
00039     CBC_TREE_SOL,
00040     CBC_ROOT,
00041     CBC_GENERATOR,
00042     CBC_BRANCH,
00043     CBC_STRONGSOL,
00044     CBC_NOINT,
00045     CBC_VUB_PASS,
00046     CBC_VUB_END,
00047     CBC_NOTFEAS1,
00048     CBC_NOTFEAS2,
00049     CBC_NOTFEAS3,
00050     CBC_CUTOFF_WARNING1,
00051     CBC_ITERATE_STRONG,
00052     CBC_PRIORITY,
00053     CBC_WARNING_STRONG,
00054     CBC_START_SUB,
00055     CBC_END_SUB,
00056     CBC_THREAD_STATS,
00057     CBC_CUTS_STATS,
00058     CBC_STRONG_STATS,
00059     CBC_UNBOUNDED,
00060     CBC_OTHER_STATS,
00061     CBC_HEURISTICS_OFF,
00062     CBC_STATUS2,
00063     CBC_FPUMP1,
00064     CBC_FPUMP2,
00065     CBC_STATUS3,
00066     CBC_OTHER_STATS2,
00067     CBC_RELAXED1,
00068     CBC_RELAXED2,
00069     CBC_RESTART,
00070     CBC_GENERAL,
00071     CBC_ROOT_DETAIL,
00072     CBC_DUMMY_END
00073 };
00074 
00075 class CbcMessage : public CoinMessages {
00076 
00077 public:
00078 
00082     CbcMessage(Language language = us_en);
00084 
00085 };
00086 
00087 #endif
00088 

Generated on Tue Sep 7 2010 20:23:52 by  doxygen 1.7.1