AlpsMessage.h
Go to the documentation of this file.
1 /*===========================================================================*
2  * This file is part of the Abstract Library for Parallel Search (ALPS). *
3  * *
4  * ALPS is distributed under the Eclipse Public License as part of the *
5  * COIN-OR repository (http://www.coin-or.org). *
6  * *
7  * Authors: *
8  * *
9  * Yan Xu, Lehigh University *
10  * Ted Ralphs, Lehigh University *
11  * *
12  * Conceptual Design: *
13  * *
14  * Yan Xu, Lehigh University *
15  * Ted Ralphs, Lehigh University *
16  * Laszlo Ladanyi, IBM T.J. Watson Research Center *
17  * Matthew Saltzman, Clemson University *
18  * *
19  * *
20  * Copyright (C) 2001-2013, Lehigh University, Yan Xu, and Ted Ralphs. *
21  *===========================================================================*/
22 
23 #ifndef AlpsMessage_h_
24 #define AlpsMessage_h_
25 
26 #include "CoinMessageHandler.hpp"
27 
28 //#############################################################################
32 {
94  // Following are for serial only
112 };
113 
114 //#############################################################################
115 
116 class AlpsMessage : public CoinMessages {
117 
118  public:
123 };
124 
125 #endif
AlpsMessage(Language language=us_en)
Language language() const
Language.
This is a first attempt at a message handler.
Class to hold and manipulate an array of massaged messages.
Language
Supported languages.
ALPS_Message
A list of Alps print out messages.
Definition: AlpsMessage.h:31