![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 615 of file routing_filters.h.
#include <routing_filters.h>
Public Attributes | |
std::vector< VehicleBreak > | vehicle_breaks |
std::vector< InterbreakLimit > | interbreak_limits |
LocalSearchState::Variable | start_cumul |
LocalSearchState::Variable | end_cumul |
LocalSearchState::Variable | total_transit |
LocalSearchState::Variable | span |
LocalSearchState::Variable operations_research::LightVehicleBreaksChecker::PathData::end_cumul |
Definition at line 619 of file routing_filters.h.
std::vector<InterbreakLimit> operations_research::LightVehicleBreaksChecker::PathData::interbreak_limits |
Definition at line 617 of file routing_filters.h.
LocalSearchState::Variable operations_research::LightVehicleBreaksChecker::PathData::span |
Definition at line 621 of file routing_filters.h.
LocalSearchState::Variable operations_research::LightVehicleBreaksChecker::PathData::start_cumul |
Definition at line 618 of file routing_filters.h.
LocalSearchState::Variable operations_research::LightVehicleBreaksChecker::PathData::total_transit |
Definition at line 620 of file routing_filters.h.
std::vector<VehicleBreak> operations_research::LightVehicleBreaksChecker::PathData::vehicle_breaks |
Definition at line 616 of file routing_filters.h.