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

Detailed Description

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

Definition at line 1983 of file constraint_solveri.h.

#include <constraint_solveri.h>

Public Attributes

int neighbor
 Index of the neighbor node.
bool outgoing

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 1985 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 1988 of file constraint_solveri.h.


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