Clp  1.17.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CoinMessage.hpp
Go to the documentation of this file.
1 /* $Id: CoinMessage.hpp 2083 2019-01-06 19:38:09Z unxusr $ */
2 // Copyright (C) 2002, International Business Machines
3 // Corporation and others. All Rights Reserved.
4 // This code is licensed under the terms of the Eclipse Public License (EPL).
5 
6 #ifndef CoinMessage_H
7 #define CoinMessage_H
8 
9 #if defined(_MSC_VER)
10 // Turn off compiler warning about long names
11 #pragma warning(disable : 4786)
12 #endif
13 
24 #include "CoinMessageHandler.hpp"
25 
57 #if PRESOLVE_DEBUG
58  COIN_PRESOLDBG_FIRSTCHECK,
59  COIN_PRESOLDBG_RCOSTACC,
60  COIN_PRESOLDBG_RCOSTSTAT,
61  COIN_PRESOLDBG_STATSB,
62  COIN_PRESOLDBG_DUALSTAT,
63 #endif
68 };
69 
78 class CoinMessage : public CoinMessages {
79 
80 public:
90 };
91 
92 #endif
93 
94 /* vi: softtabstop=2 shiftwidth=2 expandtab tabstop=2
95 */
The standard set of Coin messages.
Definition: CoinMessage.hpp:78
COIN_Message
Symbolic names for the standard set of COIN messages.
Definition: CoinMessage.hpp:28
This is a first attempt at a message handler.
Language
Supported languages.
CoinMessage(Language language=us_en)
Constructor.
Language language() const
Language.
Class to hold and manipulate an array of massaged messages.