Bcps
0.94.5
src
BcpsMessage.h
Go to the documentation of this file.
1
/*===========================================================================*
2
* This file is part of the Branch, Constrain and Price Software (BiCePS) *
3
* *
4
* BiCePS 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
* Copyright (C) 2001-2017, Lehigh University, Yan Xu, and Ted Ralphs. *
20
* All Rights Reserved. *
21
*===========================================================================*/
22
23
#ifndef BcpsMessage_H_
24
#define BcpsMessage_H_
25
26
//#############################################################################
27
// This file is modified from SbbMessage.hpp
28
//#############################################################################
29
30
#if defined(_MSC_VER)
31
// Turn off compiler warning about long names
32
# pragma warning(disable:4786)
33
#endif
34
36
#include "
CoinMessageHandler.hpp
"
37
38
enum
BCPS_Message
39
{
40
BCPS_DUMMY_END
41
};
42
43
class
BcpsMessage
:
public
CoinMessages
{
44
45
public
:
46
50
BcpsMessage
(
Language
language
=
us_en
);
52
53
};
54
55
#endif
BCPS_Message
BCPS_Message
This deals with Bcps messages.
Definition:
BcpsMessage.h:39
BCPS_DUMMY_END
@ BCPS_DUMMY_END
Definition:
BcpsMessage.h:40
CoinMessageHandler.hpp
BcpsMessage
Definition:
BcpsMessage.h:43
BcpsMessage::BcpsMessage
BcpsMessage(Language language=us_en)
Constructor.
CoinMessages
CoinMessages::language
Language language() const
CoinMessages::Language
Language
CoinMessages::us_en
us_en
Generated by
1.9.1