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

Detailed Description

Definition at line 375 of file routing_filters.h.

#include <routing_filters.h>

Classes

class  Iterator

Public Member Functions

 ChainRange (const ChainBounds *const begin_chain, const ChainBounds *const end_chain, const int *const first_node)
Iterator begin () const
Iterator end () const
ChainRange DropFirstChain () const
ChainRange DropLastChain () const

Constructor & Destructor Documentation

◆ ChainRange()

operations_research::PathState::ChainRange::ChainRange ( const ChainBounds *const begin_chain,
const ChainBounds *const end_chain,
const int *const first_node )
inline

Definition at line 402 of file routing_filters.h.

Member Function Documentation

◆ begin()

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

Definition at line 406 of file routing_filters.h.

◆ DropFirstChain()

ChainRange operations_research::PathState::ChainRange::DropFirstChain ( ) const
inline

Definition at line 409 of file routing_filters.h.

◆ DropLastChain()

ChainRange operations_research::PathState::ChainRange::DropLastChain ( ) const
inline

Definition at line 413 of file routing_filters.h.

◆ end()

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

Definition at line 407 of file routing_filters.h.


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