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

Detailed Description

Definition at line 336 of file routing_filters.h.

#include <routing_filters.h>

Classes

class  Iterator

Public Member Functions

 Chain (const int *begin_node, const int *end_node)
int NumNodes () const
int First () const
int Last () const
Iterator begin () const
Iterator end () const
Chain WithoutFirstNode () const

Constructor & Destructor Documentation

◆ Chain()

operations_research::PathState::Chain::Chain ( const int * begin_node,
const int * end_node )
inline

Definition at line 358 of file routing_filters.h.

Member Function Documentation

◆ begin()

Iterator operations_research::PathState::Chain::begin ( ) const
inline

Definition at line 364 of file routing_filters.h.

◆ end()

Iterator operations_research::PathState::Chain::end ( ) const
inline

Definition at line 365 of file routing_filters.h.

◆ First()

int operations_research::PathState::Chain::First ( ) const
inline

Definition at line 362 of file routing_filters.h.

◆ Last()

int operations_research::PathState::Chain::Last ( ) const
inline

Definition at line 363 of file routing_filters.h.

◆ NumNodes()

int operations_research::PathState::Chain::NumNodes ( ) const
inline

Definition at line 361 of file routing_filters.h.

◆ WithoutFirstNode()

Chain operations_research::PathState::Chain::WithoutFirstNode ( ) const
inline

Definition at line 367 of file routing_filters.h.


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