All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
spxsolver.h File Reference main LP solver class More... #include <assert.h> #include <iostream> #include <iomanip> #include <sstream> #include "spxdefines.h" #include "timer.h" #include "spxlp.h" #include "spxbasis.h" #include "array.h" #include "random.h" #include "unitvector.h" #include "updatevector.h" Go to the source code of this file.
Detailed Descriptionmain LP solver class Definition in file spxsolver.h. Macro Definition Documentation
number of refactorization until sparsity is tested again Definition at line 37 of file spxsolver.h. Referenced by SPxSolver::computeCoTest(), SPxSolver::computeFtest(), and SPxSolver::computeTest().
threshold to decide whether slack or structural variables enter the basis slack variables are preferred if their pricing value is not worse than SPARSITY_TRADEOFF * the best structural value Definition at line 38 of file spxsolver.h. Referenced by SPxDantzigPR::selectEnterX(), SPxDevexPR::selectEnterX(), and SPxSteepPR::selectEnterX().
percentage of basic infeasibilities that is considered sparse Definition at line 36 of file spxsolver.h. Referenced by SPxSolver::init().
|