/home/coin/SVN-release/CoinAll-1.1.0/Bcps/src/Bcps.h

Go to the documentation of this file.
00001 /*===========================================================================*
00002  * This file is part of the Branch, Constrain and Price Software (BiCePS)    *
00003  *                                                                           *
00004  * BiCePS 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  * Copyright (C) 2001-2007, Lehigh University, Yan Xu, and Ted Ralphs.       *
00020  * All Rights Reserved.                                                      *
00021  *===========================================================================*/
00022 
00023 #ifndef Bcps_h_
00024 #define Bcps_h_
00025 
00026 //#############################################################################
00027 // Return code.
00028 //#############################################################################
00029 
00030 enum BcpsReturnStatus {
00031    BcpsReturnStatusOk = 0,
00032    BcpsReturnStatusErr
00033 };
00034 
00035 //#############################################################################
00036 
00037 enum BcpsKnowledgeType{
00038    BcpsKnowledgeTypeConstraint  = 11,
00039    BcpsKnowledgeTypeVariable  = 12
00040 };
00041 
00042 //#############################################################################
00043 
00044 enum BcpsValidRegion{
00045     BcpsValidLocal = 0,
00046     BcpsValidGlobal
00047 };
00048 
00049 //#############################################################################
00050 
00051 #endif
00052 

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