Cgl 0.60.3
Loading...
Searching...
No Matches
CglMessage.hpp
Go to the documentation of this file.
1// $Id$
2// Copyright (C) 2005, 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 CglMessage_H
7#define CglMessage_H
8
9#include "CoinPragma.hpp"
10
11// This deals with Cgl messages (as against Osi messages etc)
12
13#include "CoinMessageHandler.hpp"
32};
33
36class CglMessage : public CoinMessages {
37
38public:
42 CglMessage(Language language = us_en);
44};
45
46#endif
47
48/* vi: softtabstop=2 shiftwidth=2 expandtab tabstop=2
49*/
CGL_Message
@ CGL_PROCESS_STATS2
@ CGL_PROCESS_SOS1
@ CGL_SLACKS
@ CGL_INFEASIBLE
@ CGL_UNBOUNDED
@ CGL_PROCESS_SOS2
@ CGL_ELEMENTS_CHANGED2
@ CGL_ELEMENTS_CHANGED1
@ CGL_GENERAL
@ CGL_DUMMY_END
@ CGL_PROCESS_STATS
@ CGL_CLIQUES
@ CGL_ADDED_INTEGERS
@ CGL_POST_CHANGED
@ CGL_FIXED
@ CGL_MADE_INTEGER
@ CGL_POST_INFEASIBLE
This deals with Cgl messages (as against Osi messages etc)
CglMessage(Language language=us_en)
Constructor.