OaMessages.hpp

Go to the documentation of this file.
00001 // (C) Copyright Carnegie Mellon University 2006
00002 // All Rights Reserved.
00003 // This code is published under the Common Public License.
00004 //
00005 // Authors :
00006 // P. Bonami, Carnegie Mellon University
00007 //
00008 // Date :  07/15/2005
00009 
00010 #ifndef OaMessages_H
00011 #define OaMessages_H
00012 #include "CoinMessage.hpp"
00013 
00014 enum OA_Message{
00015   FEASIBLE_NLP,
00016   INFEASIBLE_NLP,
00017   UPDATE_UB,
00018   SOLVED_LOCAL_SEARCH,
00019   LOCAL_SEARCH_ABORT,
00020   UPDATE_LB,
00021   ABORT,
00022   OASUCCESS,
00023   LP_ERROR,
00024   PERIODIC_MSG,
00025   DUMMY_END
00026 };
00027 
00029 class OaMessages : public CoinMessages
00030 {
00031 public:
00032   OaMessages();
00033 };
00034 #endif

Generated on Fri May 16 21:06:01 2008 for Bonmin by  doxygen 1.4.7