Cbc
trunk
|
00001 /* 00002 Copyright (C) 2007 00003 Lou Hafer, International Business Machines Corporation and others. All 00004 Rights Reserved. 00005 00006 This code is licensed under the terms of the Eclipse Public License (EPL). 00007 */ 00008 /* 00009 This file is part of cbc-generic. 00010 */ 00011 00012 #ifndef CbcGenMessages_H 00013 #define CbcGenMessages_H 00014 00015 00022 /* 00023 $Id$ 00024 */ 00025 00026 /* 00027 There's arguably not enough content here to justify a separate file, but it 00028 maintains the common pattern for COIN code. 00029 */ 00030 00036 typedef enum { 00037 CBCGEN_TEST_MSG = 1, 00038 CBCGEN_NEW_SOLVER, 00039 CBCGEN_CONFUSION, 00040 CBCGEN_DUMMY_END 00041 } CbcGenMsgCode ; 00042 00043 #endif 00044