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

Detailed Description

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

Constructor & Destructor Documentation

◆ LightVehicleBreaksChecker()

operations_research::LightVehicleBreaksChecker::LightVehicleBreaksChecker ( PathState * path_state,
std::vector< PathData > path_data )

Definition at line 4663 of file routing_filters.cc.

Member Function Documentation

◆ Check()

bool operations_research::LightVehicleBreaksChecker::Check ( ) const

Definition at line 4675 of file routing_filters.cc.

◆ Relax()

void operations_research::LightVehicleBreaksChecker::Relax ( ) const

Definition at line 4667 of file routing_filters.cc.


The documentation for this class was generated from the following files: