BlisMessage.h
Go to the documentation of this file.
1 /*===========================================================================*
2  * This file is part of the BiCePS Linear Integer Solver (BLIS). *
3  * *
4  * BLIS 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  * All Rights Reserved. *
22  *===========================================================================*/
23 
24 #ifndef BlisMessage_H_
25 #define BlisMessage_H_
26 
27 //#############################################################################
28 
29 #if defined(_MSC_VER)
30 // Turn off compiler warning about long names
31 # pragma warning(disable:4786)
32 #endif
33 
35 #include "CoinMessageHandler.hpp"
36 
37 //#############################################################################
38 
40 {
54 };
55 
56 //#############################################################################
57 
58 class BlisMessage : public CoinMessages
59 {
60 public:
61 
67 };
68 
69 //#############################################################################
70 
71 #endif
BlisMessage(Language language=us_en)
Constructor.
Language language() const
Language.
This is a first attempt at a message handler.
Class to hold and manipulate an array of massaged messages.
BLIS_Message
This deals with Blis messages (as against Clp messages etc).
Definition: BlisMessage.h:47
Language
Supported languages.