| ►CAbcDualRowPivot | Dual Row Pivot Abstract Base Class |
| CAbcDualRowDantzig | Dual Row Pivot Dantzig Algorithm Class |
| CAbcDualRowSteepest | Dual Row Pivot Steepest Edge Algorithm Class |
| CAbcMatrix | |
| CAbcMatrix2 | |
| CAbcMatrix3 | |
| CAbcNonLinearCost | |
| ►CAbcPrimalColumnPivot | Primal Column Pivot Abstract Base Class |
| CAbcPrimalColumnDantzig | Primal Column Pivot Dantzig Algorithm Class |
| CAbcPrimalColumnSteepest | Primal Column Pivot Steepest Edge Algorithm Class |
| CAbcSimplexFactorization | This just implements AbcFactorization when an AbcMatrix object is passed |
| CAbcTolerancesEtc | |
| CAbcWarmStartOrganizer | |
| Cstd::allocator< T > | STL class |
| Campl_info | |
| Cstd::array< T > | STL class |
| Cstd::auto_ptr< T > | STL class |
| ►Cstd::basic_string< Char > | STL class |
| Cstd::string | STL class |
| Cstd::wstring | STL class |
| Cstd::basic_string< char > | |
| Cstd::basic_string< wchar_t > | |
| Cstd::bitset< Bits > | STL class |
| CblockStruct | |
| CblockStruct3 | |
| CClpNode::branchState | |
| CCbcOrClpParam | Very simple class for setting parameters |
| ►CClpCholeskyBase | Base class for Clp Cholesky factorization Will do better factorization |
| CClpCholeskyDense | |
| CClpCholeskyMumps | Mumps class for Clp Cholesky factorization |
| CClpCholeskyTaucs | Taucs class for Clp Cholesky factorization |
| CClpCholeskyUfl | Ufl class for Clp Cholesky factorization |
| CClpCholeskyWssmp | Wssmp class for Clp Cholesky factorization |
| CClpCholeskyWssmpKKT | WssmpKKT class for Clp Cholesky factorization |
| CClpCholeskyDenseC | |
| ►CClpConstraint | Constraint Abstract Base Class |
| CClpConstraintLinear | Linear Constraint Class |
| CClpConstraintQuadratic | Quadratic Constraint Class |
| CClpDataSave | This is a tiny class where data can be saved round calls |
| ►CClpDisasterHandler | Base class for Clp disaster handling |
| COsiClpDisasterHandler | |
| ►CClpDualRowPivot | Dual Row Pivot Abstract Base Class |
| CClpDualRowDantzig | Dual Row Pivot Dantzig Algorithm Class |
| CClpDualRowSteepest | Dual Row Pivot Steepest Edge Algorithm Class |
| ►CClpEventHandler | Base class for Clp event handling |
| CMyEventHandler | This is so user can trap events and do useful stuff |
| CClpFactorization | This just implements CoinFactorization when an ClpMatrixBase object is passed |
| CClpHashValue | |
| CClpLsqr | This class implements LSQR |
| ►CClpMatrixBase | Abstract base class for Clp Matrices |
| CClpDummyMatrix | This implements a dummy matrix as derived from ClpMatrixBase |
| CClpNetworkMatrix | This implements a simple network matrix as derived from ClpMatrixBase |
| ►CClpPackedMatrix | |
| ►CClpDynamicMatrix | This implements a dynamic matrix when we have a limit on the number of "interesting rows" |
| CClpDynamicExampleMatrix | This implements a dynamic matrix when we have a limit on the number of "interesting rows" |
| ►CClpGubMatrix | This implements Gub rows plus a ClpPackedMatrix |
| CClpGubDynamicMatrix | This implements Gub rows plus a ClpPackedMatrix |
| CClpPlusMinusOneMatrix | This implements a simple +- one matrix as derived from ClpMatrixBase |
| ►CClpModel | |
| ►CClpInterior | This solves LPs using interior point methods |
| CClpPdco | This solves problems in Primal Dual Convex Optimization |
| CClpPredictorCorrector | This solves LPs using the predictor-corrector method due to Mehrotra |
| ►CClpSimplex | This solves LPs using the simplex method |
| ►CAbcSimplex | |
| CAbcSimplexDual | This solves LPs using the dual simplex method |
| CAbcSimplexPrimal | This solves LPs using the primal simplex method |
| CClpSimplexDual | This solves LPs using the dual simplex method |
| CClpSimplexOther | This is for Simplex stuff which is neither dual nor primal |
| ►CClpSimplexPrimal | This solves LPs using the primal simplex method |
| CClpSimplexNonlinear | This solves non-linear LPs using the primal simplex method |
| CClpNetworkBasis | This deals with Factorization and Updates for network structures |
| CClpNode | |
| CClpNodeStuff | |
| CClpNonLinearCost | |
| ►CClpObjective | Objective Abstract Base Class |
| CClpLinearObjective | Linear Objective Class |
| CClpQuadraticObjective | Quadratic Objective Class |
| CClpPackedMatrix2 | |
| CClpPackedMatrix3 | |
| CClpPdcoBase | Abstract base class for tailoring everything for Pcdo |
| CClpPresolve | This is the Clp interface to CoinPresolve |
| ►CClpPrimalColumnPivot | Primal Column Pivot Abstract Base Class |
| CClpPrimalColumnDantzig | Primal Column Pivot Dantzig Algorithm Class |
| CClpPrimalColumnSteepest | Primal Column Pivot Steepest Edge Algorithm Class |
| CClpPrimalQuadraticDantzig | Primal Column Pivot Dantzig Algorithm Class |
| CClpSimplexProgress | For saving extra information to see if looping |
| CClpSolve | This is a very simple class to guide algorithms |
| CClpTrustedData | For a structure to be used by trusted code |
| ►CCoinAbcAnyFactorization | Abstract base class which also has some scalars so can be used from Dense or Simp |
| CCoinAbcDenseFactorization | This deals with Factorization and Updates This is a simple dense version so other people can write a better one |
| CCoinAbcTypeFactorization | |
| CCoinAbcStack | |
| CCoinAbcStatistics | |
| CClpHashValue::CoinHashLink | Data |
| ►CCoinMessageHandler | |
| CMyMessageHandler | |
| ►CCoinMessages | |
| CClpMessage | This deals with Clp messages (as against Osi messages etc) |
| ►CCoinWarmStartBasis | |
| CAbcWarmStart | As CoinWarmStartBasis but with alternatives (Also uses Clp status meaning for slacks) |
| Cstd::complex | STL class |
| Cstd::list< T >::const_iterator | STL iterator class |
| Cstd::forward_list< T >::const_iterator | STL iterator class |
| Cstd::deque< T >::const_iterator | STL iterator class |
| Cstd::wstring::const_iterator | STL iterator class |
| Cstd::map< K, T >::const_iterator | STL iterator class |
| Cstd::unordered_map< K, T >::const_iterator | STL iterator class |
| Cstd::basic_string< Char >::const_iterator | STL iterator class |
| Cstd::multimap< K, T >::const_iterator | STL iterator class |
| Cstd::unordered_multimap< K, T >::const_iterator | STL iterator class |
| Cstd::set< K >::const_iterator | STL iterator class |
| Cstd::string::const_iterator | STL iterator class |
| Cstd::unordered_set< K >::const_iterator | STL iterator class |
| Cstd::multiset< K >::const_iterator | STL iterator class |
| Cstd::unordered_multiset< K >::const_iterator | STL iterator class |
| Cstd::vector< T >::const_iterator | STL iterator class |
| Cstd::list< T >::const_reverse_iterator | STL iterator class |
| Cstd::forward_list< T >::const_reverse_iterator | STL iterator class |
| Cstd::string::const_reverse_iterator | STL iterator class |
| Cstd::deque< T >::const_reverse_iterator | STL iterator class |
| Cstd::map< K, T >::const_reverse_iterator | STL iterator class |
| Cstd::unordered_map< K, T >::const_reverse_iterator | STL iterator class |
| Cstd::multimap< K, T >::const_reverse_iterator | STL iterator class |
| Cstd::basic_string< Char >::const_reverse_iterator | STL iterator class |
| Cstd::unordered_multimap< K, T >::const_reverse_iterator | STL iterator class |
| Cstd::set< K >::const_reverse_iterator | STL iterator class |
| Cstd::unordered_set< K >::const_reverse_iterator | STL iterator class |
| Cstd::vector< T >::const_reverse_iterator | STL iterator class |
| Cstd::wstring::const_reverse_iterator | STL iterator class |
| Cstd::multiset< K >::const_reverse_iterator | STL iterator class |
| Cstd::unordered_multiset< K >::const_reverse_iterator | STL iterator class |
| Cstd::deque< T > | STL class |
| Cstd::deque< StdVectorDouble > | |
| CdualColumnResult | |
| Cstd::error_category | STL class |
| Cstd::error_code | STL class |
| Cstd::error_condition | STL class |
| ►Cstd::exception | STL class |
| Cstd::bad_alloc | STL class |
| Cstd::bad_cast | STL class |
| Cstd::bad_exception | STL class |
| Cstd::bad_typeid | STL class |
| Cstd::ios_base::failure | STL class |
| ►Cstd::logic_error | STL class |
| Cstd::domain_error | STL class |
| Cstd::invalid_argument | STL class |
| Cstd::length_error | STL class |
| Cstd::out_of_range | STL class |
| ►Cstd::runtime_error | STL class |
| Cstd::overflow_error | STL class |
| Cstd::range_error | STL class |
| Cstd::underflow_error | STL class |
| Cstd::forward_list< T > | STL class |
| CIdiot | This class implements a very silly algorithm |
| CIdiotResult | For use internally |
| CInfo | ******** DATA to be moved into protected section of ClpInterior |
| ►Cstd::ios_base | STL class |
| Cstd::basic_ios< char > | |
| Cstd::basic_ios< wchar_t > | |
| ►Cstd::basic_ios< Char > | STL class |
| Cstd::basic_istream< char > | |
| Cstd::basic_istream< wchar_t > | |
| Cstd::basic_ostream< char > | |
| Cstd::basic_ostream< wchar_t > | |
| ►Cstd::basic_istream< Char > | STL class |
| Cstd::basic_ifstream< char > | |
| Cstd::basic_ifstream< wchar_t > | |
| Cstd::basic_iostream< char > | |
| Cstd::basic_iostream< wchar_t > | |
| Cstd::basic_istringstream< char > | |
| Cstd::basic_istringstream< wchar_t > | |
| ►Cstd::basic_ifstream< Char > | STL class |
| Cstd::ifstream | STL class |
| Cstd::wifstream | STL class |
| ►Cstd::basic_iostream< Char > | STL class |
| Cstd::basic_fstream< char > | |
| Cstd::basic_fstream< wchar_t > | |
| Cstd::basic_stringstream< char > | |
| Cstd::basic_stringstream< wchar_t > | |
| ►Cstd::basic_fstream< Char > | STL class |
| Cstd::fstream | STL class |
| Cstd::wfstream | STL class |
| ►Cstd::basic_stringstream< Char > | STL class |
| Cstd::stringstream | STL class |
| Cstd::wstringstream | STL class |
| ►Cstd::basic_istringstream< Char > | STL class |
| Cstd::istringstream | STL class |
| Cstd::wistringstream | STL class |
| Cstd::istream | STL class |
| Cstd::wistream | STL class |
| ►Cstd::basic_ostream< Char > | STL class |
| Cstd::basic_iostream< char > | |
| Cstd::basic_iostream< wchar_t > | |
| Cstd::basic_ofstream< char > | |
| Cstd::basic_ofstream< wchar_t > | |
| Cstd::basic_ostringstream< char > | |
| Cstd::basic_ostringstream< wchar_t > | |
| Cstd::basic_iostream< Char > | STL class |
| ►Cstd::basic_ofstream< Char > | STL class |
| Cstd::ofstream | STL class |
| Cstd::wofstream | STL class |
| ►Cstd::basic_ostringstream< Char > | STL class |
| Cstd::ostringstream | STL class |
| Cstd::wostringstream | STL class |
| Cstd::ostream | STL class |
| Cstd::wostream | STL class |
| Cstd::ios | STL class |
| Cstd::wios | STL class |
| Cstd::forward_list< T >::iterator | STL iterator class |
| Cstd::map< K, T >::iterator | STL iterator class |
| Cstd::unordered_map< K, T >::iterator | STL iterator class |
| Cstd::multiset< K >::iterator | STL iterator class |
| Cstd::set< K >::iterator | STL iterator class |
| Cstd::wstring::iterator | STL iterator class |
| Cstd::unordered_set< K >::iterator | STL iterator class |
| Cstd::multimap< K, T >::iterator | STL iterator class |
| Cstd::basic_string< Char >::iterator | STL iterator class |
| Cstd::deque< T >::iterator | STL iterator class |
| Cstd::unordered_multimap< K, T >::iterator | STL iterator class |
| Cstd::string::iterator | STL iterator class |
| Cstd::list< T >::iterator | STL iterator class |
| Cstd::unordered_multiset< K >::iterator | STL iterator class |
| Cstd::vector< T >::iterator | STL iterator class |
| Cstd::list< T > | STL class |
| Cstd::map< K, T > | STL class |
| Cstd::multimap< K, T > | STL class |
| Cstd::multiset< K > | STL class |
| COptions | ******** DATA to be moved into protected section of ClpInterior |
| ►COsiSolverInterface | |
| COsiClpSolverInterface | Clp Solver Interface |
| COutfo | ******** DATA to be moved into protected section of ClpInterior |
| CClpSimplexOther::parametricsData | |
| CAbcSimplexPrimal::pivotStruct | |
| Cstd::priority_queue< T > | STL class |
| Cstd::queue< T > | STL class |
| Cstd::wstring::reverse_iterator | STL iterator class |
| Cstd::deque< T >::reverse_iterator | STL iterator class |
| Cstd::forward_list< T >::reverse_iterator | STL iterator class |
| Cstd::list< T >::reverse_iterator | STL iterator class |
| Cstd::unordered_set< K >::reverse_iterator | STL iterator class |
| Cstd::string::reverse_iterator | STL iterator class |
| Cstd::multimap< K, T >::reverse_iterator | STL iterator class |
| Cstd::unordered_multimap< K, T >::reverse_iterator | STL iterator class |
| Cstd::vector< T >::reverse_iterator | STL iterator class |
| Cstd::unordered_multiset< K >::reverse_iterator | STL iterator class |
| Cstd::set< K >::reverse_iterator | STL iterator class |
| Cstd::unordered_map< K, T >::reverse_iterator | STL iterator class |
| Cstd::map< K, T >::reverse_iterator | STL iterator class |
| Cstd::multiset< K >::reverse_iterator | STL iterator class |
| Cstd::basic_string< Char >::reverse_iterator | STL iterator class |
| CscatterStruct | |
| Cstd::set< K > | STL class |
| Cstd::smart_ptr< T > | STL class |
| Cstd::stack< T > | STL class |
| Cstd::system_error | STL class |
| Cstd::thread | STL class |
| Cstd::unique_ptr< T > | STL class |
| Cstd::unordered_map< K, T > | STL class |
| Cstd::unordered_multimap< K, T > | STL class |
| Cstd::unordered_multiset< K > | STL class |
| Cstd::unordered_set< K > | STL class |
| Cstd::valarray< T > | STL class |
| Cstd::vector< T > | STL class |
| Cstd::vector< std::string > | |
| Cstd::weak_ptr< T > | STL class |
| CK | |
| CT | |