![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
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 |
int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::duration_min |
Definition at line 606 of file routing_filters.h.
int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::end_max |
Definition at line 605 of file routing_filters.h.
int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::end_min |
Definition at line 604 of file routing_filters.h.
bool operations_research::LightVehicleBreaksChecker::VehicleBreak::is_performed_max |
Definition at line 608 of file routing_filters.h.
bool operations_research::LightVehicleBreaksChecker::VehicleBreak::is_performed_min |
Definition at line 607 of file routing_filters.h.
int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::start_max |
Definition at line 603 of file routing_filters.h.
int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::start_min |
Definition at line 602 of file routing_filters.h.