coin-Bcp
CSP_lp_param.hpp
Go to the documentation of this file.
1 // Copyright (C) 2005, International Business Machines
2 // Corporation and others. All Rights Reserved.
3 #ifndef _CSP_LP_PARAM_H
4 #define _CSP_LP_PARAM_H
5 
6 enum {
9 };
10 
11 struct CSP_lp_par{
13  enum chr_params {
15  //
17  };
18  enum int_params{
25 
35  //
37  };
38  enum dbl_params{
39  // These are parameters passed to the volume algorithm
41 
51  //
53  };
54  enum str_params{
56  //
58  };
61  //
63  };
64 };
65 
66 #endif
chr_params
Fill out whatever parameters we want to use.