All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
changesoplex.cpp
Go to the documentation of this file.
85 /* we need to compare with tolerance (rep() == COLUMN) ? feastol() : opttol() because theFvec is the primal
86 * vector in COLUMN and the dual vector in ROW representation; this is equivalent to entertol(); this also
122 /* we need to compare with tolerance (rep() == ROW) ? feastol() : opttol() because thePvec is the primal
123 * vector in ROW and the dual vector in COLUMN representation; this is equivalent to leavetol(); this also
205 /* we must not assert consistency here, since addedCols() might be still necessary to obtain a consistent basis */
224 /* we must not assert consistency here, since addedCols() might be still necessary to obtain a consistent basis */
305 /* we need to compare with tolerance (rep() == COLUMN) ? feastol() : opttol() because theFvec is the primal
306 * vector in COLUMN and the dual vector in ROW representation; this is equivalent to entertol(); this also
356 /* we need to compare with tolerance (rep() == ROW) ? feastol() : opttol() because thePvec is the primal
357 * vector in ROW and the dual vector in COLUMN representation; this is equivalent to leavetol(); this also
419 /* we must not assert consistency here, since addedRows() might be still necessary to obtain a consistent basis */
|