 _EKKfactinfo | |
 make_fixed_action::action | Structure to preserve the bound overwritten when fixing a variable |
 forcing_constraint_action::action | |
 implied_free_action::action | |
 slack_doubleton_action::action | |
 slack_singleton_action::action | |
 subst_constraint_action::action | |
 do_tighten_action::action | |
 tripleton_action::action | |
 useless_constraint_action::action | |
 doubleton_action::action | |
 dupcol_action::action | |
 duprow_action::action | |
 gubrow_action::action | |
 drop_empty_cols_action::action | |
 drop_empty_rows_action::action | |
 remove_fixed_action::action | Structure to hold information necessary to reintroduce a column into the problem representation |
 BitVector128 | |
 CoinAbsFltEq | Equality to an absolute tolerance |
 CoinArrayWithLength | Pointer with length in bytes |
  CoinBigIndexArrayWithLength | CoinBigIndex * version |
  CoinDoubleArrayWithLength | Double * version |
  CoinFactorizationDoubleArrayWithLength | CoinFactorizationDouble * version |
  CoinIntArrayWithLength | Int * version |
  CoinUnsignedIntArrayWithLength | Unsigned int * version |
 CoinBaseModel | |
  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 |
  CoinStructuredModel | |
 CoinBuild | In many cases it is natural to build a model by adding one row at a time |
 CoinDenseVector< T > | Dense Vector |
 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 |
 CoinFileIOBase | Base class for FileIO classes |
  CoinFileInput | Abstract base class for file input 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 |
 CoinMpsIO::CoinHashLink | |
 CoinLpIO::CoinHashLink | |
 CoinIndexedVector | Indexed Vector |
 CoinLpIO | Class to read and write Lp files |
 CoinMessageHandler | Base class for message handling |
 CoinMessages | Class to hold and manipulate an array of massaged messages |
  CoinMessage | The standard set of Coin messages |
 CoinModelHash | |
 CoinModelHash2 | For int,int hashing |
 CoinModelHashLink | For names and hashing |
 CoinModelInfo2 | This is a model which is made up of Coin(Structured)Model blocks |
 CoinModelLink | This is for various structures/classes needed by CoinModel |
 CoinModelLinkedList | |
 CoinModelTriple | For linked lists |
 CoinMpsCardReader | Very simple code for reading MPS data |
 CoinMpsIO | MPS IO Interface |
 CoinOneMessage | Class for one massaged message |
 CoinOtherFactorization | Abstract base class which also has some scalars so can be used from Dense or Simp |
  CoinDenseFactorization | This deals with Factorization and Updates This is a simple dense version so other people can write a better one |
  CoinOslFactorization | |
  CoinSimpFactorization | |
 CoinSnapshot::coinOwned | To say whether arrays etc are owned by CoinSnapshot |
 CoinPackedMatrix | Sparse Matrix Base Class |
 CoinPackedVectorBase | Abstract base class for various sparse vectors |
  CoinPackedVector | Sparse Vector |
  CoinShallowPackedVector | Shallow Sparse Vector |
 CoinPair< S, T > | An ordered pair |
 CoinParam | A base class for `keyword value' command line parameters |
 CoinPrePostsolveMatrix | Collects all the information about the problem that is needed in both presolve and postsolve |
  CoinPostsolveMatrix | Augments CoinPrePostsolveMatrix with information about the problem that is only needed during postsolve |
  CoinPresolveMatrix | Augments CoinPrePostsolveMatrix with information about the problem that is only needed during presolve |
 CoinPresolveAction | Abstract base class of all presolve routines |
  do_tighten_action | |
  doubleton_action | Solve ax+by=c for y and substitute y out of the problem |
  drop_empty_cols_action | Physically removes empty columns in presolve, and reinserts empty columns in postsolve |
  drop_empty_rows_action | Physically removes empty rows in presolve, and reinserts empty rows in postsolve |
  drop_zero_coefficients_action | Removal of explicit zeros |
  dupcol_action | Detect and remove duplicate columns |
  duprow_action | Detect and remove duplicate rows |
  forcing_constraint_action | Detect and process forcing constraints and useless constraints |
  gubrow_action | Detect and remove entries whose sum is known |
  implied_free_action | Detect and process implied free variables |
  isolated_constraint_action | |
  make_fixed_action | Fix a variable at a specified bound |
  remove_dual_action | Attempt to fix variables by bounding reduced costs |
  remove_fixed_action | Excise fixed variables from the model |
  slack_doubleton_action | Convert an explicit bound constraint to a column bound |
  slack_singleton_action | For variables with one entry |
  subst_constraint_action | |
  tripleton_action | We are only going to do this if it does not increase number of elements? |
  useless_constraint_action | |
 CoinRelFltEq | Equality to a scaled tolerance |
 CoinSearchTreeBase | |
  CoinSearchTree< Comp > | |
 CoinSearchTreeCompareBest | Best first search |
 CoinSearchTreeCompareBreadth | |
 CoinSearchTreeCompareDepth | Depth First Search |
 CoinSearchTreeComparePreferred | Function objects to compare search tree nodes |
 CoinSearchTreeManager | |
 CoinSet | Very simple class for containing data on set |
  CoinSosSet | Very simple class for containing SOS set |
 CoinSnapshot | NON Abstract Base Class for interfacing with cut generators or branching code or |
 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 > | |
 CoinWarmStart | Abstract base class for warm start information |
  CoinWarmStartBasis | The default COIN simplex (basis-oriented) warm start class |
  CoinWarmStartDual | WarmStart information that is only a dual vector |
  CoinWarmStartPrimalDual | WarmStart information that is only a dual vector |
  CoinWarmStartVector< T > | WarmStart information that is only a vector |
  CoinWarmStartVectorPair< T, U > | |
 CoinWarmStartDiff | Abstract base class for warm start `diff' objects |
  CoinWarmStartBasisDiff | A `diff' between two CoinWarmStartBasis objects |
  CoinWarmStartDualDiff | A `diff' between two CoinWarmStartDual objects |
  CoinWarmStartPrimalDualDiff | A `diff' between two CoinWarmStartPrimalDual objects |
  CoinWarmStartVectorDiff< T > | A `diff' between two CoinWarmStartVector objects |
  CoinWarmStartVectorPairDiff< T, U > | |
 CoinYacc | |
 dropped_zero | Tracking information for an explicit zero coefficient |
 EKKHlink | This deals with Factorization and Updates This is ripped off from OSL!!!!!!!!! |
 FactorPointers | Pointers used during factorization |
 presolvehlink | Links to aid in packed matrix modification |
 Coin::ReferencedObject | ReferencedObject class |
 Coin::SmartPtr< T > | Template class for Smart Pointers |
 symrec | For string evaluation |