![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 630 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 634 of file routing_filters.h.
| std::vector<InterbreakLimit> operations_research::LightVehicleBreaksChecker::PathData::interbreak_limits |
Definition at line 632 of file routing_filters.h.
| LocalSearchState::Variable operations_research::LightVehicleBreaksChecker::PathData::span |
Definition at line 636 of file routing_filters.h.
| LocalSearchState::Variable operations_research::LightVehicleBreaksChecker::PathData::start_cumul |
Definition at line 633 of file routing_filters.h.
| LocalSearchState::Variable operations_research::LightVehicleBreaksChecker::PathData::total_transit |
Definition at line 635 of file routing_filters.h.
| std::vector<VehicleBreak> operations_research::LightVehicleBreaksChecker::PathData::vehicle_breaks |
Definition at line 631 of file routing_filters.h.