Cbc
2.10.10
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
d
l
p
r
s
Functions
a
d
l
p
r
s
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
Related Functions
Files
File List
File Members
All
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
Functions
a
c
d
e
f
g
o
r
s
w
Variables
Enumerations
Enumerator
c
d
f
g
l
n
o
s
Macros
c
h
i
m
n
o
p
s
t
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Cbc
src
CbcGenMessages.hpp
Go to the documentation of this file.
1
/*
2
Copyright (C) 2007
3
Lou Hafer, International Business Machines Corporation and others. All
4
Rights Reserved.
5
6
This code is licensed under the terms of the Eclipse Public License (EPL).
7
*/
8
/*
9
This file is part of cbc-generic.
10
*/
11
12
#ifndef CbcGenMessages_H
13
#define CbcGenMessages_H
14
21
/*
22
$Id$
23
*/
24
25
/*
26
There's arguably not enough content here to justify a separate file, but it
27
maintains the common pattern for COIN code.
28
*/
29
35
typedef
enum
{
36
CBCGEN_TEST_MSG
= 1,
37
CBCGEN_NEW_SOLVER
,
38
CBCGEN_CONFUSION
,
39
CBCGEN_DUMMY_END
40
}
CbcGenMsgCode
;
41
42
#endif
43
44
/* vi: softtabstop=2 shiftwidth=2 expandtab tabstop=2
45
*/
CBCGEN_TEST_MSG
@ CBCGEN_TEST_MSG
Definition:
CbcGenMessages.hpp:36
CBCGEN_CONFUSION
@ CBCGEN_CONFUSION
Definition:
CbcGenMessages.hpp:38
CBCGEN_NEW_SOLVER
@ CBCGEN_NEW_SOLVER
Definition:
CbcGenMessages.hpp:37
CBCGEN_DUMMY_END
@ CBCGEN_DUMMY_END
Definition:
CbcGenMessages.hpp:39
CbcGenMsgCode
CbcGenMsgCode
Symbolic names for cbc-generic messages.
Definition:
CbcGenMessages.hpp:35
Generated by
1.8.17