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