Alps
2.0.2
Alps
examples
Abc
AbcMessage.h
Go to the documentation of this file.
1
/*===========================================================================*
2
* This file is part of the Abstract Library for Parallel Search (ALPS). *
3
* *
4
* ALPS 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
* Aykut Bulut, Lehigh University *
11
* Ted Ralphs, Lehigh University *
12
* *
13
* Conceptual Design: *
14
* *
15
* Yan Xu, Lehigh University *
16
* Ted Ralphs, Lehigh University *
17
* Laszlo Ladanyi, IBM T.J. Watson Research Center *
18
* Matthew Saltzman, Clemson University *
19
* *
20
* *
21
* Copyright (C) 2001-2019, Lehigh University, Yan Xu, Aykut Bulut, and *
22
* Ted Ralphs. *
23
* All Rights Reserved. *
24
*===========================================================================*/
25
26
27
#ifndef AbcMessage_H_
28
#define AbcMessage_H_
29
30
//#############################################################################
31
// This file is modified from SbbMessage.hpp
32
//#############################################################################
33
34
#if defined(_MSC_VER)
35
// Turn off compiler warning about long names
36
# pragma warning(disable:4786)
37
#endif
38
48
#include "CoinMessageHandler.hpp"
49
50
enum
ABC_Message
51
{
52
ABC_END_GOOD
,
53
ABC_MAXNODES
,
54
ABC_MAXTIME
,
55
ABC_MAXSOLS
,
56
ABC_SOLUTION
,
57
ABC_END
,
58
ABC_INFEAS
,
59
ABC_STRONG
,
60
ABC_SOLINDIVIDUAL
,
61
ABC_INTEGERINCREMENT
,
62
ABC_STATUS
,
63
ABC_GAP
,
64
ABC_ROUNDING
,
65
ABC_ROOT
,
66
ABC_GENERATOR
,
67
ABC_BRANCH
,
68
ABC_STRONGSOL
,
69
ABC_NOINT
,
70
ABC_VUB_PASS
,
71
ABC_VUB_END
,
72
ABC_NOTFEAS1
,
73
ABC_NOTFEAS2
,
74
ABC_NOTFEAS3
,
75
ABC_CUTOFF_WARNING1
,
76
ABC_CUTS
,
77
ABC_BRANCHSOL
,
78
ABC_DUMMY_END
79
};
80
81
class
AbcMessage
:
public
CoinMessages {
82
83
public
:
84
88
AbcMessage
(Language language=us_en);
90
91
};
92
93
#endif
ABC_ROOT
@ ABC_ROOT
Definition:
AbcMessage.h:65
ABC_SOLINDIVIDUAL
@ ABC_SOLINDIVIDUAL
Definition:
AbcMessage.h:60
ABC_STRONG
@ ABC_STRONG
Definition:
AbcMessage.h:59
ABC_NOTFEAS1
@ ABC_NOTFEAS1
Definition:
AbcMessage.h:72
ABC_BRANCH
@ ABC_BRANCH
Definition:
AbcMessage.h:67
ABC_END_GOOD
@ ABC_END_GOOD
Definition:
AbcMessage.h:52
ABC_NOTFEAS3
@ ABC_NOTFEAS3
Definition:
AbcMessage.h:74
ABC_INFEAS
@ ABC_INFEAS
Definition:
AbcMessage.h:58
ABC_VUB_PASS
@ ABC_VUB_PASS
Definition:
AbcMessage.h:70
ABC_GENERATOR
@ ABC_GENERATOR
Definition:
AbcMessage.h:66
ABC_Message
ABC_Message
This deals with Abc messages (as against Clp messages etc).
Definition:
AbcMessage.h:50
ABC_NOTFEAS2
@ ABC_NOTFEAS2
Definition:
AbcMessage.h:73
ABC_SOLUTION
@ ABC_SOLUTION
Definition:
AbcMessage.h:56
ABC_VUB_END
@ ABC_VUB_END
Definition:
AbcMessage.h:71
ABC_STATUS
@ ABC_STATUS
Definition:
AbcMessage.h:62
ABC_MAXTIME
@ ABC_MAXTIME
Definition:
AbcMessage.h:54
ABC_DUMMY_END
@ ABC_DUMMY_END
Definition:
AbcMessage.h:78
ABC_GAP
@ ABC_GAP
Definition:
AbcMessage.h:63
ABC_BRANCHSOL
@ ABC_BRANCHSOL
Definition:
AbcMessage.h:77
ABC_MAXSOLS
@ ABC_MAXSOLS
Definition:
AbcMessage.h:55
ABC_CUTS
@ ABC_CUTS
Definition:
AbcMessage.h:76
ABC_CUTOFF_WARNING1
@ ABC_CUTOFF_WARNING1
Definition:
AbcMessage.h:75
ABC_NOINT
@ ABC_NOINT
Definition:
AbcMessage.h:69
ABC_MAXNODES
@ ABC_MAXNODES
Definition:
AbcMessage.h:53
ABC_END
@ ABC_END
Definition:
AbcMessage.h:57
ABC_STRONGSOL
@ ABC_STRONGSOL
Definition:
AbcMessage.h:68
ABC_INTEGERINCREMENT
@ ABC_INTEGERINCREMENT
Definition:
AbcMessage.h:61
ABC_ROUNDING
@ ABC_ROUNDING
Definition:
AbcMessage.h:64
AbcMessage::AbcMessage
AbcMessage(Language language=us_en)
Constructor.
AbcMessage
Definition:
AbcMessage.h:81
Generated by
1.8.17