|
FlopCpp trunk
|
| ▼Nflopc | All flopc++ code is contained within the flopc namespace |
| CBoolean_base | Base class for all "boolean" types of data |
| CCoef | Internal representation of a Coefficient in a matrix |
| CConstant | Reference counted class for all "constant" types of data |
| CConstant_base | Base class for all "constant" types of data |
| CConstraint | Semantic representation of a constraint in a Math Program |
| CDataRef | Reference to a set of data |
| CExpression_operator | The base class for all expressions |
| CFunctor | Function object |
| CGenerateFunctor | Functor to facilitate generation of coefficients |
| CHandle | Utility for doing reference counted pointers |
| CInsertFunctor | Internal representation of a "set" |
| CinsertFunctor | Inserter for construction of a subset |
| CMessenger | Inteface for hooking up to internal flopc++ message handling |
| CMP_binary_variable | Specialized subclass of MP_variable where the variable is pre-specified to be binary |
| CMP_boolean | Reference counted class for all "boolean" types of data |
| CMP_constraint | Semantic representation of a linear constraint |
| CMP_data | Input data set |
| CMP_domain | Range over which some other constuct is defined |
| CMP_domain_base | Reference to a set of index values |
| CMP_domain_set | Range over which some other constuct is defined |
| CMP_domain_subset | Range over which some other constuct is defined |
| CMP_expression | Symbolic representation of a linear expression |
| CMP_expression_base | The base class for all expressions |
| CMP_index | Representation of an index |
| CMP_index_base | Internal representation of a index |
| CMP_index_dif | Internal representation of an index expression |
| CMP_index_exp | Representation of an expression involving an index |
| CMP_index_mult | Internal representation of an index expression |
| CMP_index_sum | Internal representation of an index expression |
| CMP_model | This is the anchor point for all constructs in a FlopC++ model |
| CMP_set | Representation of a set for indexing into some other construct |
| CMP_set_base | Internal representation of a "set" |
| CMP_stage | |
| CMP_stochastic_data | |
| CMP_subset | Internal representation of a "set" |
| CMP_variable | Symantic representation of a variable |
| CNamed | Utility interface class for adding a string name onto a structure |
| CNormalMessenger | Internal use: used when Normal output is selected |
| CObjectiveGenerateFunctor | Functor to facilitate generation of the objective function |
| CRowMajor | Utility class to flatten multidimensional information into single dimentional offset information |
| CSubsetRef | Internal representation of a "set" |
| CSUBSETREF | Internal representation of a "set" |
| CTerminalExpression | The base class for all expressions |
| CVariableRef | Semantic representation of a variable in a Math Program |
| CVerboseMessenger | Internal use: used when Verbose output is selected |