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

Detailed Description

Definition at line 601 of file routing_filters.h.

#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

Member Data Documentation

◆ duration_min

int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::duration_min

Definition at line 606 of file routing_filters.h.

◆ end_max

int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::end_max

Definition at line 605 of file routing_filters.h.

◆ end_min

int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::end_min

Definition at line 604 of file routing_filters.h.

◆ is_performed_max

bool operations_research::LightVehicleBreaksChecker::VehicleBreak::is_performed_max

Definition at line 608 of file routing_filters.h.

◆ is_performed_min

bool operations_research::LightVehicleBreaksChecker::VehicleBreak::is_performed_min

Definition at line 607 of file routing_filters.h.

◆ start_max

int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::start_max

Definition at line 603 of file routing_filters.h.

◆ start_min

int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::start_min

Definition at line 602 of file routing_filters.h.


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