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

#include <routing_filters.h>

Public Attributes

int64_t start_min
 
int64_t start_max
 
int64_t end_min
 
int64_t end_max
 
int64_t duration_min
 
bool is_performed_min
 
bool is_performed_max
 

Detailed Description

Definition at line 582 of file routing_filters.h.

Member Data Documentation

◆ duration_min

int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::duration_min

Definition at line 587 of file routing_filters.h.

◆ end_max

int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::end_max

Definition at line 586 of file routing_filters.h.

◆ end_min

int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::end_min

Definition at line 585 of file routing_filters.h.

◆ is_performed_max

bool operations_research::LightVehicleBreaksChecker::VehicleBreak::is_performed_max

Definition at line 589 of file routing_filters.h.

◆ is_performed_min

bool operations_research::LightVehicleBreaksChecker::VehicleBreak::is_performed_min

Definition at line 588 of file routing_filters.h.

◆ start_max

int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::start_max

Definition at line 584 of file routing_filters.h.

◆ start_min

int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::start_min

Definition at line 583 of file routing_filters.h.


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