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

Detailed Description

Definition at line 169 of file routing_filters.h.

#include <routing_filters.h>

Public Member Functions

 ChainBounds ()=default
 ChainBounds (int begin_index, int end_index)

Public Attributes

int begin_index
int end_index

Constructor & Destructor Documentation

◆ ChainBounds() [1/2]

operations_research::PathState::ChainBounds::ChainBounds ( )
default

◆ ChainBounds() [2/2]

operations_research::PathState::ChainBounds::ChainBounds ( int begin_index,
int end_index )
inline

Definition at line 171 of file routing_filters.h.

Member Data Documentation

◆ begin_index

int operations_research::PathState::ChainBounds::begin_index

Definition at line 173 of file routing_filters.h.

◆ end_index

int operations_research::PathState::ChainBounds::end_index

Definition at line 174 of file routing_filters.h.


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