Main Page
Related Pages
Classes
Files
File List
File Members
var
build
temp
tmp.iNUydw9Gfm
4.0-0-0
coinor-osi
coinor-osi-0.103.0
Osi
src
OsiDylp
OsiDylpMessages.hpp
Go to the documentation of this file.
1
#ifndef OsiDylpMessages_H
2
#define OsiDylpMessages_H
3
10
/*
11
sccs: @(#)OsiDylpMessages.hpp 1.5 09/16/04
12
cvs: $Id: OsiDylpMessages.hpp 1312 2008-10-10 00:26:32Z lou $
13
*/
14
15
16
#include "CoinMessageHandler.hpp"
17
18
/*
19
Enum used to specify ODSI messages to the message handler. There is no
20
need for the order here to match the order of message definition in
21
OsiDylpMessages.cpp, but all enum values must be here. ODSI_DUMMY_END must
22
be last, however.
23
*/
24
25
typedef
enum
{
ODSI_TEST_MSG
,
26
ODSI_MPSFILEIO
,
27
ODSI_UNSUPFORCEDO
,
28
ODSI_IGNOREDHINT
,
29
ODSI_EMPTYODWSB
,
30
ODSI_NOTODWSB
,
31
ODSI_ODWSBBADSIZE
,
32
ODSI_ODWSBBADSTATUS
,
33
ODSI_ODWSBSHORTBASIS
,
34
ODSI_PRESOL_STATS
,
35
ODSI_PRESOL_PASS
,
36
ODSI_POSTSOL
,
37
ODSI_POSTSOL_ACT
,
38
ODSI_COLD
,
39
ODSI_WARM
,
40
ODSI_HOT
,
41
ODSI_ALLDYLP
,
42
ODSI_ATTACH
,
43
ODSI_DETACH
,
44
ODSI_NOSOLVE
,
45
ODSI_FAILEDCALL
,
46
ODSI_ACCESS_STALE
,
47
ODSI_SHORTSTATS
,
48
ODSI_CONFUSION
,
49
ODSI_DUMMY_END
}
OsiDylpMessageID_enum
;
50
51
#endif
/* OsiDylpMessages_H */
Generated on Mon Mar 17 2014 19:54:48 by
1.8.1.2