| BitVector128 | |
| CoinAbsFltEq | Equality to an absolute tolerance |
| CoinArrayWithLength | Pointer with length in bytes |
| CoinBigIndexArrayWithLength | CoinBigIndex * version |
| CoinBuild | In many cases it is natural to build a model by adding one row at a time |
| CoinDenseFactorization | This deals with Factorization and Updates This is a simple dense version so other people can write a better one |
| CoinDenseVector< T > | Dense Vector |
| CoinDoubleArrayWithLength | Double * version |
| CoinError | Error Class thrown by an exception |
| CoinExternalVectorFirstGreater_2< S, T, V > | Function operator |
| CoinExternalVectorFirstGreater_3< S, T, U, V > | Function operator |
| CoinExternalVectorFirstLess_2< S, T, V > | Function operator |
| CoinExternalVectorFirstLess_3< S, T, U, V > | Function operator |
| CoinFactorization | This deals with Factorization and Updates |
| CoinFileInput | Abstract base class for file input classes |
| CoinFileIOBase | Base class for FileIO classes |
| CoinFileOutput | Abstract base class for file output classes |
| CoinFirstAbsGreater_2< S, T > | Function operator |
| CoinFirstAbsGreater_3< S, T, U > | Function operator |
| CoinFirstAbsLess_2< S, T > | Function operator |
| CoinFirstAbsLess_3< S, T, U > | Function operator |
| CoinFirstGreater_2< S, T > | Function operator |
| CoinFirstGreater_3< S, T, U > | Function operator |
| CoinFirstLess_2< S, T > | Function operator |
| CoinFirstLess_3< S, T, U > | Function operator |
| CoinIndexedVector | Indexed Vector |
| CoinIntArrayWithLength | Int * version |
| CoinLpIO | Class to read and write Lp files |
| CoinLpIO::CoinHashLink | |
| CoinMessage | The standard set of Coin messages |
| CoinMessageHandler | Base class for message handling |
| CoinMessages | Class to hold and manipulate an array of massaged messages |
| CoinModel | This is a simple minded model which is stored in a format which makes it easier to construct and modify but not efficient for algorithms |
| CoinModelHash | |
| CoinModelHash2 | For int,int hashing |
| CoinModelHashLink | For names and hashing |
| CoinModelLink | For going through row or column |
| CoinModelLinkedList | |
| CoinModelTriple | For linked lists |
| CoinMpsCardReader | Very simple code for reading MPS data |
| CoinMpsIO | MPS IO Interface |
| CoinMpsIO::CoinHashLink | |
| CoinOneMessage | Class for one massaged message |
| CoinPackedMatrix | Sparse Matrix Base Class |
| CoinPackedVector | Sparse Vector |
| CoinPackedVectorBase | Abstract base class for various sparse vectors |
| CoinPair< S, T > | An ordered pair |
| CoinParam | A base class for `keyword value' command line parameters |
| CoinPostsolveMatrix | Augments CoinPrePostsolveMatrix with information about the problem that is only needed during postsolve |
| CoinPrePostsolveMatrix | Collects all the information about the problem that is needed in both presolve and postsolve |
| CoinPresolveAction | Abstract base class of all presolve routines |
| CoinPresolveMatrix | Augments CoinPrePostsolveMatrix with information about the problem that is only needed during presolve |
| CoinRelFltEq | Equality to a scaled tolerance |
| CoinSearchTree< Comp > | |
| CoinSearchTreeBase | |
| CoinSearchTreeCompareBest | Best first search |
| CoinSearchTreeCompareBreadth | |
| CoinSearchTreeCompareDepth | Depth First Search |
| CoinSearchTreeComparePreferred | Depth First Search |
| CoinSearchTreeManager | |
| CoinSet | Very simple class for containing data on set |
| CoinShallowPackedVector | Shallow Sparse Vector |
| CoinSnapshot | NON Abstract Base Class for interfacing with cut generators or branching code or |
| CoinSnapshot::coinOwned | To say whether arrays etc are owned by CoinSnapshot |
| CoinSosSet | Very simple class for containing SOS set |
| CoinThreadRandom | Class for thread specific random numbers |
| CoinTimer | This class implements a timer that also implements a tracing functionality |
| CoinTreeNode | A class from which the real tree nodes should be derived from |
| CoinTreeSiblings | |
| CoinTriple< S, T, U > | |
| CoinUnsignedIntArrayWithLength | Unsigned int * version |
| CoinWarmStart | Abstract base class for warm start information |
| CoinWarmStartBasis | The default COIN simplex (basis-oriented) warm start class |
| CoinWarmStartBasisDiff | A `diff' between two CoinWarmStartBasis objects |
| CoinWarmStartDiff | Abstract base class for warm start `diff' objects |
| CoinWarmStartDual | WarmStart information that is only a dual vector |
| CoinWarmStartDualDiff | A `diff' between two CoinWarmStartDual objects |
| CoinWarmStartPrimalDual | WarmStart information that is only a dual vector |
| CoinWarmStartPrimalDualDiff | A `diff' between two CoinWarmStartPrimalDual objects |
| CoinWarmStartVector< T > | WarmStart information that is only a vector |
| CoinWarmStartVectorDiff< T > | A `diff' between two CoinWarmStartVector objects |
| CoinWarmStartVectorPair< T, U > | |
| CoinWarmStartVectorPairDiff< T, U > | |
| CoinYacc | |
| do_tighten_action | |
| do_tighten_action::action | |
| doubleton_action | Solve ax+by=c for y and substitute y out of the problem |
| doubleton_action::action | |
| drop_empty_cols_action | Physically removes empty columns in presolve, and reinserts empty columns in postsolve |
| drop_empty_cols_action::action | |
| drop_empty_rows_action | Physically removes empty rows in presolve, and reinserts empty rows in postsolve |
| drop_empty_rows_action::action | |
| drop_zero_coefficients_action | Removal of explicit zeros |
| dropped_zero | Tracking information for an explicit zero coefficient |
| dupcol_action | Detect and remove duplicate columns |
| dupcol_action::action | |
| duprow_action | Detect and remove duplicate rows |
| duprow_action::action | |
| forcing_constraint_action | Detect and process forcing constraints and useless constraints |
| forcing_constraint_action::action | |
| implied_free_action | Detect and process implied free variables |
| implied_free_action::action | |
| isolated_constraint_action | |
| make_fixed_action | Fix a variable at a specified bound |
| make_fixed_action::action | Structure to preserve the bound overwritten when fixing a variable |
| presolvehlink | Links to aid in packed matrix modification |
| Coin::ReferencedObject | ReferencedObject class |
| remove_dual_action | Attempt to fix variables by bounding reduced costs |
| remove_fixed_action | Excise fixed variables from the model |
| remove_fixed_action::action | Structure to hold information necessary to reintroduce a column into the problem representation |
| slack_doubleton_action | Convert an explicit bound constraint to a column bound |
| slack_doubleton_action::action | |
| slack_singleton_action | For variables with one entry |
| slack_singleton_action::action | |
| Coin::SmartPtr< T > | Template class for Smart Pointers |
| subst_constraint_action | |
| subst_constraint_action::action | |
| symrec | For string evaluation |
| tripleton_action | We are only going to do this if it does not increase number of elements? |
| tripleton_action::action | |
| useless_constraint_action | |
| useless_constraint_action::action | |