/home/coin/SVN-release/Bcp-1.2.1/Bcp/examples/MaxCut/include/MC_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 _MC_TM_PARAM_H
00004 #define _MC_TM_PARAM_H
00005 
00006 struct MC_tm_par {
00007   enum chr_params{
00008     DisplaySolutionSignature,
00009     //
00010     end_of_chr_params
00011   };
00012   enum int_params{
00013     // the dummy is needed so the allocation won't try for 0 entries
00014     DigitsToLose,
00015     //
00016     end_of_int_params
00017   };
00018   enum dbl_params{
00019     dbl_dummy,
00020     //
00021     end_of_dbl_params
00022   };
00023   enum str_params{
00024     FeasSolFile,
00025     InputFile,
00026     SolutionFile,
00027     //
00028     end_of_str_params
00029   };
00030   enum str_array_params{
00031     str_array_dummy,
00032     //
00033     end_of_str_array_params
00034   };
00035 };
00036 
00037 
00038 #endif

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