Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::LightVehicleBreaksChecker::PathData Struct Reference

#include <routing_filters.h>

Public Attributes

std::vector< VehicleBreakvehicle_breaks
 
std::vector< InterbreakLimitinterbreak_limits
 
LocalSearchState::Variable start_cumul
 
LocalSearchState::Variable end_cumul
 
LocalSearchState::Variable total_transit
 
LocalSearchState::Variable span
 

Detailed Description

Definition at line 596 of file routing_filters.h.

Member Data Documentation

◆ end_cumul

LocalSearchState::Variable operations_research::LightVehicleBreaksChecker::PathData::end_cumul

Definition at line 600 of file routing_filters.h.

◆ interbreak_limits

std::vector<InterbreakLimit> operations_research::LightVehicleBreaksChecker::PathData::interbreak_limits

Definition at line 598 of file routing_filters.h.

◆ span

LocalSearchState::Variable operations_research::LightVehicleBreaksChecker::PathData::span

Definition at line 602 of file routing_filters.h.

◆ start_cumul

LocalSearchState::Variable operations_research::LightVehicleBreaksChecker::PathData::start_cumul

Definition at line 599 of file routing_filters.h.

◆ total_transit

LocalSearchState::Variable operations_research::LightVehicleBreaksChecker::PathData::total_transit

Definition at line 601 of file routing_filters.h.

◆ vehicle_breaks

std::vector<VehicleBreak> operations_research::LightVehicleBreaksChecker::PathData::vehicle_breaks

Definition at line 597 of file routing_filters.h.


The documentation for this struct was generated from the following file: