Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

OsiDylpMessages.hpp

Go to the documentation of this file.
00001 #ifdef COIN_HAS_DYLP
00002 #ifndef OsiDylpMessages_H
00003 #define OsiDylpMessages_H
00004 
00011 /*
00012   sccs: @(#)OsiDylpMessages.hpp 1.5     09/16/04
00013   cvs: $Id: OsiDylpMessages.hpp,v 1.8 2006/05/23 01:52:35 lou Exp $
00014 */
00015 
00016 
00017 #include "CoinMessageHandler.hpp"
00018 
00019 /*
00020   Enum used to specify ODSI messages to the message handler. There is no
00021   need for the order here to match the order of message definition in
00022   OsiDylpMessages.cpp, but all enum values must be here.
00023 */
00024 
00025 typedef enum { ODSI_TEST_MSG,
00026                ODSI_MPSFILEIO,
00027                ODSI_UNSUPFORCEDO,
00028                ODSI_IGNORED,
00029                ODSI_EMPTYODWSB,
00030                ODSI_NOTODWSB,
00031                ODSI_ODWSBBADSIZE,
00032                ODSI_ODWSBBADSTATUS,
00033                ODSI_ODWSBSHORTBASIS,
00034                ODSI_PRESOL_STATS,
00035                ODSI_PRESOL_PASS,
00036                ODSI_POSTSOL,
00037                ODSI_POSTSOL_ACT,
00038                ODSI_COLD,
00039                ODSI_WARM,
00040                ODSI_HOT,
00041                ODSI_ALLDYLP,
00042                ODSI_DETACH,
00043                ODSI_ATTACH,
00044                ODSI_NOSOLVE,
00045                ODSI_SHORTSTATS,
00046                ODSI_DUMMY_END } OsiDylpMessageID_enum ;
00047 
00048 #endif /* OsiDylpMessages_H */
00049 #endif /* COIN_HAS_DYLP */

Generated on Sun Jun 11 02:00:40 2006 by  doxygen 1.3.9.1