Blis
0.95.0
Loading...
Searching...
No Matches
src
BlisMessage.h
Go to the documentation of this file.
1
/*===========================================================================*
2
* This file is part of the BiCePS Linear Integer Solver (BLIS). *
3
* *
4
* BLIS 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
* *
20
* Copyright (C) 2001-2023, Lehigh University, Yan Xu, and Ted Ralphs. *
21
* All Rights Reserved. *
22
*===========================================================================*/
23
24
#ifndef BlisMessage_H_
25
#define BlisMessage_H_
26
27
//#############################################################################
28
29
#if defined(_MSC_VER)
30
// Turn off compiler warning about long names
31
# pragma warning(disable:4786)
32
#endif
33
35
#include "CoinMessageHandler.hpp"
36
37
#include "
BlisConfig.h
"
38
39
//#############################################################################
40
41
enum
BLIS_Message
42
{
43
BLIS_CUTOFF_INC
,
44
BLIS_CUT_STAT_FINAL
,
45
BLIS_CUT_STAT_NODE
,
46
BLIS_GAP_NO
,
47
BLIS_GAP_YES
,
48
BLIS_HEUR_BEFORE_ROOT
,
49
BLIS_HEUR_STAT_FINAL
,
50
BLIS_HEUR_STAT_NODE
,
51
BLIS_ROOT_PROCESS
,
52
BLIS_ROOT_TIME
,
53
BLIS_FEAS_CHECK_TIME
,
54
BLIS_W_LP
,
56
BLIS_DUMMY_END
57
};
58
59
//#############################################################################
60
61
class
BLISLIB_EXPORT
BlisMessage
:
public
CoinMessages
62
{
63
public
:
64
68
BlisMessage
(Language language=us_en);
70
};
71
72
//#############################################################################
73
74
#endif
BlisConfig.h
BLIS_Message
BLIS_Message
This deals with Blis messages.
Definition
BlisMessage.h:42
BLIS_GAP_NO
@ BLIS_GAP_NO
Definition
BlisMessage.h:46
BLIS_FEAS_CHECK_TIME
@ BLIS_FEAS_CHECK_TIME
Definition
BlisMessage.h:53
BLIS_HEUR_STAT_NODE
@ BLIS_HEUR_STAT_NODE
Definition
BlisMessage.h:50
BLIS_ROOT_PROCESS
@ BLIS_ROOT_PROCESS
Definition
BlisMessage.h:51
BLIS_ROOT_TIME
@ BLIS_ROOT_TIME
Definition
BlisMessage.h:52
BLIS_CUT_STAT_FINAL
@ BLIS_CUT_STAT_FINAL
Definition
BlisMessage.h:44
BLIS_CUT_STAT_NODE
@ BLIS_CUT_STAT_NODE
Definition
BlisMessage.h:45
BLIS_GAP_YES
@ BLIS_GAP_YES
Definition
BlisMessage.h:47
BLIS_W_LP
@ BLIS_W_LP
Definition
BlisMessage.h:54
BLIS_HEUR_BEFORE_ROOT
@ BLIS_HEUR_BEFORE_ROOT
Definition
BlisMessage.h:48
BLIS_HEUR_STAT_FINAL
@ BLIS_HEUR_STAT_FINAL
Definition
BlisMessage.h:49
BLIS_DUMMY_END
@ BLIS_DUMMY_END
Definition
BlisMessage.h:56
BLIS_CUTOFF_INC
@ BLIS_CUTOFF_INC
Definition
BlisMessage.h:43
BlisMessage
Definition
BlisMessage.h:62
BlisMessage::BlisMessage
BlisMessage(Language language=us_en)
Constructor.
BLISLIB_EXPORT
#define BLISLIB_EXPORT
Definition
config.h:5
Generated by
1.11.0