#include <CoinAbcBaseFactorization.hpp>
Public Member Functions | |
Constructors and destructor and copy | |
CoinAbcTypeFactorization () | |
Default constructor. More... | |
CoinAbcTypeFactorization (const CoinAbcTypeFactorization &other) | |
Copy constructor. More... | |
CoinAbcTypeFactorization (const CoinFactorization &other) | |
Copy constructor. More... | |
virtual | ~CoinAbcTypeFactorization () |
Destructor. More... | |
virtual CoinAbcAnyFactorization * | clone () const |
Clone. More... | |
void | almostDestructor () |
Delete all stuff (leaves as after CoinAbcFactorization()) More... | |
void | show_self () const |
Debug show object (shows one representation) More... | |
void | sort () const |
Debug - sort so can compare. More... | |
CoinAbcTypeFactorization & | operator= (const CoinAbcTypeFactorization &other) |
= copy More... | |
Do factorization | |
CoinSimplexDouble | conditionNumber () const |
Condition number - product of pivots after factorization. More... | |
general stuff such as permutation or status | |
CoinSimplexInt * | permute () const |
Returns address of permute region. More... | |
virtual CoinSimplexInt * | indices () const |
Returns array to put basis indices in. More... | |
virtual CoinSimplexInt * | pivotColumn () const |
Returns address of pivotColumn region (also used for permuting) More... | |
virtual CoinFactorizationDouble * | pivotRegion () const |
Returns address of pivot region. More... | |
CoinBigIndex * | startRowL () const |
Start of each row in L. More... | |
CoinBigIndex * | startColumnL () const |
Start of each column in L. More... | |
CoinSimplexInt * | indexColumnL () const |
Index of column in row for L. More... | |
CoinSimplexInt * | indexRowL () const |
Row indices of L. More... | |
CoinFactorizationDouble * | elementByRowL () const |
Elements in L (row copy) More... | |
CoinSimplexInt * | pivotLinkedBackwards () const |
Forward and backward linked lists (numberRows_+2) More... | |
CoinSimplexInt * | pivotLinkedForwards () const |
Returns address of permute region. More... | |
CoinSimplexInt * | pivotLOrder () const |
Returns address of permute region. More... | |
CoinSimplexInt * | firstCount () const |
For equal counts in factorization. More... | |
CoinSimplexInt * | nextCount () const |
Next Row/Column with count. More... | |
CoinSimplexInt * | lastCount () const |
Previous Row/Column with count. More... | |
CoinSimplexInt | numberRowsExtra () const |
Number of Rows after iterating. More... | |
CoinBigIndex | numberL () const |
Number in L. More... | |
CoinBigIndex | baseL () const |
Base of L. More... | |
CoinSimplexInt | maximumRowsExtra () const |
Maximum of Rows after iterating. More... | |
virtual CoinBigIndex | numberElements () const |
Total number of elements in factorization. More... | |
CoinSimplexInt | numberForrestTomlin () const |
Length of FT vector. More... | |
CoinSimplexDouble | adjustedAreaFactor () const |
Returns areaFactor but adjusted for dense. More... | |
CoinSimplexInt | messageLevel () const |
Level of detail of messages. More... | |
void | messageLevel (CoinSimplexInt value) |
Returns address of permute region. More... | |
virtual void | maximumPivots (CoinSimplexInt value) |
Set maximum pivots. More... | |
CoinSimplexInt | denseThreshold () const |
Gets dense threshold. More... | |
void | setDenseThreshold (CoinSimplexInt value) |
Sets dense threshold. More... | |
CoinSimplexDouble | maximumCoefficient () const |
Returns maximum absolute value in factorization. More... | |
bool | spaceForForrestTomlin () const |
True if FT update and space. More... | |
some simple stuff | |
CoinBigIndex | numberElementsU () const |
Returns number in U area. More... | |
void | setNumberElementsU (CoinBigIndex value) |
Setss number in U area. More... | |
CoinBigIndex | lengthAreaU () const |
Returns length of U area. More... | |
CoinBigIndex | numberElementsL () const |
Returns number in L area. More... | |
CoinBigIndex | lengthAreaL () const |
Returns length of L area. More... | |
CoinBigIndex | numberElementsR () const |
Returns number in R area. More... | |
CoinBigIndex | numberCompressions () const |
Number of compressions done. More... | |
virtual CoinBigIndex * | starts () const |
Returns pivot row. More... | |
virtual CoinSimplexInt * | numberInRow () const |
Number of entries in each row. More... | |
virtual CoinSimplexInt * | numberInColumn () const |
Number of entries in each column. More... | |
virtual CoinFactorizationDouble * | elements () const |
Returns array to put basis elements in. More... | |
CoinBigIndex * | startColumnR () const |
Start of columns for R. More... | |
CoinFactorizationDouble * | elementU () const |
Elements of U. More... | |
CoinSimplexInt * | indexRowU () const |
Row indices of U. More... | |
CoinBigIndex * | startColumnU () const |
Start of each column in U. More... | |
double * | denseVector (CoinIndexedVector *vector) const |
Returns double * associated with vector. More... | |
double * | denseVector (CoinIndexedVector &vector) const |
Returns number in U area. More... | |
const double * | denseVector (const CoinIndexedVector *vector) const |
Returns double * associated with vector. More... | |
const double * | denseVector (const CoinIndexedVector &vector) const |
Returns number in U area. More... | |
void | toLongArray (CoinIndexedVector *vector, int which) const |
To a work array and associate vector. More... | |
void | fromLongArray (CoinIndexedVector *vector) const |
From a work array and dis-associate vector. More... | |
void | fromLongArray (int which) const |
From a work array and dis-associate vector. More... | |
void | scan (CoinIndexedVector *vector) const |
Scans region to find nonzeros. More... | |
rank one updates which do exist | |
Array persistence flag If 0 then as now (delete/new) 1 then only do arrays if bigger needed 2 as 1 but give a bit extra if bigger needed | |
virtual double | checkReplacePart1 (CoinIndexedVector *regionSparse, int pivotRow) |
Checks if can replace one Column to basis, returns update alpha Fills in region for use later partial update already in U. More... | |
virtual double | checkReplacePart1 (CoinIndexedVector *regionSparse, CoinIndexedVector *partialUpdate, int pivotRow) |
Checks if can replace one Column to basis, returns update alpha Fills in region for use later partial update in vector. More... | |
virtual int | checkReplacePart2 (int pivotRow, CoinSimplexDouble btranAlpha, double ftranAlpha, double ftAlpha, double acceptablePivot=1.0e-8) |
Checks if can replace one Column to basis, returns 0=OK, 1=Probably OK, 2=singular, 3=no room, 5 max pivots. More... | |
virtual void | replaceColumnPart3 (const AbcSimplex *model, CoinIndexedVector *regionSparse, CoinIndexedVector *tableauColumn, int pivotRow, double alpha) |
Replaces one Column to basis, partial update already in U. More... | |
virtual void | replaceColumnPart3 (const AbcSimplex *model, CoinIndexedVector *regionSparse, CoinIndexedVector *tableauColumn, CoinIndexedVector *partialUpdate, int pivotRow, double alpha) |
Replaces one Column to basis, partial update in vector. More... | |
void | updatePartialUpdate (CoinIndexedVector &partialUpdate) |
Update partial Ftran by R update. More... | |
virtual bool | wantsTableauColumn () const |
Returns true if wants tableauColumn in replaceColumn. More... | |
int | replaceColumnU (CoinIndexedVector *regionSparse, CoinBigIndex *deletedPosition, CoinSimplexInt *deletedColumns, CoinSimplexInt pivotRow) |
Combines BtranU and store which elements are to be deleted returns number to be deleted. More... | |
various uses of factorization (return code number elements) | |
*** Below this user may not want to know about which user may not want to know about (left over from my LP code) | |
virtual CoinSimplexInt | updateColumnFT (CoinIndexedVector ®ionSparse) |
Later take out return codes (apart from +- 1 on FT) More... | |
virtual int | updateColumnFTPart1 (CoinIndexedVector ®ionSparse) |
Later take out return codes (apart from +- 1 on FT) More... | |
virtual void | updateColumnFTPart2 (CoinIndexedVector ®ionSparse) |
Later take out return codes (apart from +- 1 on FT) More... | |
virtual void | updateColumnFT (CoinIndexedVector ®ionSparseFT, CoinIndexedVector &partialUpdate, int which) |
Updates one column (FTRAN) Tries to do FT update puts partial update in vector. More... | |
virtual CoinSimplexInt | updateColumn (CoinIndexedVector ®ionSparse) const |
This version has same effect as above with FTUpdate==false so number returned is always >=0. More... | |
virtual CoinSimplexInt | updateTwoColumnsFT (CoinIndexedVector ®ionFT, CoinIndexedVector ®ionOther) |
Updates one column (FTRAN) from region2 Tries to do FT update number returned is negative if no room. More... | |
virtual CoinSimplexInt | updateColumnTranspose (CoinIndexedVector ®ionSparse) const |
Updates one column (BTRAN) from regionSparse2 regionSparse starts as zero and is zero at end Note - if regionSparse2 packed on input - will be packed on output. More... | |
virtual void | updateFullColumn (CoinIndexedVector ®ionSparse) const |
Updates one full column (FTRAN) More... | |
virtual void | updateFullColumnTranspose (CoinIndexedVector ®ionSparse) const |
Updates one full column (BTRAN) More... | |
virtual void | updateWeights (CoinIndexedVector ®ionSparse) const |
Updates one column for dual steepest edge weights (FTRAN) More... | |
virtual void | updateColumnCpu (CoinIndexedVector ®ionSparse, int whichCpu) const |
Updates one column (FTRAN) More... | |
virtual void | updateColumnTransposeCpu (CoinIndexedVector ®ionSparse, int whichCpu) const |
Updates one column (BTRAN) More... | |
void | unpack (CoinIndexedVector *regionFrom, CoinIndexedVector *regionTo) const |
Later take out return codes (apart from +- 1 on FT) More... | |
void | pack (CoinIndexedVector *regionFrom, CoinIndexedVector *regionTo) const |
Later take out return codes (apart from +- 1 on FT) More... | |
void | goSparse () |
makes a row copy of L for speed and to allow very sparse problems More... | |
void | goSparse2 () |
Later take out return codes (apart from +- 1 on FT) More... | |
virtual void | checkMarkArrays () const |
Later take out return codes (apart from +- 1 on FT) More... | |
CoinSimplexInt | sparseThreshold () const |
get sparse threshold More... | |
void | sparseThreshold (CoinSimplexInt value) |
set sparse threshold More... | |
void | clearArrays () |
Get rid of all memory. More... | |
used by ClpFactorization | |
void | checkSparse () |
See if worth going sparse. More... | |
void | gutsOfDestructor (CoinSimplexInt type=1) |
The real work of constructors etc 0 just scalars, 1 bit normal. More... | |
void | gutsOfInitialize (CoinSimplexInt type) |
1 bit - tolerances etc, 2 more, 4 dummy arrays More... | |
void | gutsOfCopy (const CoinAbcTypeFactorization &other) |
See if worth going sparse. More... | |
void | resetStatistics () |
Reset all sparsity etc statistics. More... | |
void | printRegion (const CoinIndexedVector &vector, const char *where) const |
See if worth going sparse. More... | |
![]() | |
CoinAbcAnyFactorization () | |
Default constructor. More... | |
CoinAbcAnyFactorization (const CoinAbcAnyFactorization &other) | |
Copy constructor. More... | |
virtual | ~CoinAbcAnyFactorization () |
Destructor. More... | |
CoinAbcAnyFactorization & | operator= (const CoinAbcAnyFactorization &other) |
= copy More... | |
int | status () const |
Returns status. More... | |
void | setStatus (int value) |
Sets status. More... | |
int | pivots () const |
Returns number of pivots since factorization. More... | |
void | setPivots (int value) |
Sets number of pivots since factorization. More... | |
int | numberSlacks () const |
Returns number of slacks. More... | |
void | setNumberSlacks (int value) |
Sets number of slacks. More... | |
void | setNumberRows (int value) |
Set number of Rows after factorization. More... | |
int | numberRows () const |
Number of Rows after factorization. More... | |
CoinSimplexInt | numberDense () const |
Number of dense rows after factorization. More... | |
int | numberGoodColumns () const |
Number of good columns in factorization. More... | |
void | relaxAccuracyCheck (double value) |
Allows change of pivot accuracy check 1.0 == none >1.0 relaxed. More... | |
double | getAccuracyCheck () const |
Returns status. More... | |
int | maximumPivots () const |
Maximum number of pivots between factorizations. More... | |
double | pivotTolerance () const |
Pivot tolerance. More... | |
void | pivotTolerance (double value) |
Returns status. More... | |
double | minimumPivotTolerance () const |
Minimum pivot tolerance. More... | |
void | minimumPivotTolerance (double value) |
Returns status. More... | |
double | areaFactor () const |
Area factor. More... | |
void | areaFactor (CoinSimplexDouble value) |
Returns status. More... | |
double | zeroTolerance () const |
Zero tolerance. More... | |
void | zeroTolerance (double value) |
Returns status. More... | |
virtual int * | pivotRow () const |
Returns pivot row. More... | |
virtual CoinFactorizationDouble * | workArea () const |
Returns work area. More... | |
virtual int * | intWorkArea () const |
Returns int work area. More... | |
virtual int * | permuteBack () const |
Returns permute back. More... | |
int | solveMode () const |
Get solve mode e.g. More... | |
void | setSolveMode (int value) |
Set solve mode e.g. More... | |
virtual void | setUsefulInformation (const int *info, int whereFrom) |
Useful information for factorization 0 - iteration number whereFrom is 0 for factorize and 1 for replaceColumn. More... | |
virtual void | checkReplacePart1a (CoinIndexedVector *, int) |
Checks if can replace one Column to basis, returns update alpha Fills in region for use later partial update already in U. More... | |
virtual double | checkReplacePart1b (CoinIndexedVector *, int) |
Checks if can replace one Column to basis, returns update alpha Fills in region for use later partial update already in U. More... | |
Friends | |
void | CoinAbcFactorizationUnitTest (const std::string &mpsDir) |
used by factorization | |
virtual void | getAreas (CoinSimplexInt numberRows, CoinSimplexInt numberColumns, CoinBigIndex maximumL, CoinBigIndex maximumU) |
Gets space for a factorization, called by constructors. More... | |
virtual void | preProcess () |
PreProcesses column ordered copy of basis. More... | |
void | preProcess (CoinSimplexInt) |
Gets space for a factorization, called by constructors. More... | |
double | preProcess3 () |
Return largest element. More... | |
void | preProcess4 () |
Gets space for a factorization, called by constructors. More... | |
virtual CoinSimplexInt | factor (AbcSimplex *model) |
Does most of factorization. More... | |
virtual void | postProcess (const CoinSimplexInt *sequence, CoinSimplexInt *pivotVariable) |
Does post processing on valid factorization - putting variables on correct rows. More... | |
virtual void | makeNonSingular (CoinSimplexInt *sequence) |
Makes a non-singular basis by replacing variables. More... | |
CoinSimplexInt | replaceColumnPFI (CoinIndexedVector *regionSparse, CoinSimplexInt pivotRow, CoinSimplexDouble alpha) |
Replaces one Column to basis for PFI returns 0=OK, 1=Probably OK, 2=singular, 3=no room. More... | |
CoinSimplexInt | factorSparse () |
Does sparse phase of factorization return code is <0 error, 0= finished. More... | |
CoinSimplexInt | factorDense () |
Does dense phase of factorization return code is <0 error, 0= finished. More... | |
bool | pivotOneOtherRow (CoinSimplexInt pivotRow, CoinSimplexInt pivotColumn) |
Pivots when just one other row so faster? More... | |
bool | pivotRowSingleton (CoinSimplexInt pivotRow, CoinSimplexInt pivotColumn) |
Does one pivot on Row Singleton in factorization. More... | |
void | pivotColumnSingleton (CoinSimplexInt pivotRow, CoinSimplexInt pivotColumn) |
Does one pivot on Column Singleton in factorization (can't return false) More... | |
void | afterPivot (CoinSimplexInt pivotRow, CoinSimplexInt pivotColumn) |
After pivoting. More... | |
int | wantToGoDense () |
After pivoting - returns true if need to go dense. More... | |
bool | getColumnSpace (CoinSimplexInt iColumn, CoinSimplexInt extraNeeded) |
Gets space for one Column with given length, may have to do compression (returns True if successful), also moves existing vector, extraNeeded is over and above present. More... | |
bool | reorderU () |
Reorders U so contiguous and in order (if there is space) Returns true if it could. More... | |
bool | getColumnSpaceIterateR (CoinSimplexInt iColumn, CoinFactorizationDouble value, CoinSimplexInt iRow) |
getColumnSpaceIterateR. More... | |
CoinBigIndex | getColumnSpaceIterate (CoinSimplexInt iColumn, CoinFactorizationDouble value, CoinSimplexInt iRow) |
getColumnSpaceIterate. More... | |
bool | getRowSpace (CoinSimplexInt iRow, CoinSimplexInt extraNeeded) |
Gets space for one Row with given length, may have to do compression (returns True if successful), also moves existing vector More... | |
bool | getRowSpaceIterate (CoinSimplexInt iRow, CoinSimplexInt extraNeeded) |
Gets space for one Row with given length while iterating, may have to do compression (returns True if successful), also moves existing vector More... | |
void | checkConsistency () |
Checks that row and column copies look OK. More... | |
void | addLink (CoinSimplexInt index, CoinSimplexInt count) |
Adds a link in chain of equal counts. More... | |
void | deleteLink (CoinSimplexInt index) |
Deletes a link in chain of equal counts. More... | |
void | modifyLink (CoinSimplexInt index, CoinSimplexInt count) |
Modifies links in chain of equal counts. More... | |
void | separateLinks () |
Separate out links with same row/column count. More... | |
void | separateLinks (CoinSimplexInt, CoinSimplexInt) |
Gets space for a factorization, called by constructors. More... | |
void | cleanup () |
Cleans up at end of factorization. More... | |
void | doAddresses () |
Set up addresses from arrays. More... | |
void | updateColumnL (CoinIndexedVector *region, CoinAbcStatistics &statistics) const |
Updates part of column (FTRANL) More... | |
void | updateColumnLDensish (CoinIndexedVector *region) const |
Updates part of column (FTRANL) when densish. More... | |
void | updateColumnLDense (CoinIndexedVector *region) const |
Updates part of column (FTRANL) when dense (i.e. do as inner products) More... | |
void | updateColumnLSparse (CoinIndexedVector *region) const |
Updates part of column (FTRANL) when sparse. More... | |
void | updateColumnR (CoinIndexedVector *region, CoinAbcStatistics &statistics) const |
Updates part of column (FTRANR) without FT update. More... | |
bool | storeFT (const CoinIndexedVector *regionFT) |
Store update after doing L and R - retuns false if no room. More... | |
void | updateColumnU (CoinIndexedVector *region, CoinAbcStatistics &statistics) const |
Updates part of column (FTRANU) More... | |
void | updateColumnUSparse (CoinIndexedVector *regionSparse) const |
Updates part of column (FTRANU) when sparse. More... | |
void | updateColumnUDensish (CoinIndexedVector *regionSparse) const |
Updates part of column (FTRANU) More... | |
void | updateColumnUDense (CoinIndexedVector *regionSparse) const |
Updates part of column (FTRANU) when dense (i.e. do as inner products) More... | |
void | updateTwoColumnsUDensish (CoinSimplexInt &numberNonZero1, CoinFactorizationDouble *COIN_RESTRICT region1, CoinSimplexInt *COIN_RESTRICT index1, CoinSimplexInt &numberNonZero2, CoinFactorizationDouble *COIN_RESTRICT region2, CoinSimplexInt *COIN_RESTRICT index2) const |
Updates part of 2 columns (FTRANU) real work. More... | |
void | updateColumnPFI (CoinIndexedVector *regionSparse) const |
Updates part of column PFI (FTRAN) (after rest) More... | |
void | updateColumnTransposePFI (CoinIndexedVector *region) const |
Updates part of column transpose PFI (BTRAN) (before rest) More... | |
void | updateColumnTransposeU (CoinIndexedVector *region, CoinSimplexInt smallestIndex, CoinAbcStatistics &statistics) const |
Updates part of column transpose (BTRANU), assumes index is sorted i.e. More... | |
void | updateColumnTransposeUDensish (CoinIndexedVector *region, CoinSimplexInt smallestIndex) const |
Updates part of column transpose (BTRANU) when densish, assumes index is sorted i.e. More... | |
void | updateColumnTransposeUSparse (CoinIndexedVector *region) const |
Updates part of column transpose (BTRANU) when sparse, assumes index is sorted i.e. More... | |
void | updateColumnTransposeUByColumn (CoinIndexedVector *region, CoinSimplexInt smallestIndex) const |
Updates part of column transpose (BTRANU) by column assumes index is sorted i.e. More... | |
void | updateColumnTransposeR (CoinIndexedVector *region, CoinAbcStatistics &statistics) const |
Updates part of column transpose (BTRANR) More... | |
void | updateColumnTransposeRDensish (CoinIndexedVector *region) const |
Updates part of column transpose (BTRANR) when dense. More... | |
void | updateColumnTransposeRSparse (CoinIndexedVector *region) const |
Updates part of column transpose (BTRANR) when sparse. More... | |
void | updateColumnTransposeL (CoinIndexedVector *region, CoinAbcStatistics &statistics) const |
Updates part of column transpose (BTRANL) More... | |
void | updateColumnTransposeLDensish (CoinIndexedVector *region) const |
Updates part of column transpose (BTRANL) when densish by column. More... | |
void | updateColumnTransposeLByRow (CoinIndexedVector *region) const |
Updates part of column transpose (BTRANL) when densish by row. More... | |
void | updateColumnTransposeLSparse (CoinIndexedVector *region) const |
Updates part of column transpose (BTRANL) when sparse (by Row) More... | |
CoinSimplexInt | checkPivot (CoinSimplexDouble saveFromU, CoinSimplexDouble oldPivot) const |
Returns accuracy status of replaceColumn returns 0=OK, 1=Probably OK, 2=singular. More... | |
int | pivot (CoinSimplexInt pivotRow, CoinSimplexInt pivotColumn, CoinBigIndex pivotRowPosition, CoinBigIndex pivotColumnPosition, CoinFactorizationDouble *COIN_RESTRICT work, CoinSimplexUnsignedInt *COIN_RESTRICT workArea2, CoinSimplexInt increment2, int *COIN_RESTRICT markRow) |
0 fine, -99 singular, 2 dense More... | |
int | pivot (CoinSimplexInt &pivotRow, CoinSimplexInt &pivotColumn, CoinBigIndex pivotRowPosition, CoinBigIndex pivotColumnPosition, int *COIN_RESTRICT markRow) |
Gets space for a factorization, called by constructors. More... | |
Additional Inherited Members | |
![]() | |
double | pivotTolerance_ |
Pivot tolerance. More... | |
double | minimumPivotTolerance_ |
Minimum pivot tolerance. More... | |
double | areaFactor_ |
Area factor. More... | |
double | zeroTolerance_ |
Zero tolerance. More... | |
double | relaxCheck_ |
Relax check on accuracy in replaceColumn. More... | |
CoinBigIndex | factorElements_ |
Number of elements after factorization. More... | |
int | numberRows_ |
Number of Rows in factorization. More... | |
int | numberDense_ |
Number of dense rows in factorization. More... | |
int | numberGoodU_ |
Number factorized in U (not row singletons) More... | |
int | maximumPivots_ |
Maximum number of pivots before factorization. More... | |
int | numberPivots_ |
Number pivots since last factorization. More... | |
int | numberSlacks_ |
Number slacks. More... | |
int | status_ |
Status of factorization. More... | |
int | maximumRows_ |
Maximum rows ever (i.e. use to copy arrays etc) More... | |
int * | pivotRow_ |
Pivot row. More... | |
CoinFactorizationDouble * | elements_ |
Elements of factorization and updates length is maxR*maxR+maxSpace will always be long enough so can have nR*nR ints in maxSpace. More... | |
CoinFactorizationDouble * | workArea_ |
Work area of numberRows_. More... | |
int | solveMode_ |
Solve mode e.g. More... | |
Definition at line 28 of file CoinAbcBaseFactorization.hpp.
CoinAbcTypeFactorization::CoinAbcTypeFactorization | ( | ) |
Default constructor.
CoinAbcTypeFactorization::CoinAbcTypeFactorization | ( | const CoinAbcTypeFactorization & | other | ) |
Copy constructor.
CoinAbcTypeFactorization::CoinAbcTypeFactorization | ( | const CoinFactorization & | other | ) |
Copy constructor.
|
virtual |
Destructor.
|
virtual |
Clone.
Implements CoinAbcAnyFactorization.
void CoinAbcTypeFactorization::almostDestructor | ( | ) |
Delete all stuff (leaves as after CoinAbcFactorization())
void CoinAbcTypeFactorization::show_self | ( | ) | const |
Debug show object (shows one representation)
void CoinAbcTypeFactorization::sort | ( | ) | const |
Debug - sort so can compare.
CoinAbcTypeFactorization& CoinAbcTypeFactorization::operator= | ( | const CoinAbcTypeFactorization & | other | ) |
= copy
CoinSimplexDouble CoinAbcTypeFactorization::conditionNumber | ( | ) | const |
Condition number - product of pivots after factorization.
|
inlinevirtual |
Returns address of permute region.
Implements CoinAbcAnyFactorization.
Definition at line 68 of file CoinAbcBaseFactorization.hpp.
|
inlinevirtual |
Returns array to put basis indices in.
Implements CoinAbcAnyFactorization.
Definition at line 72 of file CoinAbcBaseFactorization.hpp.
|
inlinevirtual |
Returns address of pivotColumn region (also used for permuting)
Reimplemented from CoinAbcAnyFactorization.
Definition at line 75 of file CoinAbcBaseFactorization.hpp.
|
inlinevirtual |
Returns address of pivot region.
Reimplemented from CoinAbcAnyFactorization.
Definition at line 79 of file CoinAbcBaseFactorization.hpp.
|
inline |
Start of each row in L.
Definition at line 84 of file CoinAbcBaseFactorization.hpp.
|
inline |
Start of each column in L.
Definition at line 89 of file CoinAbcBaseFactorization.hpp.
|
inline |
Index of column in row for L.
Definition at line 94 of file CoinAbcBaseFactorization.hpp.
|
inline |
Row indices of L.
Definition at line 99 of file CoinAbcBaseFactorization.hpp.
|
inline |
Elements in L (row copy)
Definition at line 104 of file CoinAbcBaseFactorization.hpp.
|
inline |
Forward and backward linked lists (numberRows_+2)
Definition at line 110 of file CoinAbcBaseFactorization.hpp.
|
inline |
Returns address of permute region.
Definition at line 112 of file CoinAbcBaseFactorization.hpp.
|
inline |
Returns address of permute region.
Definition at line 114 of file CoinAbcBaseFactorization.hpp.
|
inline |
For equal counts in factorization.
First Row/Column with count of k, can tell which by offset - Rows then Columns actually comes before nextCount
Definition at line 143 of file CoinAbcBaseFactorization.hpp.
|
inline |
Next Row/Column with count.
Definition at line 147 of file CoinAbcBaseFactorization.hpp.
|
inline |
Previous Row/Column with count.
Definition at line 151 of file CoinAbcBaseFactorization.hpp.
|
inline |
Number of Rows after iterating.
Definition at line 155 of file CoinAbcBaseFactorization.hpp.
|
inline |
Number in L.
Definition at line 159 of file CoinAbcBaseFactorization.hpp.
|
inline |
Base of L.
Definition at line 163 of file CoinAbcBaseFactorization.hpp.
|
inline |
Maximum of Rows after iterating.
Definition at line 166 of file CoinAbcBaseFactorization.hpp.
|
inlinevirtual |
Total number of elements in factorization.
Implements CoinAbcAnyFactorization.
Definition at line 170 of file CoinAbcBaseFactorization.hpp.
|
inline |
Length of FT vector.
Definition at line 174 of file CoinAbcBaseFactorization.hpp.
CoinSimplexDouble CoinAbcTypeFactorization::adjustedAreaFactor | ( | ) | const |
Returns areaFactor but adjusted for dense.
|
inline |
Level of detail of messages.
Definition at line 180 of file CoinAbcBaseFactorization.hpp.
void CoinAbcTypeFactorization::messageLevel | ( | CoinSimplexInt | value | ) |
Returns address of permute region.
|
virtual |
Set maximum pivots.
Reimplemented from CoinAbcAnyFactorization.
|
inline |
Gets dense threshold.
Definition at line 189 of file CoinAbcBaseFactorization.hpp.
|
inline |
Sets dense threshold.
Definition at line 192 of file CoinAbcBaseFactorization.hpp.
CoinSimplexDouble CoinAbcTypeFactorization::maximumCoefficient | ( | ) | const |
Returns maximum absolute value in factorization.
|
inline |
True if FT update and space.
Definition at line 205 of file CoinAbcBaseFactorization.hpp.
|
inline |
Returns number in U area.
Definition at line 218 of file CoinAbcBaseFactorization.hpp.
|
inline |
Setss number in U area.
Definition at line 222 of file CoinAbcBaseFactorization.hpp.
|
inline |
Returns length of U area.
Definition at line 225 of file CoinAbcBaseFactorization.hpp.
|
inline |
Returns number in L area.
Definition at line 229 of file CoinAbcBaseFactorization.hpp.
|
inline |
Returns length of L area.
Definition at line 233 of file CoinAbcBaseFactorization.hpp.
|
inline |
Returns number in R area.
Definition at line 237 of file CoinAbcBaseFactorization.hpp.
|
inline |
Number of compressions done.
Definition at line 241 of file CoinAbcBaseFactorization.hpp.
|
inlinevirtual |
Returns pivot row.
Returns work area Returns CoinSimplexInt work area Returns array to put basis starts in
Reimplemented from CoinAbcAnyFactorization.
Definition at line 250 of file CoinAbcBaseFactorization.hpp.
|
inlinevirtual |
Number of entries in each row.
Reimplemented from CoinAbcAnyFactorization.
Definition at line 253 of file CoinAbcBaseFactorization.hpp.
|
inlinevirtual |
Number of entries in each column.
Reimplemented from CoinAbcAnyFactorization.
Definition at line 256 of file CoinAbcBaseFactorization.hpp.
|
inlinevirtual |
Returns array to put basis elements in.
Reimplemented from CoinAbcAnyFactorization.
Definition at line 259 of file CoinAbcBaseFactorization.hpp.
|
inline |
Start of columns for R.
Definition at line 262 of file CoinAbcBaseFactorization.hpp.
|
inline |
Elements of U.
Definition at line 265 of file CoinAbcBaseFactorization.hpp.
|
inline |
Row indices of U.
Definition at line 268 of file CoinAbcBaseFactorization.hpp.
|
inline |
Start of each column in U.
Definition at line 271 of file CoinAbcBaseFactorization.hpp.
|
inline |
Returns double * associated with vector.
Definition at line 294 of file CoinAbcBaseFactorization.hpp.
|
inline |
Returns number in U area.
Definition at line 296 of file CoinAbcBaseFactorization.hpp.
|
inline |
Returns double * associated with vector.
Definition at line 299 of file CoinAbcBaseFactorization.hpp.
|
inline |
Returns number in U area.
Definition at line 301 of file CoinAbcBaseFactorization.hpp.
|
inline |
To a work array and associate vector.
Definition at line 304 of file CoinAbcBaseFactorization.hpp.
|
inline |
From a work array and dis-associate vector.
Definition at line 306 of file CoinAbcBaseFactorization.hpp.
|
inline |
From a work array and dis-associate vector.
Definition at line 308 of file CoinAbcBaseFactorization.hpp.
|
inline |
Scans region to find nonzeros.
Definition at line 310 of file CoinAbcBaseFactorization.hpp.
|
virtual |
Checks if can replace one Column to basis, returns update alpha Fills in region for use later partial update already in U.
Reimplemented from CoinAbcAnyFactorization.
|
virtual |
Checks if can replace one Column to basis, returns update alpha Fills in region for use later partial update in vector.
Reimplemented from CoinAbcAnyFactorization.
|
virtual |
Checks if can replace one Column to basis, returns 0=OK, 1=Probably OK, 2=singular, 3=no room, 5 max pivots.
Implements CoinAbcAnyFactorization.
|
virtual |
Replaces one Column to basis, partial update already in U.
Implements CoinAbcAnyFactorization.
|
virtual |
Replaces one Column to basis, partial update in vector.
Implements CoinAbcAnyFactorization.
void CoinAbcTypeFactorization::updatePartialUpdate | ( | CoinIndexedVector & | partialUpdate | ) |
Update partial Ftran by R update.
|
inlinevirtual |
Returns true if wants tableauColumn in replaceColumn.
Reimplemented from CoinAbcAnyFactorization.
Definition at line 427 of file CoinAbcBaseFactorization.hpp.
int CoinAbcTypeFactorization::replaceColumnU | ( | CoinIndexedVector * | regionSparse, |
CoinBigIndex * | deletedPosition, | ||
CoinSimplexInt * | deletedColumns, | ||
CoinSimplexInt | pivotRow | ||
) |
Combines BtranU and store which elements are to be deleted returns number to be deleted.
|
virtual |
Later take out return codes (apart from +- 1 on FT)
Updates one column (FTRAN) from regionSparse2 Tries to do FT update number returned is negative if no room regionSparse starts as zero and is zero at end. Note - if regionSparse2 packed on input - will be packed on output
Implements CoinAbcAnyFactorization.
|
virtual |
Later take out return codes (apart from +- 1 on FT)
Updates one column (FTRAN) from regionSparse2 Tries to do FT update number returned is negative if no room regionSparse starts as zero and is zero at end. Note - if regionSparse2 packed on input - will be packed on output
Implements CoinAbcAnyFactorization.
|
virtual |
Later take out return codes (apart from +- 1 on FT)
Updates one column (FTRAN) from regionSparse2 Tries to do FT update number returned is negative if no room regionSparse starts as zero and is zero at end. Note - if regionSparse2 packed on input - will be packed on output
Implements CoinAbcAnyFactorization.
|
virtual |
Updates one column (FTRAN) Tries to do FT update puts partial update in vector.
Implements CoinAbcAnyFactorization.
|
virtual |
This version has same effect as above with FTUpdate==false so number returned is always >=0.
Implements CoinAbcAnyFactorization.
|
virtual |
Updates one column (FTRAN) from region2 Tries to do FT update number returned is negative if no room.
Also updates region3 region1 starts as zero and is zero at end
Implements CoinAbcAnyFactorization.
|
virtual |
Updates one column (BTRAN) from regionSparse2 regionSparse starts as zero and is zero at end Note - if regionSparse2 packed on input - will be packed on output.
Implements CoinAbcAnyFactorization.
|
virtual |
Updates one full column (FTRAN)
Implements CoinAbcAnyFactorization.
|
virtual |
Updates one full column (BTRAN)
Implements CoinAbcAnyFactorization.
|
virtual |
Updates one column for dual steepest edge weights (FTRAN)
Implements CoinAbcAnyFactorization.
|
virtual |
Updates one column (FTRAN)
Reimplemented from CoinAbcAnyFactorization.
|
virtual |
Updates one column (BTRAN)
Reimplemented from CoinAbcAnyFactorization.
void CoinAbcTypeFactorization::unpack | ( | CoinIndexedVector * | regionFrom, |
CoinIndexedVector * | regionTo | ||
) | const |
Later take out return codes (apart from +- 1 on FT)
Updates one column (FTRAN) from regionSparse2 Tries to do FT update number returned is negative if no room regionSparse starts as zero and is zero at end. Note - if regionSparse2 packed on input - will be packed on output
void CoinAbcTypeFactorization::pack | ( | CoinIndexedVector * | regionFrom, |
CoinIndexedVector * | regionTo | ||
) | const |
Later take out return codes (apart from +- 1 on FT)
Updates one column (FTRAN) from regionSparse2 Tries to do FT update number returned is negative if no room regionSparse starts as zero and is zero at end. Note - if regionSparse2 packed on input - will be packed on output
|
inlinevirtual |
makes a row copy of L for speed and to allow very sparse problems
Reimplemented from CoinAbcAnyFactorization.
Definition at line 487 of file CoinAbcBaseFactorization.hpp.
void CoinAbcTypeFactorization::goSparse2 | ( | ) |
Later take out return codes (apart from +- 1 on FT)
Updates one column (FTRAN) from regionSparse2 Tries to do FT update number returned is negative if no room regionSparse starts as zero and is zero at end. Note - if regionSparse2 packed on input - will be packed on output
|
virtual |
Later take out return codes (apart from +- 1 on FT)
Updates one column (FTRAN) from regionSparse2 Tries to do FT update number returned is negative if no room regionSparse starts as zero and is zero at end. Note - if regionSparse2 packed on input - will be packed on output
Reimplemented from CoinAbcAnyFactorization.
|
inline |
get sparse threshold
Definition at line 494 of file CoinAbcBaseFactorization.hpp.
void CoinAbcTypeFactorization::sparseThreshold | ( | CoinSimplexInt | value | ) |
set sparse threshold
|
inlinevirtual |
Get rid of all memory.
Reimplemented from CoinAbcAnyFactorization.
Definition at line 506 of file CoinAbcBaseFactorization.hpp.
void CoinAbcTypeFactorization::checkSparse | ( | ) |
See if worth going sparse.
void CoinAbcTypeFactorization::gutsOfDestructor | ( | CoinSimplexInt | type = 1 | ) |
The real work of constructors etc 0 just scalars, 1 bit normal.
void CoinAbcTypeFactorization::gutsOfInitialize | ( | CoinSimplexInt | type | ) |
1 bit - tolerances etc, 2 more, 4 dummy arrays
void CoinAbcTypeFactorization::gutsOfCopy | ( | const CoinAbcTypeFactorization & | other | ) |
See if worth going sparse.
void CoinAbcTypeFactorization::resetStatistics | ( | ) |
Reset all sparsity etc statistics.
void CoinAbcTypeFactorization::printRegion | ( | const CoinIndexedVector & | vector, |
const char * | where | ||
) | const |
See if worth going sparse.
|
virtual |
Gets space for a factorization, called by constructors.
Implements CoinAbcAnyFactorization.
|
virtual |
PreProcesses column ordered copy of basis.
Implements CoinAbcAnyFactorization.
void CoinAbcTypeFactorization::preProcess | ( | CoinSimplexInt | ) |
Gets space for a factorization, called by constructors.
double CoinAbcTypeFactorization::preProcess3 | ( | ) |
Return largest element.
void CoinAbcTypeFactorization::preProcess4 | ( | ) |
Gets space for a factorization, called by constructors.
|
virtual |
Does most of factorization.
Implements CoinAbcAnyFactorization.
|
virtual |
Does post processing on valid factorization - putting variables on correct rows.
Implements CoinAbcAnyFactorization.
|
virtual |
Makes a non-singular basis by replacing variables.
Implements CoinAbcAnyFactorization.
|
protected |
Does sparse phase of factorization return code is <0 error, 0= finished.
|
protected |
Does dense phase of factorization return code is <0 error, 0= finished.
|
protected |
Pivots when just one other row so faster?
|
protected |
Does one pivot on Row Singleton in factorization.
|
protected |
Does one pivot on Column Singleton in factorization (can't return false)
|
protected |
After pivoting.
|
protected |
After pivoting - returns true if need to go dense.
|
protected |
Gets space for one Column with given length, may have to do compression (returns True if successful), also moves existing vector, extraNeeded is over and above present.
|
protected |
Reorders U so contiguous and in order (if there is space) Returns true if it could.
|
protected |
getColumnSpaceIterateR.
Gets space for one extra R element in Column may have to do compression (returns true) also moves existing vector
|
protected |
getColumnSpaceIterate.
Gets space for one extra U element in Column may have to do compression (returns true) also moves existing vector. Returns -1 if no memory or where element was put Used by replaceRow (turns off R version)
|
protected |
Gets space for one Row with given length,
may have to do compression (returns True if successful), also moves existing vector
|
protected |
Gets space for one Row with given length while iterating,
may have to do compression (returns True if successful), also moves existing vector
|
protected |
Checks that row and column copies look OK.
|
inlineprotected |
Adds a link in chain of equal counts.
Definition at line 611 of file CoinAbcBaseFactorization.hpp.
|
inlineprotected |
Deletes a link in chain of equal counts.
Definition at line 623 of file CoinAbcBaseFactorization.hpp.
|
inlineprotected |
Modifies links in chain of equal counts.
Definition at line 641 of file CoinAbcBaseFactorization.hpp.
|
protected |
Separate out links with same row/column count.
|
protected |
Gets space for a factorization, called by constructors.
|
protected |
Cleans up at end of factorization.
|
protected |
Set up addresses from arrays.
|
protected |
Updates part of column (FTRANL)
|
protected |
Updates part of column (FTRANL) when densish.
|
protected |
Updates part of column (FTRANL) when dense (i.e. do as inner products)
|
protected |
Updates part of column (FTRANL) when sparse.
|
protected |
Updates part of column (FTRANR) without FT update.
|
protected |
Store update after doing L and R - retuns false if no room.
|
protected |
Updates part of column (FTRANU)
|
protected |
Updates part of column (FTRANU) when sparse.
|
protected |
Updates part of column (FTRANU)
|
protected |
Updates part of column (FTRANU) when dense (i.e. do as inner products)
|
protected |
Updates part of 2 columns (FTRANU) real work.
|
protected |
Updates part of column PFI (FTRAN) (after rest)
|
protected |
Updates part of column transpose PFI (BTRAN) (before rest)
|
protected |
Updates part of column transpose (BTRANU), assumes index is sorted i.e.
region is correct
|
protected |
Updates part of column transpose (BTRANU) when densish, assumes index is sorted i.e.
region is correct
|
protected |
Updates part of column transpose (BTRANU) when sparse, assumes index is sorted i.e.
region is correct
|
protected |
Updates part of column transpose (BTRANU) by column assumes index is sorted i.e.
region is correct
|
protected |
Updates part of column transpose (BTRANR)
|
protected |
Updates part of column transpose (BTRANR) when dense.
|
protected |
Updates part of column transpose (BTRANR) when sparse.
|
protected |
Updates part of column transpose (BTRANL)
|
protected |
Updates part of column transpose (BTRANL) when densish by column.
|
protected |
Updates part of column transpose (BTRANL) when densish by row.
|
protected |
Updates part of column transpose (BTRANL) when sparse (by Row)
CoinSimplexInt CoinAbcTypeFactorization::replaceColumnPFI | ( | CoinIndexedVector * | regionSparse, |
CoinSimplexInt | pivotRow, | ||
CoinSimplexDouble | alpha | ||
) |
Replaces one Column to basis for PFI returns 0=OK, 1=Probably OK, 2=singular, 3=no room.
In this case region is not empty - it is incoming variable (updated)
|
protected |
Returns accuracy status of replaceColumn returns 0=OK, 1=Probably OK, 2=singular.
|
protected |
0 fine, -99 singular, 2 dense
|
protected |
Gets space for a factorization, called by constructors.
|
inline |
Next Row/Column with count.
Definition at line 1142 of file CoinAbcBaseFactorization.hpp.
|
inline |
Next Row/Column with count.
Definition at line 1143 of file CoinAbcBaseFactorization.hpp.
|
inline |
Next Row/Column with count.
Definition at line 1144 of file CoinAbcBaseFactorization.hpp.
|
inline |
Next Row/Column with count.
Definition at line 1145 of file CoinAbcBaseFactorization.hpp.
|
inline |
Next Row/Column with count.
Definition at line 1146 of file CoinAbcBaseFactorization.hpp.
|
inline |
Next Row/Column with count.
Definition at line 1147 of file CoinAbcBaseFactorization.hpp.
|
inline |
Next Row/Column with count.
Definition at line 1148 of file CoinAbcBaseFactorization.hpp.
|
inline |
Next Row/Column with count.
Definition at line 1149 of file CoinAbcBaseFactorization.hpp.
|
inline |
Next Row/Column with count.
Definition at line 1150 of file CoinAbcBaseFactorization.hpp.
|
inline |
Next Row/Column with count.
Definition at line 1151 of file CoinAbcBaseFactorization.hpp.
|
inline |
Next Row/Column with count.
Definition at line 1152 of file CoinAbcBaseFactorization.hpp.
|
inline |
Next Row/Column with count.
Definition at line 1153 of file CoinAbcBaseFactorization.hpp.
|
friend |
|
protected |
Next Row/Column with count.
Definition at line 837 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 838 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 839 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 840 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 841 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 842 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 843 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 849 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 851 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 853 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 857 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 859 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 860 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 861 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 862 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 864 of file CoinAbcBaseFactorization.hpp.
|
protected |
Previous Row/Column with count.
Definition at line 866 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 867 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 868 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 869 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 870 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 871 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 873 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 874 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 875 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 876 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 877 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 879 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 881 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 882 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 883 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 884 of file CoinAbcBaseFactorization.hpp.
|
protected |
Elements of R.
Definition at line 886 of file CoinAbcBaseFactorization.hpp.
|
protected |
Row indices for R.
Definition at line 888 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 889 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 890 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 892 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 894 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 895 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 896 of file CoinAbcBaseFactorization.hpp.
|
protected |
Number of Rows after iterating.
Definition at line 902 of file CoinAbcBaseFactorization.hpp.
|
protected |
Maximum number of Rows after iterating.
Definition at line 904 of file CoinAbcBaseFactorization.hpp.
|
protected |
Size of small inverse.
Definition at line 906 of file CoinAbcBaseFactorization.hpp.
|
protected |
Number factorized in L.
Definition at line 908 of file CoinAbcBaseFactorization.hpp.
|
protected |
Number Rows left (numberRows-numberGood)
Definition at line 910 of file CoinAbcBaseFactorization.hpp.
|
protected |
Number of elements in U (to go) or while iterating total overall.
Definition at line 913 of file CoinAbcBaseFactorization.hpp.
|
protected |
First place in funny copy zeroed out.
Definition at line 915 of file CoinAbcBaseFactorization.hpp.
|
protected |
Below this use sparse technology - if 0 then no L row copy.
Definition at line 918 of file CoinAbcBaseFactorization.hpp.
|
protected |
Number in R.
Definition at line 921 of file CoinAbcBaseFactorization.hpp.
|
protected |
Length of R stuff.
Definition at line 923 of file CoinAbcBaseFactorization.hpp.
|
protected |
length of area reserved for R
Definition at line 925 of file CoinAbcBaseFactorization.hpp.
|
protected |
Number in L.
Definition at line 927 of file CoinAbcBaseFactorization.hpp.
|
protected |
Base of L.
Definition at line 929 of file CoinAbcBaseFactorization.hpp.
|
protected |
Length of L.
Definition at line 931 of file CoinAbcBaseFactorization.hpp.
|
protected |
Length of area reserved for L.
Definition at line 933 of file CoinAbcBaseFactorization.hpp.
|
protected |
Number in U.
Definition at line 935 of file CoinAbcBaseFactorization.hpp.
|
protected |
Maximum space used in U.
Definition at line 937 of file CoinAbcBaseFactorization.hpp.
|
protected |
Length of U.
Definition at line 939 of file CoinAbcBaseFactorization.hpp.
|
protected |
Length of area reserved for U.
Definition at line 941 of file CoinAbcBaseFactorization.hpp.
|
protected |
Last entry by column for U.
Definition at line 943 of file CoinAbcBaseFactorization.hpp.
|
protected |
Last entry by row for U.
Definition at line 951 of file CoinAbcBaseFactorization.hpp.
|
protected |
Number of trials before rejection.
Definition at line 953 of file CoinAbcBaseFactorization.hpp.
|
protected |
Leading dimension for dense.
Definition at line 956 of file CoinAbcBaseFactorization.hpp.
|
protected |
Pivot order for each Column.
Definition at line 965 of file CoinAbcBaseFactorization.hpp.
|
protected |
Permutation vector for pivot row order.
Definition at line 967 of file CoinAbcBaseFactorization.hpp.
|
protected |
Start of each Row as pointer.
Definition at line 969 of file CoinAbcBaseFactorization.hpp.
|
protected |
Number in each Row.
Definition at line 971 of file CoinAbcBaseFactorization.hpp.
|
protected |
Number in each Column.
Definition at line 973 of file CoinAbcBaseFactorization.hpp.
|
protected |
Number in each Column including pivoted.
Definition at line 975 of file CoinAbcBaseFactorization.hpp.
|
protected |
First Row/Column with count of k, can tell which by offset - Rows then Columns.
Definition at line 978 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Column in memory order.
Definition at line 980 of file CoinAbcBaseFactorization.hpp.
|
protected |
Previous Column in memory order.
Definition at line 982 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row in memory order.
Definition at line 984 of file CoinAbcBaseFactorization.hpp.
|
protected |
Previous Row in memory order.
Definition at line 986 of file CoinAbcBaseFactorization.hpp.
|
protected |
Columns left to do in a single pivot.
Definition at line 988 of file CoinAbcBaseFactorization.hpp.
|
protected |
Marks rows to be updated.
Definition at line 990 of file CoinAbcBaseFactorization.hpp.
|
protected |
Base address for U (may change)
Definition at line 992 of file CoinAbcBaseFactorization.hpp.
|
protected |
Inverses of pivot values.
Definition at line 994 of file CoinAbcBaseFactorization.hpp.
|
protected |
Elements of U.
Definition at line 996 of file CoinAbcBaseFactorization.hpp.
|
protected |
Row indices of U.
Definition at line 998 of file CoinAbcBaseFactorization.hpp.
|
protected |
Start of each column in U.
Definition at line 1000 of file CoinAbcBaseFactorization.hpp.
|
protected |
Converts rows to columns in U.
Definition at line 1007 of file CoinAbcBaseFactorization.hpp.
|
protected |
Converts columns to rows in U.
Definition at line 1010 of file CoinAbcBaseFactorization.hpp.
|
protected |
Elements of U by row.
Definition at line 1015 of file CoinAbcBaseFactorization.hpp.
|
protected |
Elements of L.
Definition at line 1018 of file CoinAbcBaseFactorization.hpp.
|
protected |
Row indices of L.
Definition at line 1020 of file CoinAbcBaseFactorization.hpp.
|
protected |
Start of each column in L.
Definition at line 1022 of file CoinAbcBaseFactorization.hpp.
|
protected |
Dense area.
Definition at line 1025 of file CoinAbcBaseFactorization.hpp.
|
protected |
First work area.
Definition at line 1028 of file CoinAbcBaseFactorization.hpp.
|
protected |
Second work area.
Definition at line 1030 of file CoinAbcBaseFactorization.hpp.
|
protected |
Start of each row in L.
Definition at line 1033 of file CoinAbcBaseFactorization.hpp.
|
protected |
Index of column in row for L.
Definition at line 1035 of file CoinAbcBaseFactorization.hpp.
|
protected |
Elements in L (row copy)
Definition at line 1037 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Sparse regions.
Definition at line 1039 of file CoinAbcBaseFactorization.hpp.
|
protected |
Detail in messages.
Definition at line 1042 of file CoinAbcBaseFactorization.hpp.
|
protected |
Number of compressions done.
Definition at line 1044 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 1046 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
To decide how to solve.
Definition at line 1049 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 1050 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 1051 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 1052 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 1053 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 1054 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 1055 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 1060 of file CoinAbcBaseFactorization.hpp.
|
protected |
Maximum rows (ever) (here to use double alignment)
Definition at line 1063 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 1065 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 1066 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 1067 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 1068 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 1069 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 1070 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 1071 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 1076 of file CoinAbcBaseFactorization.hpp.
|
protected |
Dense threshold (here to use double alignment)
Definition at line 1080 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 1083 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 1084 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 1085 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 1086 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 1087 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 1088 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 1089 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 1094 of file CoinAbcBaseFactorization.hpp.
|
protected |
Maximum maximum pivots.
Definition at line 1097 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
To decide how to solve.
Definition at line 1100 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 1101 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 1102 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 1103 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 1104 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 1105 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 1106 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 1111 of file CoinAbcBaseFactorization.hpp.
|
protected |
Rows first time nonzero.
Definition at line 1114 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
To decide how to solve.
Definition at line 1117 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 1118 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 1119 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 1120 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 1121 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 1122 of file CoinAbcBaseFactorization.hpp.
|
protected |
Next Row/Column with count.
Definition at line 1123 of file CoinAbcBaseFactorization.hpp.
|
mutableprotected |
Next Row/Column with count.
Definition at line 1128 of file CoinAbcBaseFactorization.hpp.
|
protected |
State of saved version and what can be done 0 - nothing saved 1 - saved and can go back to previous save by unwinding 2 - saved - getting on for a full copy higher bits - see ABC_FAC....
Definition at line 1136 of file CoinAbcBaseFactorization.hpp.
|
protected |
Size in bytes of a sparseArray.
Definition at line 1138 of file CoinAbcBaseFactorization.hpp.