coin-Bcp
MCF1_par.hpp
Go to the documentation of this file.
1 #ifndef MCF1_par_hpp
2 #define MCF1_par_hpp
3 
4 // These are the parameters for the MCF1 code
5 
6 class MCF1_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: MCF1_par.hpp:26