Cgl  0.59.10
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 };
50 class LandPMessages : public CoinMessages
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.
Performs one round of Lift & Project using CglLandPSimplex to build cuts.
Definition: CglLandP.hpp:24
LandPMessages()
Constructor.