Home
last modified time | relevance | path

Searched refs:newBasicCol (Results 1 – 8 of 8) sorted by relevance

/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinSimpFactorization.cpp2353 int CoinSimpFactorization::LUupdate(int newBasicCol) in LUupdate() argument
2362 const int colBeg = UcolStarts_[newBasicCol]; in LUupdate()
2363 const int colEnd = colBeg + UcolLengths_[newBasicCol]; in LUupdate()
2366 const int colInRow = findInRow(row, newBasicCol); in LUupdate()
2374 UcolLengths_[newBasicCol] = 0; in LUupdate()
2386 UrowInd_[rowEnd] = newBasicCol; in LUupdate()
2394 if (sizeNewColumn > UcolCapacities_[newBasicCol]) in LUupdate()
2395 increaseColSize(newBasicCol, sizeNewColumn, true); in LUupdate()
2397 memcpy(&Ucolumns_[UcolStarts_[newBasicCol]], &newColumn[0], in LUupdate()
2401 UcolLengths_[newBasicCol] = sizeNewColumn; in LUupdate()
[all …]
H A DCoinSimpFactorization.hpp245 int LUupdate(int newBasicCol);
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinSimpFactorization.cpp2353 int CoinSimpFactorization::LUupdate(int newBasicCol) in LUupdate() argument
2362 const int colBeg = UcolStarts_[newBasicCol]; in LUupdate()
2363 const int colEnd = colBeg + UcolLengths_[newBasicCol]; in LUupdate()
2366 const int colInRow = findInRow(row, newBasicCol); in LUupdate()
2374 UcolLengths_[newBasicCol] = 0; in LUupdate()
2386 UrowInd_[rowEnd] = newBasicCol; in LUupdate()
2394 if (sizeNewColumn > UcolCapacities_[newBasicCol]) in LUupdate()
2395 increaseColSize(newBasicCol, sizeNewColumn, true); in LUupdate()
2397 memcpy(&Ucolumns_[UcolStarts_[newBasicCol]], &newColumn[0], in LUupdate()
2401 UcolLengths_[newBasicCol] = sizeNewColumn; in LUupdate()
[all …]
H A DCoinSimpFactorization.hpp245 int LUupdate(int newBasicCol);
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinSimpFactorization.cpp2342 int CoinSimpFactorization::LUupdate(int newBasicCol) in LUupdate() argument
2351 const int colBeg=UcolStarts_[newBasicCol]; in LUupdate()
2352 const int colEnd=colBeg+UcolLengths_[newBasicCol]; in LUupdate()
2355 const int colInRow=findInRow(row,newBasicCol); in LUupdate()
2363 UcolLengths_[newBasicCol]=0; in LUupdate()
2375 UrowInd_[rowEnd]=newBasicCol; in LUupdate()
2382 if ( sizeNewColumn > UcolCapacities_[newBasicCol] ) in LUupdate()
2383 increaseColSize(newBasicCol, sizeNewColumn , true); in LUupdate()
2385 memcpy(&Ucolumns_[ UcolStarts_[newBasicCol] ], &newColumn[0], in LUupdate()
2389 UcolLengths_[newBasicCol]=sizeNewColumn; in LUupdate()
[all …]
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinSimpFactorization.cpp2353 int CoinSimpFactorization::LUupdate(int newBasicCol) in LUupdate() argument
2362 const int colBeg = UcolStarts_[newBasicCol]; in LUupdate()
2363 const int colEnd = colBeg + UcolLengths_[newBasicCol]; in LUupdate()
2366 const int colInRow = findInRow(row, newBasicCol); in LUupdate()
2374 UcolLengths_[newBasicCol] = 0; in LUupdate()
2386 UrowInd_[rowEnd] = newBasicCol; in LUupdate()
2394 if (sizeNewColumn > UcolCapacities_[newBasicCol]) in LUupdate()
2395 increaseColSize(newBasicCol, sizeNewColumn, true); in LUupdate()
2397 memcpy(&Ucolumns_[UcolStarts_[newBasicCol]], &newColumn[0], in LUupdate()
2401 UcolLengths_[newBasicCol] = sizeNewColumn; in LUupdate()
[all …]
H A DCoinSimpFactorization.hpp245 int LUupdate(int newBasicCol);
/dports/math/ogdf/OGDF/include/coin/
H A DCoinSimpFactorization.hpp241 int LUupdate(int newBasicCol);