CoinMessage.hpp
Go to the documentation of this file.
1 /* $Id: CoinMessage.hpp 1691 2014-03-19 12:43:56Z forrest $ */
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 
29 {
58 # if PRESOLVE_DEBUG
59  COIN_PRESOLDBG_FIRSTCHECK,
60  COIN_PRESOLDBG_RCOSTACC,
61  COIN_PRESOLDBG_RCOSTSTAT,
62  COIN_PRESOLDBG_STATSB,
63  COIN_PRESOLDBG_DUALSTAT,
64 # endif
69 };
70 
71 
80 class CoinMessage : public CoinMessages {
81 
82 public:
83 
93 
94 };
95 
96 #endif
CoinMessage(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.
COIN_Message
Symbolic names for the standard set of COIN messages.
Definition: CoinMessage.hpp:28
The standard set of Coin messages.
Definition: CoinMessage.hpp:80
Language
Supported languages.