/home/coin/SVN-release/CoinAll-1.1.0/Bcp/examples/MCF-2/include/MCF2_par.hpp

Go to the documentation of this file.
00001 #ifndef MCF2_par_hpp
00002 #define MCF2_par_hpp
00003 
00004 // These are the parameters for the MCF2 code
00005     
00006 class MCF2_par {
00007 public:
00008     enum chr_params {
00009         AddDummySourceSinkArcs,
00010         //
00011         end_of_chr_params
00012     };
00013     enum int_params {
00014         //
00015         end_of_int_params
00016     };
00017     enum dbl_params {
00018         //
00019         end_of_dbl_params
00020     };
00021     enum str_params {
00022         InputFilename,
00023         //
00024         end_of_str_params
00025     };
00026     enum str_array_params {
00027         //
00028         end_of_str_array_params
00029     };
00030 };
00031 
00032 #endif

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