Home
last modified time | relevance | path

Searched refs:kLpEpsilon (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dlinear_programming_constraint.h396 static constexpr double kLpEpsilon = 1e-6; variable
H A Dlinear_programming_constraint.cc399 if (rc > kLpEpsilon) { in FillReducedCostReasonIn()
402 } else if (rc < -kLpEpsilon) { in FillReducedCostReasonIn()
2234 if (rc > kLpEpsilon) { in ReducedCostStrengtheningDeductions()
2244 } else if (rc < -kLpEpsilon) { in ReducedCostStrengtheningDeductions()