Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::PathOperator< ignore_path_vars >::Neighbor Struct Reference

#include <constraint_solveri.h>

Public Attributes

int neighbor
 Index of the neighbor node.
 
bool outgoing
 

Detailed Description

template<bool ignore_path_vars>
struct operations_research::PathOperator< ignore_path_vars >::Neighbor

Definition at line 1982 of file constraint_solveri.h.

Member Data Documentation

◆ neighbor

template<bool ignore_path_vars>
int operations_research::PathOperator< ignore_path_vars >::Neighbor::neighbor

Index of the neighbor node.

Definition at line 1984 of file constraint_solveri.h.

◆ outgoing

template<bool ignore_path_vars>
bool operations_research::PathOperator< ignore_path_vars >::Neighbor::outgoing

True if 'neighbor' is an outgoing neighbor (i.e. arc main_node->neighbor) and false if it's an incoming one (arc neighbor->main_node).

Definition at line 1987 of file constraint_solveri.h.


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