Cgl  0.60.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CglLandPMessages.hpp
Go to the documentation of this file.
1 // Copyright (C) 2005-2009, Pierre Bonami and others. All Rights Reserved.
2 // Author: Pierre Bonami
3 // LIF
4 // CNRS, Aix-Marseille Universites
5 // Date: 02/23/08
6 //
7 // $Id: CglLandPMessages.hpp 1122 2013-04-06 20:39:53Z stefan $
8 //
9 // This code is licensed under the terms of the Eclipse Public License (EPL).
10 //---------------------------------------------------------------------------
11 #ifndef CglLandPMessages_H
12 #define CglLandPMessages_H
13 
14 #include "CoinMessage.hpp"
15 #include "CoinMessageHandler.hpp"
16 
17 namespace LAP
18 {
20 class DebugData;
23 {
48 };
51 {
52 public:
53 
55  LandPMessages();
56 };
57 }
58 #endif
LAP_messages
Types of messages for lift-and-project simplex.
Message handler for lift-and-project simplex.
This is a first attempt at a message handler.
LandPMessages()
Constructor.
This file contains the enum for the standard set of Coin messages and a class definition whose sole p...
Class to hold and manipulate an array of massaged messages.