![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#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 |
Definition at line 582 of file routing_filters.h.
int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::duration_min |
Definition at line 587 of file routing_filters.h.
int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::end_max |
Definition at line 586 of file routing_filters.h.
int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::end_min |
Definition at line 585 of file routing_filters.h.
bool operations_research::LightVehicleBreaksChecker::VehicleBreak::is_performed_max |
Definition at line 589 of file routing_filters.h.
bool operations_research::LightVehicleBreaksChecker::VehicleBreak::is_performed_min |
Definition at line 588 of file routing_filters.h.
int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::start_max |
Definition at line 584 of file routing_filters.h.
int64_t operations_research::LightVehicleBreaksChecker::VehicleBreak::start_min |
Definition at line 583 of file routing_filters.h.