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

A ChainRange is a range of Chains, committed or not. More...

#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

Detailed Description

A ChainRange is a range of Chains, committed or not.

Definition at line 360 of file routing_filters.h.

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

ChainRanges hold ChainBounds* and CommittedNode*, a ChainRange may be invalidated if on of the underlying vector is modified.

Definition at line 387 of file routing_filters.h.

Member Function Documentation

◆ begin()

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

Definition at line 391 of file routing_filters.h.

◆ DropFirstChain()

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

Definition at line 394 of file routing_filters.h.

◆ DropLastChain()

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

Definition at line 398 of file routing_filters.h.

◆ end()

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

Definition at line 392 of file routing_filters.h.


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