Bonmin  1.8.8
BonOAMessages.hpp
Go to the documentation of this file.
1 // (C) Copyright Carnegie Mellon University 2006
2 // All Rights Reserved.
3 // This code is published under the Eclipse Public License.
4 //
5 // Authors :
6 // P. Bonami, Carnegie Mellon University
7 //
8 // Date : 07/15/2005
9 
10 #ifndef OaMessages_H
11 #define OaMessages_H
12 #include "CoinMessage.hpp"
13 
14 namespace Bonmin
15 {
16  enum OA_Message{
34  };
35 
37  class OaMessages : public CoinMessages
38  {
39  public:
40  OaMessages();
41  };
42 
43 } //end namespace Bonmin
44 #endif
Output messages for Outer approximation cutting planes.