Loading...
Searching...
No Matches
SoPlexBase< R >::Statistics Class Reference
Detailed Descriptiontemplate<class R>
class soplex::SoPlexBase< R >::Statistics Definition at line 43 of file statistics.h. Constructor & Destructor Documentation◆ Statistics() [1/2]
template<class R >
default constructor ◆ Statistics() [2/2]
template<class R >
copy constructor ◆ ~Statistics()
template<class R >
Member Function Documentation◆ clearAllData()
template<class R >
clears all statistics ◆ clearSolvingData()
template<class R >
clears statistics on solving process ◆ operator=()
template<class R >
assignment operator ◆ print()
template<class R >
prints statistics Member Data Documentation◆ boostedBoundflips
template<class R >
number of dual bound flips Definition at line 142 of file statistics.h. ◆ boostedIterations
template<class R >
number of iterations/pivots in extended precision Definition at line 138 of file statistics.h. ◆ boostedIterationsFromBasis
template<class R >
number of iterations from Basis Definition at line 140 of file statistics.h. ◆ boostedIterationsPolish
template<class R >
number of iterations during solution polishing Definition at line 141 of file statistics.h. ◆ boostedIterationsPrimal
template<class R >
number of iterations with Primal Definition at line 139 of file statistics.h. ◆ boostingStepTime
template<class R >
time for the precision boosting step: boost, load LP, load basis, decrease tols (included in solving time) Definition at line 115 of file statistics.h. ◆ boundflips
template<class R >
number of dual bound flips Definition at line 137 of file statistics.h. ◆ callsReducedProb
template<class R >
number of times the reduced problem is solved. This includes the initial solve. Definition at line 159 of file statistics.h. ◆ compProbStatus
template<class R >
status of the complementary problem Definition at line 176 of file statistics.h. ◆ degenPivotCandDual
template<class R >
number of pivoting candidates that will produce a degenerate step in the dual Definition at line 168 of file statistics.h. ◆ degenPivotCandPrimal
template<class R >
number of pivoting candidates that will produce a degenerate step in the primal Definition at line 167 of file statistics.h. ◆ degenPivotsDual
template<class R >
number of dual degenerate pivots Definition at line 166 of file statistics.h. ◆ degenPivotsPrimal
template<class R >
number of primal degenerate pivots Definition at line 165 of file statistics.h. ◆ extendedPrecisionTime
template<class R >
solving time with extended precision (included in solving time) Definition at line 113 of file statistics.h. ◆ feasPrecBoosts
template<class R >
number of precision boosts during infeasibility test Definition at line 155 of file statistics.h. ◆ feasRefinements
template<class R >
number of refinement steps during infeasibility test Definition at line 150 of file statistics.h. ◆ finalBasisCondition
template<class R >
condition number estimate of the optimal basis matrix Definition at line 180 of file statistics.h. ◆ finalCompObj
template<class R >
the final objective function of the complementary problem Definition at line 177 of file statistics.h. ◆ fpTime
template<class R >
time for first floating-point LP solve Definition at line 131 of file statistics.h. ◆ initialPrecisionTime
template<class R >
solving time with initial precision (included in solving time) Definition at line 112 of file statistics.h. ◆ iterations
template<class R >
number of iterations/pivots Definition at line 132 of file statistics.h. ◆ iterationsCompProb
template<class R >
number of iterations of the complementary problem Definition at line 162 of file statistics.h. ◆ iterationsFP
template<class R >
number of iterations/pivots in first floating-point solve Definition at line 136 of file statistics.h. ◆ iterationsFromBasis
template<class R >
number of iterations from Basis Definition at line 134 of file statistics.h. ◆ iterationsInit
template<class R >
number of iterations in the initial LP Definition at line 160 of file statistics.h. ◆ iterationsPolish
template<class R >
number of iterations during solution polishing Definition at line 135 of file statistics.h. ◆ iterationsPrimal
template<class R >
number of iterations with Primal Definition at line 133 of file statistics.h. ◆ iterationsRedProb
template<class R >
number of iterations of the reduced problem Definition at line 161 of file statistics.h. ◆ luFactorizationsRational
template<class R >
number of basis matrix factorizations in rational precision Definition at line 145 of file statistics.h. ◆ luFactorizationsReal
template<class R >
number of basis matrix factorizations in real precision Definition at line 143 of file statistics.h. ◆ luFactorizationTimeRational
template<class R >
time for factorizing bases matrices in rational precision Definition at line 129 of file statistics.h. ◆ luFactorizationTimeReal
template<class R >
time for factorizing bases matrices in real precision Definition at line 127 of file statistics.h. ◆ luSolvesReal
template<class R >
number of (forward and backward) solves with basis matrix in real precision Definition at line 144 of file statistics.h. ◆ luSolveTimeRational
template<class R >
time for solving linear systems in rational precision Definition at line 130 of file statistics.h. ◆ luSolveTimeReal
template<class R >
time for solving linear systems in real precision Definition at line 128 of file statistics.h. ◆ maxBoundViol
template<class R >
the max bound violation in the original problem using the red prob sol Definition at line 173 of file statistics.h. ◆ maxRowViol
template<class R >
the max row violations in the original problem using the red prob sol Definition at line 174 of file statistics.h. ◆ multColwiseCalls
template<class R >
number of products A*x columnwise (setupPupdate(), PRICE step) Definition at line 124 of file statistics.h. ◆ multFullCalls
template<class R >
number of products A*x ignoring sparsity (setupPupdate(), PRICE step) Definition at line 123 of file statistics.h. ◆ multSparseCalls
template<class R >
number of products A*x exploiting sparsity (setupPupdate(), PRICE step) Definition at line 122 of file statistics.h. ◆ multTimeColwise
template<class R >
time for computing A*x columnwise (setupPupdate(), PRICE step) Definition at line 120 of file statistics.h. ◆ multTimeFull
template<class R >
time for computing A*x ignoring sparsity (setupPupdate(), PRICE step) Definition at line 119 of file statistics.h. ◆ multTimeSparse
template<class R >
time for computing A*x exploiting sparsity (setupPupdate(), PRICE step) Definition at line 118 of file statistics.h. ◆ multTimeUnsetup
template<class R >
time for computing A*x w/o sparsity information (setupPupdate(), PRICE step) Definition at line 121 of file statistics.h. ◆ multUnsetupCalls
template<class R >
number of products A*x w/o sparsity information (setupPupdate(), PRICE step) Definition at line 125 of file statistics.h. ◆ numRedProbCols
template<class R >
number of columns in the reduced problem Definition at line 164 of file statistics.h. ◆ numRedProbRows
template<class R >
number of rows in the reduced problem Definition at line 163 of file statistics.h. ◆ pivotPrecBoosts
template<class R >
number of precision boosts until final basis is reached Definition at line 154 of file statistics.h. ◆ pivotRefinements
template<class R >
number of refinement steps until final basis is reached Definition at line 149 of file statistics.h. ◆ precBoosts
template<class R >
number of precision boosts Definition at line 152 of file statistics.h. ◆ preprocessingTime
template<class R >
preprocessing time Definition at line 107 of file statistics.h. ◆ rationalReconstructions
template<class R >
number of rational reconstructions performed Definition at line 146 of file statistics.h. ◆ rationalTime
template<class R >
time for rational LP solving (included in solving time) Definition at line 111 of file statistics.h. ◆ readingTime
template<class R >
reading time not included in solving time Definition at line 105 of file statistics.h. ◆ reconstructionTime
template<class R >
time for rational reconstructions Definition at line 114 of file statistics.h. ◆ redProbStatus
template<class R >
status of the reduced problem Definition at line 175 of file statistics.h. ◆ refinements
template<class R >
number of refinement steps Definition at line 147 of file statistics.h. ◆ simplexTime
template<class R >
simplex time Definition at line 108 of file statistics.h. ◆ solvingTime
template<class R >
solving time Definition at line 106 of file statistics.h. ◆ stallPrecBoosts
template<class R >
number of precision boosts without pivots Definition at line 153 of file statistics.h. ◆ stallRefinements
template<class R >
number of refinement steps without pivots Definition at line 148 of file statistics.h. ◆ sumDualDegen
template<class R >
the sum of the rate of dual degeneracy at each iteration Definition at line 169 of file statistics.h. ◆ sumPrimalDegen
template<class R >
the sum of the rate of primal degeneracy at each iteration Definition at line 170 of file statistics.h. ◆ syncTime
template<class R >
time for synchronization between real and rational LP (included in solving time) Definition at line 109 of file statistics.h. ◆ timerType
template<class R >
type of timer (user or wallclock) Definition at line 116 of file statistics.h. ◆ totalBoundViol
template<class R >
the sum of the bound violations in the original problem using the red prob sol Definition at line 171 of file statistics.h. ◆ totalRowViol
template<class R >
the sum of the row violations in the original problem using the red prob sol Definition at line 172 of file statistics.h. ◆ transformTime
template<class R >
time for transforming LPs (included in solving time) Definition at line 110 of file statistics.h. ◆ unbdPrecBoosts
template<class R >
number of precision boosts during undboundedness test Definition at line 156 of file statistics.h. ◆ unbdRefinements
template<class R >
number of refinement steps during undboundedness test Definition at line 151 of file statistics.h.
|