Home
last modified time | relevance | path

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

/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting.h2918 vehicle_soft_span_upper_bound_ = absl::make_unique<SimpleBoundCosts>( in SetSoftSpanUpperBoundForVehicle()
2921 vehicle_soft_span_upper_bound_->bound_cost(vehicle) = bound_cost; in SetSoftSpanUpperBoundForVehicle()
2924 return vehicle_soft_span_upper_bound_ != nullptr; in HasSoftSpanUpperBounds()
2929 return vehicle_soft_span_upper_bound_->bound_cost(vehicle); in GetSoftSpanUpperBoundForVehicle()
3069 std::unique_ptr<SimpleBoundCosts> vehicle_soft_span_upper_bound_; variable