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

Detailed Description

Definition at line 615 of file routing_filters.h.

#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

Member Data Documentation

◆ end_cumul

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

Definition at line 619 of file routing_filters.h.

◆ interbreak_limits

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

Definition at line 617 of file routing_filters.h.

◆ span

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

Definition at line 621 of file routing_filters.h.

◆ start_cumul

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

Definition at line 618 of file routing_filters.h.

◆ total_transit

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

Definition at line 620 of file routing_filters.h.

◆ vehicle_breaks

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

Definition at line 616 of file routing_filters.h.


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