|
SoPlex Doxygen Documentation
|
Go to the documentation of this file.
31 METHOD( "SPxBasis::reDim()" );
44 MSG_INFO3( spxout << "ICHBAS02 basis redimensioning invalidates factorization"
64 METHOD( "SPxBasis::addedRows()" );
131 METHOD( "SPxBasis::removedRow()" );
157 for ( int j = theLP-> dim(); j >= 0; --j)
165 if (j < theLP->dim())
178 METHOD( "SPxBasis::removedRows()" );
187 for (i = 0; i < n; ++i)
212 for (i = 0; i < n; ++i)
239 if (theLP-> lower(i) == theLP->SPxLP::upper(i))
247 else if (theLP-> maxObj(i) == 0)
252 return (theLP-> maxObj(i) < 0)
268 METHOD( "SPxBasis::addedCols()" );
333 METHOD( "SPxBasis::removedCol()" );
350 for ( int j = theLP-> dim(); j >= 0; --j)
372 METHOD( "SPxBasis::removedCols()" );
381 for (i = 0; i < n; ++i)
396 for (i = 0; i < n; ++i)
419 METHOD( "SPxBasis::invalidate()" );
435 METHOD( "SPxBasis::restoreInitialBasis()" );
494 METHOD( "SPxBasis::changedRow()" );
503 METHOD( "SPxBasis::changedCol()" );
512 METHOD( "SPxBasis::changedElement()" );
|