Blis 0.95.0
Loading...
Searching...
No Matches
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
58
59//#############################################################################
60
61class BLISLIB_EXPORT BlisMessage : public CoinMessages
62{
63public:
64
67
68 BlisMessage(Language language=us_en);
70};
71
72//#############################################################################
73
74#endif
BLIS_Message
This deals with Blis messages.
Definition BlisMessage.h:42
@ BLIS_GAP_NO
Definition BlisMessage.h:46
@ BLIS_FEAS_CHECK_TIME
Definition BlisMessage.h:53
@ BLIS_HEUR_STAT_NODE
Definition BlisMessage.h:50
@ BLIS_ROOT_PROCESS
Definition BlisMessage.h:51
@ BLIS_ROOT_TIME
Definition BlisMessage.h:52
@ BLIS_CUT_STAT_FINAL
Definition BlisMessage.h:44
@ BLIS_CUT_STAT_NODE
Definition BlisMessage.h:45
@ BLIS_GAP_YES
Definition BlisMessage.h:47
@ BLIS_W_LP
Definition BlisMessage.h:54
@ BLIS_HEUR_BEFORE_ROOT
Definition BlisMessage.h:48
@ BLIS_HEUR_STAT_FINAL
Definition BlisMessage.h:49
@ BLIS_DUMMY_END
Definition BlisMessage.h:56
@ BLIS_CUTOFF_INC
Definition BlisMessage.h:43
BlisMessage(Language language=us_en)
Constructor.
#define BLISLIB_EXPORT
Definition config.h:5