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

Detailed Description

Definition at line 111 of file cvrptw_lib.h.

#include <cvrptw_lib.h>

Public Member Functions

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

Constructor & Destructor Documentation

◆ StopServiceTimePlusTransition()

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

Definition at line 151 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 158 of file cvrptw_lib.cc.


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