![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 614 of file routing_filters.h.
#include <routing_filters.h>
Classes | |
| struct | VehicleBreak |
| struct | InterbreakLimit |
| struct | PathData |
Public Member Functions | |
| LightVehicleBreaksChecker (PathState *path_state, std::vector< PathData > path_data) | |
| void | Relax () const |
| bool | Check () const |
| operations_research::LightVehicleBreaksChecker::LightVehicleBreaksChecker | ( | PathState * | path_state, |
| std::vector< PathData > | path_data ) |
Definition at line 4663 of file routing_filters.cc.
| bool operations_research::LightVehicleBreaksChecker::Check | ( | ) | const |
Definition at line 4675 of file routing_filters.cc.
| void operations_research::LightVehicleBreaksChecker::Relax | ( | ) | const |
Definition at line 4667 of file routing_filters.cc.