coin-Bcp
BCP_vg_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 _BCP_VG_PARAM_H
4 #define _BCP_VG_PARAM_H
5 
6 struct BCP_vg_par{
7  enum chr_params{
15  //
17  };
18  enum int_params{
35  //
37  };
38  enum dbl_params{
40  //
42  };
43  enum str_params{
45  //
47  };
50  //
52  };
53 
54 };
55 
56 #endif
The "nice" level the process should run at.
Print out a message when the default version of an overridable method is executed.
Indicates whether message passing is serial (all processes are on the same processor) or not...