coin-Bcp
MC_tm_param.hpp
Go to the documentation of this file.
1 // Copyright (C) 2000, International Business Machines
2 // Corporation and others. All Rights Reserved.
3 #ifndef _MC_TM_PARAM_H
4 #define _MC_TM_PARAM_H
5 
6 struct MC_tm_par {
7  enum chr_params{
9  //
11  };
12  enum int_params{
13  // the dummy is needed so the allocation won't try for 0 entries
15  //
17  };
18  enum dbl_params{
19  dbl_dummy,
20  //
22  };
23  enum str_params{
25  InputFile,
27  //
29  };
32  //
34  };
35 };
36 
37 
38 #endif