![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#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 |
Definition at line 596 of file routing_filters.h.
LocalSearchState::Variable operations_research::LightVehicleBreaksChecker::PathData::end_cumul |
Definition at line 600 of file routing_filters.h.
std::vector<InterbreakLimit> operations_research::LightVehicleBreaksChecker::PathData::interbreak_limits |
Definition at line 598 of file routing_filters.h.
LocalSearchState::Variable operations_research::LightVehicleBreaksChecker::PathData::span |
Definition at line 602 of file routing_filters.h.
LocalSearchState::Variable operations_research::LightVehicleBreaksChecker::PathData::start_cumul |
Definition at line 599 of file routing_filters.h.
LocalSearchState::Variable operations_research::LightVehicleBreaksChecker::PathData::total_transit |
Definition at line 601 of file routing_filters.h.
std::vector<VehicleBreak> operations_research::LightVehicleBreaksChecker::PathData::vehicle_breaks |
Definition at line 597 of file routing_filters.h.