![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <dag_constrained_shortest_path.h>
Public Attributes | |
double | length = 0.0 |
std::vector< typename GraphType::ArcIndex > | arc_path |
std::vector< typename GraphType::NodeIndex > | node_path |
Advanced API.
Definition at line 88 of file dag_constrained_shortest_path.h.
std::vector<typename GraphType::ArcIndex> operations_research::GraphPathWithLength< GraphType >::arc_path |
The returned arc indices points into the arcs_with_length passed to the function below.
Definition at line 92 of file dag_constrained_shortest_path.h.
double operations_research::GraphPathWithLength< GraphType >::length = 0.0 |
Definition at line 89 of file dag_constrained_shortest_path.h.
std::vector<typename GraphType::NodeIndex> operations_research::GraphPathWithLength< GraphType >::node_path |
Definition at line 94 of file dag_constrained_shortest_path.h.