/home/coin/SVN-release/CoinAll-1.1.0/Bcp/src/include/BCP_enum_tm.hpp

Go to the documentation of this file.
00001 // Copyright (C) 2000, International Business Machines
00002 // Corporation and others.  All Rights Reserved.
00003 #ifndef _BCP_ENUM_TM_H
00004 #define _BCP_ENUM_TM_H
00005 
00006 //-----------------------------------------------------------------------------
00007 
00008 enum BCP_tree_search_method {
00009   BCP_BestFirstSearch,
00010   BCP_BreadthFirstSearch,
00011   BCP_DepthFirstSearch
00012 };
00013 
00014 //-----------------------------------------------------------------------------
00015 
00018 enum BCP_node_start_result{
00020    BCP_NodeStart_NoNode,
00022    BCP_NodeStart_Error,
00024    BCP_NodeStart_OK
00025 };
00026 
00027 #endif

Generated on Sun Nov 14 14:06:29 2010 for Coin-All by  doxygen 1.4.7