coin-Bcp
MCF2_par.hpp
Go to the documentation of this file.
1 #ifndef MCF2_par_hpp
2 #define MCF2_par_hpp
3 
4 // These are the parameters for the MCF2 code
5 
6 class MCF2_par {
7 public:
8  enum chr_params {
10  //
12  };
13  enum int_params {
14  //
16  };
17  enum dbl_params {
18  //
20  };
21  enum str_params {
23  //
25  };
27  //
29  };
30 };
31 
32 #endif
str_array_params
Definition: MCF2_par.hpp:26