![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 1983 of file constraint_solveri.h.
#include <constraint_solveri.h>
Public Attributes | |
int | neighbor |
Index of the neighbor node. | |
bool | outgoing |
int operations_research::PathOperator< ignore_path_vars >::Neighbor::neighbor |
Index of the neighbor node.
Definition at line 1985 of file constraint_solveri.h.
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.