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

#include <constraint_solveri.h>

Public Member Functions

 ChainBounds ()
 
 ChainBounds (int begin_index, int end_index)
 

Public Attributes

int begin_index
 
int end_index
 

Detailed Description

Definition at line 3404 of file constraint_solveri.h.

Constructor & Destructor Documentation

◆ ChainBounds() [1/2]

operations_research::PathState::ChainBounds::ChainBounds ( )
inline

Definition at line 3405 of file constraint_solveri.h.

◆ ChainBounds() [2/2]

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

Definition at line 3406 of file constraint_solveri.h.

Member Data Documentation

◆ begin_index

int operations_research::PathState::ChainBounds::begin_index

Definition at line 3408 of file constraint_solveri.h.

◆ end_index

int operations_research::PathState::ChainBounds::end_index

Definition at line 3409 of file constraint_solveri.h.


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