coin-Bcp
BCP_cg_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_CG_PARAM_H
4 #define _BCP_CG_PARAM_H
5 
6 // This file is fully docified.
7 
12 struct BCP_cg_par{
15  enum chr_params{
27  //
29  };
30 
32  enum int_params{
49  //
51  };
52 
54  enum dbl_params{
56  //
58  };
59 
61  enum str_params{
67  //
69  };
70 
74  //
76  };
77 
78 };
79 
80 #endif
Just a marker for the first CgVerb.
int_params
Integer parameters.
str_array_params
There are no string array parameters.
Indicates whether message passing is serial (all processes are on the same processor) or not...
Print out a message when the default version of an overridable method is executed.
Parameters used in the Cut Generator process.
The file where the output from this process should be logged.
str_params
String parameters.
Just a marker for the last CgVerb.
dbl_params
There are no double parameters.
chr_params
Character parameters.
The "nice" level the process should run at.