coin-Bcp
MKC_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 _MKC_TM_PARAM_H
4 #define _MKC_TM_PARAM_H
5 
6 struct MKC_tm_par{
7  enum chr_params{
11 
15  //
17  };
18  enum int_params{
20  //
22  };
23  enum dbl_params{
25  //
27  };
28  enum str_params{
31  //
33  };
36  //
38  };
39 };
40 
41 #endif