/home/coin/Bcp-1.1.2/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 Dec 16 03:00:58 2007 for coin-Bcp by  doxygen 1.4.7