All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
spxdantzigpr.h
Go to the documentation of this file.
47 SPxId selectEnterX(); /**< choose the best entering index among columns and rows but prefer sparsity */
48 SPxId selectEnterSparseDim(Real& best,SPxId& id); /**< sparse pricing method for entering Simplex (slack variables)*/
49 SPxId selectEnterSparseCoDim(Real& best, SPxId& id); /**< sparse pricing method for entering Simplex */
50 SPxId selectEnterDenseDim(Real& best, SPxId& id); /**< selectEnter() in dense case (slack variables) */
|