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

#include <routing_filters.h>

Public Member Functions

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

Public Attributes

int begin_index
 
int end_index
 

Detailed Description

Definition at line 150 of file routing_filters.h.

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 152 of file routing_filters.h.

Member Data Documentation

◆ begin_index

int operations_research::PathState::ChainBounds::begin_index

Definition at line 154 of file routing_filters.h.

◆ end_index

int operations_research::PathState::ChainBounds::end_index

Definition at line 155 of file routing_filters.h.


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