Home
last modified time | relevance | path

Searched refs:ShouldUseDenseIteration (Results 1 – 5 of 5) sorted by relevance

/dports/math/py-or-tools/or-tools-9.2/ortools/lp_data/
H A Dscattered_vector.h119 bool ShouldUseDenseIteration( in ShouldUseDenseIteration() function
127 bool ShouldUseDenseIteration() const { in ShouldUseDenseIteration() function
128 return ShouldUseDenseIteration(kDefaultRatioForUsingDenseIteration); in ShouldUseDenseIteration()
133 if (ShouldUseDenseIteration()) { in ClearSparseMask()
153 if (ShouldUseDenseIteration(ratio_for_using_dense_representation)) { in ClearNonZerosIfTooDense()
H A Dlp_utils.cc47 if (v.ShouldUseDenseIteration()) { in PreciseSquaredNorm()
H A Dlp_utils.h117 if (v.ShouldUseDenseIteration()) { in PreciseScalarProduct()
/dports/math/py-or-tools/or-tools-9.2/ortools/glop/
H A Drank_one_update.h175 bool use_dense = y->ShouldUseDenseIteration(hypersparse_ratio_); in LeftSolveWithNonZeros()
181 use_dense = y->ShouldUseDenseIteration(hypersparse_ratio_); in LeftSolveWithNonZeros()
211 bool use_dense = d->ShouldUseDenseIteration(hypersparse_ratio_); in RightSolveWithNonZeros()
218 use_dense = d->ShouldUseDenseIteration(hypersparse_ratio_); in RightSolveWithNonZeros()
H A Dvariable_values.cc201 use_dense = initially_all_zero_scratchpad_.ShouldUseDenseIteration(); in UpdateGivenNonBasicVariables()