coin-Bcp
MC_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 _MC_LP_PARAM_H
4 #define _MC_LP_PARAM_H
5 
10 };
11 
16 };
17 
19  MC_UseVol = 0x01,
20  MC_UseClp = 0x02
21 };
22 
23 struct MC_lp_par {
24  enum chr_params{
27 
31  //
33  };
34  enum int_params{
35  LpSolver,
36 
37  MaxDepth,
38 
41 
43  MstHeurNum,
51 
56 
66  //
68  };
69  enum dbl_params{
71 
75 
81 
91  //
93  };
94  enum str_params{
95  str_dummy,
96  //
98  };
100  // the dummy is needed so the allocation won't try for 0 entries
102  //
104  };
105 };
106 
107 
108 #endif
MC_LpSolver
Definition: MC_lp_param.hpp:18
MC_MstCycleCutGen
Definition: MC_lp_param.hpp:12
MC_SPCycleCutGen
Definition: MC_lp_param.hpp:6