Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting_lp_scheduling.cc70 const int64_t first_after_offset = in GetCumulBoundsWithOffset() local
74 DCHECK_LT(first_after_offset, std::numeric_limits<int64_t>::max()); in GetCumulBoundsWithOffset()
75 *lower_bound = CapSub(first_after_offset, cumul_offset); in GetCumulBoundsWithOffset()