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

Detailed Description

Definition at line 616 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 621 of file routing_filters.h.

◆ end_max

int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::end_max

Definition at line 620 of file routing_filters.h.

◆ end_min

int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::end_min

Definition at line 619 of file routing_filters.h.

◆ is_performed_max

bool operations_research::LightVehicleBreaksChecker::VehicleBreak::is_performed_max

Definition at line 623 of file routing_filters.h.

◆ is_performed_min

bool operations_research::LightVehicleBreaksChecker::VehicleBreak::is_performed_min

Definition at line 622 of file routing_filters.h.

◆ start_max

int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::start_max

Definition at line 618 of file routing_filters.h.

◆ start_min

int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::start_min

Definition at line 617 of file routing_filters.h.


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