/home/coin/SVN-release/CoinAll-1.1.0/Alps/src/AlpsEnumProcessT.h

Go to the documentation of this file.
00001 /*===========================================================================*
00002  * This file is part of the Abstract Library for Parallel Search (ALPS).     *
00003  *                                                                           *
00004  * ALPS is distributed under the Common Public License as part of the        *
00005  * COIN-OR repository (http://www.coin-or.org).                              *
00006  *                                                                           *
00007  * Authors:                                                                  *
00008  *                                                                           *
00009  *          Yan Xu, Lehigh University                                        *
00010  *          Ted Ralphs, Lehigh University                                    *
00011  *                                                                           *
00012  * Conceptual Design:                                                        *
00013  *                                                                           *
00014  *          Yan Xu, Lehigh University                                        *
00015  *          Ted Ralphs, Lehigh University                                    *
00016  *          Laszlo Ladanyi, IBM T.J. Watson Research Center                  *
00017  *          Matthew Saltzman, Clemson University                             *
00018  *                                                                           * 
00019  *                                                                           *
00020  * Copyright (C) 2001-2007, Lehigh University, Yan Xu, and Ted Ralphs.       *
00021  *===========================================================================*/
00022 
00023 
00024 #ifndef AlpsEnumProcessT_H
00025 #define AlpsEnumProcessT_H
00026 
00027 //#############################################################################
00028 
00031 enum AlpsProcessType {
00033   AlpsProcessTypeMaster,
00035   AlpsProcessTypeHub,
00037   AlpsProcessTypeWorker,
00039   AlpsProcessTypeCG,
00041   AlpsProcessTypeVG,
00043   AlpsProcessTypeCP,
00045   AlpsProcessTypeVP,
00047   AlpsProcessTypeAny
00048 };
00049 
00050 #endif

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