Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <dag_shortest_path.h>
Public Attributes | |
double | length = 0.0 |
std::vector< int > | arc_path |
std::vector< int > | node_path |
Definition at line 62 of file dag_shortest_path.h.
std::vector<int> operations_research::PathWithLength::arc_path |
The returned arc indices points into the arcs_with_length
passed to the function below.
Definition at line 66 of file dag_shortest_path.h.
double operations_research::PathWithLength::length = 0.0 |
Definition at line 63 of file dag_shortest_path.h.
std::vector<int> operations_research::PathWithLength::node_path |
Definition at line 67 of file dag_shortest_path.h.