coin-Bcp
CSP_tm_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_TM_PARAM_H
4 #define _CSP_TM_PARAM_H
5 
6 struct CSP_tm_par{
7  enum chr_params{
11  //
13  };
14  enum int_params{
16  //
18  };
19  enum dbl_params{
21  //
23  };
24  enum str_params{
26  //
28  };
31  //
33  };
34 };
35 
36 #endif