CoinUtils 2.11.10
Loading...
Searching...
No Matches
CoinMessage.hpp
Go to the documentation of this file.
1/* $Id$ */
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
25
69
78class CoinMessage : public CoinMessages {
79
80public:
90};
91
92#endif
93
94/* vi: softtabstop=2 shiftwidth=2 expandtab tabstop=2
95*/
This is a first attempt at a message handler.
COIN_Message
Symbolic names for the standard set of COIN messages.
@ COIN_MPS_EOF
@ COIN_MPS_STATS
@ COIN_MPS_BADFILE1
@ COIN_PRESOLVE_POSTSOLVE
@ COIN_PRESOLVE_NEEDS_CLEANING
@ COIN_PRESOLVE_COLUMNBOUNDA
@ COIN_SOLVER_MPS
@ COIN_GENERAL_INFO2
@ COIN_PRESOLVE_STATS
@ COIN_MPS_ILLEGAL
@ COIN_MPS_DUPOBJ
@ COIN_PRESOLVE_UNBOUND
@ COIN_PRESOLVE_INFEASUNBOUND
@ COIN_MPS_BADFILE2
@ COIN_MPS_LINE
@ COIN_PRESOLVE_ROWINFEAS
@ COIN_PRESOLVE_NONOPTIMAL
@ COIN_MPS_CHANGED
@ COIN_PRESOLVE_INTEGERMODS
@ COIN_PRESOLVE_COLINFEAS
@ COIN_MPS_FILE
@ COIN_PRESOLVE_COLUMNBOUNDB
@ COIN_MPS_NOMATCHROW
@ COIN_GENERAL_INFO
@ COIN_MPS_DUPROW
@ COIN_MPS_BADIMAGE
@ COIN_DUMMY_END
@ COIN_GENERAL_WARNING
@ COIN_MPS_RETURNING
@ COIN_MPS_NOMATCHCOL
@ COIN_PRESOLVE_INFEAS
@ COIN_PRESOLVE_PASS
The standard set of Coin messages.
CoinMessage(Language language=us_en)
Constructor.
Class to hold and manipulate an array of massaged messages.
Language language() const
Language.
Language
Supported languages.