Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
attvhdr_struct_tag
basis_struct
basisel_struct
bnfdef_any
bnfdef_struct
bnfGdef_struct
bnfIdef_struct
bnfLBdef_struct
bnfLdef_struct
bnfNPdef_struct
bnfref_any
bnfref_struct_tag
bnfref_type2
bnfref_type3
bnfTdef_struct
coeff_struct_tag
CoinAbsFltEqEquality to an absolute tolerance
CoinBuildIn many cases it is natural to build a model by adding one row at a time
CoinDenseVector< T >Dense Vector
CoinErrorError 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
CoinFactorizationThis deals with Factorization and Updates
CoinFileInputAbstract base class for file input classes
CoinFileIOBaseBase class for FileIO classes
CoinFileOutputAbstract 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
CoinIndexedVectorIndexed Vector
CoinLpIOClass to read and write Lp files
CoinLpIO::CoinHashLink
CoinMessageThe standard set of Coin messages
CoinMessageHandlerBase class for message handling
CoinMessagesClass to hold and manipulate an array of massaged messages
CoinModelThis 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
CoinModelHash2For int,int hashing
CoinModelHashLinkFor names and hashing
CoinModelLinkFor going through row or column
CoinModelLinkedList
CoinModelTripleFor linked lists
CoinMpsCardReaderVery simple code for reading MPS data
CoinMpsIOMPS IO Interface
CoinMpsIO::CoinHashLink
CoinOneMessageClass for one massaged message
CoinPackedMatrixSparse Matrix Base Class
CoinPackedVectorSparse Vector
CoinPackedVectorBaseAbstract base class for various sparse vectors
CoinPair< S, T >An ordered pair
CoinPostsolveMatrixAugments CoinPrePostsolveMatrix with information about the problem that is only needed during postsolve
CoinPrePostsolveMatrixCollects all the information about the problem that is needed in both presolve and postsolve
CoinPresolveActionAbstract base class of all presolve routines
CoinPresolveMatrixAugments CoinPrePostsolveMatrix with information about the problem that is only needed during presolve
CoinRelFltEqEquality to a scaled tolerance
CoinSetVery simple class for containing data on set
CoinShallowPackedVectorShallow Sparse Vector
CoinSosSetVery simple class for containing SOS set
CoinTimerThis class implements a timer that also implements a tracing functionality
CoinTriple< S, T, U >
CoinWarmStartAbstract base class for warm start information
CoinWarmStartBasisThe default COIN simplex (basis-oriented) warm start class
CoinWarmStartBasisDiffA `diff' between two CoinWarmStartBasis objects
CoinWarmStartDiffAbstract base class for warm start `diff' objects
CoinWarmStartDualWarmStart information that is only a dual vector
CoinWarmStartDualDiffA `diff' between two CoinWarmStartDual objects
CoinYacc
colhdr_struct_tag
conbnd_struct
conmtx_struct
consys_struct
do_tighten_action
do_tighten_action::action
doubleton_actionSolve ax+by=c for y and substitute y out of the problem
doubleton_action::action
drop_empty_cols_actionPhysically removes empty columns in presolve, and reinserts empty columns in postsolve
drop_empty_cols_action::action
drop_empty_rows_actionPhysically removes empty rows in presolve, and reinserts empty rows in postsolve
drop_empty_rows_action::action
drop_zero_coefficients_actionRemoval of explicit zeros
dropped_zeroTracking information for an explicit zero coefficient
dupcol_actionDetect and remove duplicate columns
dupcol_action::action
duprow_actionDetect and remove duplicate rows
duprow_action::action
ENV
forcing_constraint_actionDetect and process forcing constraints and useless constraints
forcing_constraint_action::action
fpunion_t
hel_tag
implied_free_actionDetect and process implied free variables
implied_free_action::action
INV
isolated_constraint_action
keytab_entry_internal
lex_struct
lnk_struct_tag
lpopts_struct
lpprob_struct
lpstats_struct
lptols_struct
LUF
LUF_WA
make_fixed_actionFix a variable at a specified bound
make_fixed_action::actionStructure to preserve the bound overwritten when fixing a variable
MEM
OsiAuxInfoThis class allows for a more structured use of algorithmic tweaking to an OsiSolverInterface
OsiBabSolverThis class allows for the use of more exotic solvers e.g
OsiCbcSolverInterfaceCbc Solver Interface
OsiClpSolverInterfaceClp Solver Interface
OsiColCutColumn Cut Class
OsiCpxSolverInterfaceCPLEX Solver Interface
OsiCutBase Class for cut
OsiCutsCollections of row cuts and column cuts
OsiCuts::const_iteratorConst Iterator
OsiCuts::iteratorIterator
OsiCuts::OsiCutCompare
OsiDylpSolverInterfaceCOIN OSI layer for dylp
OsiDylpWarmStartBasisThe dylp warm start class
OsiDylpWarmStartBasisDiffA `diff' between two OsiDylpWarmStartBasis objects
OsiFmpSolverInterfaceOSL Solver Interface
OsiGlpkSolverInterfaceGPLK Solver Interface
OsiMskSolverInterface
OsiOslSolverInterfaceOSL Solver Interface
OsiPresolveOSI interface to COIN problem simplification capabilities
OsiRowCutRow Cut Class
OsiRowCut2Row Cut Class which refers back to row which created it
OsiRowCutDebuggerValidate Row Cut Generator
OsiSolverBranchSolver Branch Class
OsiSolverInterfaceSolver Interface Abstract Base Class
OsiSolverInterface::ApplyCutsReturnCodeInternal class for obtaining status from the applyCuts method
OsiSolverResultSolver Result Class
OsiSpxSolverInterfaceSOPLEX Solver Interface
OsiSymSolverInterfaceOSI Solver Interface for SYMPHONY
OsiVolSolverInterfaceVol(ume) Solver Interface
OsiVolSolverInterface::OsiVolMatrixOneMinusOne_
OsiXprSolverInterfaceXPRESS-MP Solver Interface
parse_any
pkcoeff_struct
pkvec_struct
POOL
presolvehlinkLinks to aid in packed matrix modification
remove_dual_actionAttempt to fix variables by bounding reduced costs
remove_fixed_actionExcise fixed variables from the model
remove_fixed_action::actionStructure to hold information necessary to reintroduce a column into the problem representation
rowhdr_struct_tag
slack_doubleton_actionConvert an explicit bound constraint to a column bound
slack_doubleton_action::action
slack_singleton_actionFor variables with one entry
slack_singleton_action::action
subst_constraint_action
subst_constraint_action::action
symrecFor string evaluation
SymWarmStart
tripleton_actionWe are only going to do this if it does not increase number of elements?
tripleton_action::action
useless_constraint_action
useless_constraint_action::action

Generated on Wed Aug 22 05:44:09 2007 by  doxygen 1.4.7