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

Stop service time + transition time callback. More...

#include <cvrptw_lib.h>

Public Member Functions

 StopServiceTimePlusTransition (int64_t stop_time, const LocationContainer &location_container, operations_research::RoutingNodeEvaluator2 transition_time)
 
int64_t Compute (RoutingIndexManager::NodeIndex from, RoutingIndexManager::NodeIndex to) const
 

Detailed Description

Stop service time + transition time callback.

Definition at line 109 of file cvrptw_lib.h.

Constructor & Destructor Documentation

◆ StopServiceTimePlusTransition()

operations_research::StopServiceTimePlusTransition::StopServiceTimePlusTransition ( int64_t stop_time,
const LocationContainer & location_container,
operations_research::RoutingNodeEvaluator2 transition_time )

Definition at line 146 of file cvrptw_lib.cc.

Member Function Documentation

◆ Compute()

int64_t operations_research::StopServiceTimePlusTransition::Compute ( RoutingIndexManager::NodeIndex from,
RoutingIndexManager::NodeIndex to ) const

Definition at line 153 of file cvrptw_lib.cc.


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