/home/coin/SVN-release/Cbc-1.1.1/Cgl/src/CglMessage.hpp

Go to the documentation of this file.
00001 // Copyright (C) 2005, International Business Machines
00002 // Corporation and others.  All Rights Reserved.
00003 #ifndef CglMessage_H
00004 #define CglMessage_H
00005 
00006 
00007 #include "CoinPragma.hpp"
00008 
00009 // This deals with Cgl messages (as against Osi messages etc)
00010 
00011 #include "CoinMessageHandler.hpp"
00012 enum CGL_Message
00013 {
00014   CGL_INFEASIBLE,
00015   CGL_CLIQUES,
00016   CGL_FIXED,
00017   CGL_PROCESS_STATS,
00018   CGL_SLACKS,
00019   CGL_PROCESS_STATS2,
00020   CGL_PROCESS_SOS1,
00021   CGL_PROCESS_SOS2,
00022   CGL_DUMMY_END
00023 };
00024 
00027 class CglMessage : public CoinMessages {
00028 
00029 public:
00030 
00034   CglMessage(Language language=us_en);
00036 
00037 };
00038 
00039 #endif

Generated on Thu May 15 21:59:04 2008 by  doxygen 1.4.7