![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 68 of file dag_constrained_shortest_path.h.
#include <dag_constrained_shortest_path.h>
Public Attributes | |
| int | from = 0 |
| int | to = 0 |
| double | length = 0.0 |
| std::vector< double > | resources |
| int operations_research::ArcWithLengthAndResources::from = 0 |
Definition at line 69 of file dag_constrained_shortest_path.h.
| double operations_research::ArcWithLengthAndResources::length = 0.0 |
Definition at line 71 of file dag_constrained_shortest_path.h.
| std::vector<double> operations_research::ArcWithLengthAndResources::resources |
Definition at line 72 of file dag_constrained_shortest_path.h.
| int operations_research::ArcWithLengthAndResources::to = 0 |
Definition at line 70 of file dag_constrained_shortest_path.h.