Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting_filters.cc1049 bool FilterCumulSoftBounds() const { return !cumul_soft_bounds_.empty(); } in FilterCumulSoftBounds()
1183 std::vector<SoftBound> cumul_soft_bounds_; member in operations_research::__anonbeef3bbe0711::PathCumulFilter
1275 cumul_soft_bounds_.resize(cumuls_.size()); in PathCumulFilter()
1291 cumul_soft_bounds_[i].bound = dimension.GetCumulVarSoftUpperBound(i); in PathCumulFilter()
1292 cumul_soft_bounds_[i].coefficient = in PathCumulFilter()
1314 cumul_soft_bounds_.clear(); in PathCumulFilter()
1361 if (node < cumul_soft_bounds_.size()) { in GetCumulSoftCost()
1362 const int64_t bound = cumul_soft_bounds_[node].bound; in GetCumulSoftCost()
1363 const int64_t coefficient = cumul_soft_bounds_[node].coefficient; in GetCumulSoftCost()