/home/coin/SVN-release/Bcp-1.2.1/Applications/Csp/include/CSP_tm_param.hpp

Go to the documentation of this file.
00001 // Copyright (C) 2005, International Business Machines
00002 // Corporation and others.  All Rights Reserved.
00003 #ifndef _CSP_TM_PARAM_H
00004 #define _CSP_TM_PARAM_H
00005 
00006 struct CSP_tm_par{
00007    enum chr_params{
00008       combineExclusionConstraints,
00009       addKnapsackMirConstraints,
00010       addKnifeMirConstraints,
00011       //
00012       end_of_chr_params
00013    };
00014    enum int_params{
00015       int_dummy,
00016       //
00017       end_of_int_params
00018    };
00019    enum dbl_params{
00020       dbl_dummy,
00021       //
00022       end_of_dbl_params
00023    };
00024    enum str_params{
00025       InputFile,
00026       //
00027       end_of_str_params
00028    };
00029    enum str_array_params{
00030       str_array_dummy,
00031       //
00032       end_of_str_array_params
00033    };
00034 };
00035 
00036 #endif

Generated on Thu Jan 15 03:00:58 2009 for coin-Bcp by  doxygen 1.4.7