C_EKKfactinfo | |
Cdo_tighten_action::action | |
Cdoubleton_action::action | |
Cdrop_empty_cols_action::action | |
Cdrop_empty_rows_action::action | |
Cdupcol_action::action | |
Cduprow3_action::action | |
Cduprow_action::action | |
Cforcing_constraint_action::action | |
Cgubrow_action::action | |
Cimplied_free_action::action | |
Cmake_fixed_action::action | Structure to preserve the bound overwritten when fixing a variable |
Cremove_dual_action::action | Postsolve (bound restore) instruction |
Cremove_fixed_action::action | Structure to hold information necessary to reintroduce a column into the problem representation |
Cslack_doubleton_action::action | |
Cslack_singleton_action::action | |
Csubst_constraint_action::action | |
Ctripleton_action::action | |
Ctwoxtwo_action::action | |
Cuseless_constraint_action::action | |
CBitVector128 | |
CCoinAbsFltEq | Equality to an absolute tolerance |
CCoinAlloc | A memory pool allocator |
►CCoinArrayWithLength | Pointer with length in bytes |
CCoinArbitraryArrayWithLength | Arbitrary version |
CCoinBigIndexArrayWithLength | CoinBigIndex * version |
CCoinDoubleArrayWithLength | Double * version |
CCoinFactorizationDoubleArrayWithLength | CoinFactorizationDouble * version |
CCoinFactorizationLongDoubleArrayWithLength | CoinFactorizationLongDouble * version |
CCoinIntArrayWithLength | Int * version |
CCoinUnsignedIntArrayWithLength | Unsigned int * version |
CCoinVoidStarArrayWithLength | Void * version |
►CCoinBaseModel | |
CCoinModel | 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 |
CCoinStructuredModel | |
CCoinBuild | In many cases it is natural to build a model by adding one row at a time |
CCoinDenseVector< T > | Dense Vector |
CCoinError | Error Class thrown by an exception |
CCoinExternalVectorFirstGreater_2< S, T, V > | Function operator |
CCoinExternalVectorFirstGreater_3< S, T, U, V > | Function operator |
CCoinExternalVectorFirstLess_2< S, T, V > | Function operator |
CCoinExternalVectorFirstLess_3< S, T, U, V > | Function operator |
CCoinFactorization | This deals with Factorization and Updates |
►CCoinFileIOBase | Base class for FileIO classes |
►CCoinFileInput | Abstract base class for file input classes |
CCoinPlainFileInput | This reads plain text files |
CCoinFileOutput | Abstract base class for file output classes |
CCoinFirstAbsGreater_2< S, T > | Function operator |
CCoinFirstAbsGreater_3< S, T, U > | Function operator |
CCoinFirstAbsLess_2< S, T > | Function operator |
CCoinFirstAbsLess_3< S, T, U > | Function operator |
CCoinFirstGreater_2< S, T > | Function operator |
CCoinFirstGreater_3< S, T, U > | Function operator |
CCoinFirstLess_2< S, T > | Function operator |
CCoinFirstLess_3< S, T, U > | Function operator |
CCoinLpIO::CoinHashLink | |
CCoinMpsIO::CoinHashLink | |
►CCoinIndexedVector | Indexed Vector |
CCoinPartitionedVector | |
CCoinLpIO | Class to read and write Lp files |
CCoinMempool | |
CCoinMessageHandler | Base class for message handling |
►CCoinMessages | Class to hold and manipulate an array of massaged messages |
CCoinMessage | The standard set of Coin messages |
CCoinModelHash | |
CCoinModelHash2 | For int,int hashing |
CCoinModelHashLink | For names and hashing |
CCoinModelHashLink2 | |
CCoinModelInfo2 | This is a model which is made up of Coin(Structured)Model blocks |
CCoinModelLink | This is for various structures/classes needed by CoinModel |
CCoinModelLinkedList | |
CCoinModelTriple | For linked lists |
CCoinMpsCardReader | Very simple code for reading MPS data |
CCoinMpsIO | MPS IO Interface |
CCoinOneMessage | Class for one massaged message |
►CCoinOtherFactorization | Abstract base class which also has some scalars so can be used from Dense or Simp |
CCoinDenseFactorization | This deals with Factorization and Updates This is a simple dense version so other people can write a better one |
CCoinOslFactorization | |
CCoinSimpFactorization | |
CCoinSnapshot::coinOwned | To say whether arrays etc are owned by CoinSnapshot |
CCoinPackedMatrix | Sparse Matrix Base Class |
►CCoinPackedVectorBase | Abstract base class for various sparse vectors |
CCoinPackedVector | Sparse Vector |
CCoinShallowPackedVector | Shallow Sparse Vector |
CCoinPair< S, T > | An ordered pair |
CCoinParam | A base class for ‘keyword value’ command line parameters |
►CCoinPrePostsolveMatrix | Collects all the information about the problem that is needed in both presolve and postsolve |
CCoinPostsolveMatrix | Augments CoinPrePostsolveMatrix with information about the problem that is only needed during postsolve |
CCoinPresolveMatrix | Augments CoinPrePostsolveMatrix with information about the problem that is only needed during presolve |
►CCoinPresolveAction | Abstract base class of all presolve routines |
Cdo_tighten_action | |
Cdoubleton_action | Solve ax+by=c for y and substitute y out of the problem |
Cdrop_empty_cols_action | Physically removes empty columns in presolve, and reinserts empty columns in postsolve |
Cdrop_empty_rows_action | Physically removes empty rows in presolve, and reinserts empty rows in postsolve |
Cdrop_zero_coefficients_action | Removal of explicit zeros |
Cdupcol_action | Detect and remove duplicate columns |
Cduprow3_action | |
Cduprow_action | Detect and remove duplicate rows |
Cforcing_constraint_action | Detect and process forcing constraints and useless constraints |
Cgubrow_action | Detect and remove entries whose sum is known |
Cimplied_free_action | Detect and process implied free variables |
Cisolated_constraint_action | |
Cmake_fixed_action | Fix a variable at a specified bound |
Cremove_dual_action | Attempt to fix variables by bounding reduced costs |
Cremove_fixed_action | Excise fixed variables from the model |
Cslack_doubleton_action | Convert an explicit bound constraint to a column bound |
Cslack_singleton_action | For variables with one entry |
Csubst_constraint_action | Detect and process implied free variables |
Ctripleton_action | We are only going to do this if it does not increase number of elements? |
Ctwoxtwo_action | Detect interesting 2 by 2 blocks |
Cuseless_constraint_action | |
CCoinPresolveMonitor | Monitor a row or column for modification |
CCoinRational | |
CCoinRelFltEq | Equality to a scaled tolerance |
►CCoinSearchTreeBase | |
CCoinSearchTree< Comp > | |
CCoinSearchTreeCompareBest | Best first search |
CCoinSearchTreeCompareBreadth | |
CCoinSearchTreeCompareDepth | Depth First Search |
CCoinSearchTreeComparePreferred | Function objects to compare search tree nodes |
CCoinSearchTreeManager | |
►CCoinSet | Very simple class for containing data on set |
CCoinSosSet | Very simple class for containing SOS set |
CCoinSnapshot | NON Abstract Base Class for interfacing with cut generators or branching code or |
CCoinThreadRandom | Class for thread specific random numbers |
CCoinTimer | This class implements a timer that also implements a tracing functionality |
CCoinTreeNode | A class from which the real tree nodes should be derived from |
CCoinTreeSiblings | |
CCoinTriple< S, T, U > | |
►CCoinWarmStart | Abstract base class for warm start information |
CCoinWarmStartVector< double > | |
CCoinWarmStartVector< U > | |
CCoinWarmStartBasis | The default COIN simplex (basis-oriented) warm start class |
CCoinWarmStartDual | WarmStart information that is only a dual vector |
CCoinWarmStartPrimalDual | WarmStart information that is only a dual vector |
CCoinWarmStartVector< T > | WarmStart information that is only a vector |
CCoinWarmStartVectorPair< T, U > | |
►CCoinWarmStartDiff | Abstract base class for warm start ‘diff’ objects |
CCoinWarmStartVectorDiff< double > | |
CCoinWarmStartVectorDiff< U > | |
CCoinWarmStartBasisDiff | A ‘diff’ between two CoinWarmStartBasis objects |
CCoinWarmStartDualDiff | A ‘diff’ between two CoinWarmStartDual objects |
CCoinWarmStartPrimalDualDiff | A ‘diff’ between two CoinWarmStartPrimalDual objects |
CCoinWarmStartVectorDiff< T > | A ‘diff’ between two CoinWarmStartVector objects |
CCoinWarmStartVectorPairDiff< T, U > | |
CCoinYacc | |
Cdropped_zero | Tracking information for an explicit zero coefficient |
CEKKHlink | This deals with Factorization and Updates This is ripped off from OSL!!!!!!!!! |
CFactorPointers | Pointers used during factorization |
Cpresolvehlink | Links to aid in packed matrix modification |
CCoin::ReferencedObject | ReferencedObject class |
CCoin::SmartPtr< T > | Template class for Smart Pointers |
Csymrec | For string evaluation |