coin-Bcp
MKC_lp_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_LP_PARAM_H
4 #define _MKC_LP_PARAM_H
5 
6 struct MKC_lp_par{
7  enum chr_params{
12 
18 
20 
23  //
25  };
26  enum int_params{
30 
40  //
42  };
43  enum dbl_params{
46 
56  //
58  };
59  enum str_params{
61  //
63  };
66  //
68  };
69 };
70 
71 #endif