/home/coin/SVN-release/Bcp-1.2.1/Applications/Mkc/include/MKC_tm_param.hpp

Go to the documentation of this file.
00001 // Copyright (C) 2000, International Business Machines
00002 // Corporation and others.  All Rights Reserved.
00003 #ifndef _MKC_TM_PARAM_H
00004 #define _MKC_TM_PARAM_H
00005 
00006 struct MKC_tm_par{
00007    enum chr_params{
00008       DetailedFeasibleSolution,
00009       SolveLpForLB,
00010       TestFinalSolution,
00011 
00012       CreateRootFromInputVars,
00013       DeleteOrdersNotInVarFile,
00014       ReadFromVarFile,
00015       //
00016       end_of_chr_params
00017    };
00018    enum int_params{
00019       int_dummy,
00020       //
00021       end_of_int_params
00022    };
00023    enum dbl_params{
00024       StartingDualValue,
00025       //
00026       end_of_dbl_params
00027    };
00028    enum str_params{
00029       InputFile,
00030       InputVarFile,
00031       //
00032       end_of_str_params
00033    };
00034    enum str_array_params{
00035       str_array_dummy,
00036       //
00037       end_of_str_array_params
00038    };
00039 };
00040 
00041 #endif

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