![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 101 of file dag_constrained_shortest_path.h.
#include <dag_constrained_shortest_path.h>
Public Types | |
| using | NodeIndex = typename GraphType::NodeIndex |
| using | ArcIndex = typename GraphType::ArcIndex |
Public Member Functions | |
| ConstrainedShortestPathsOnDagWrapper (const GraphType *graph, const std::vector< double > *arc_lengths, const std::vector< std::vector< double > > *arc_resources, absl::Span< const NodeIndex > topological_order, absl::Span< const NodeIndex > sources, absl::Span< const NodeIndex > destinations, const std::vector< double > *max_resources, int max_num_created_labels=1e9) | |
| GraphPathWithLength< GraphType > | RunConstrainedShortestPathOnDag () |
| int | label_count () const |
| using operations_research::ConstrainedShortestPathsOnDagWrapper< GraphType >::ArcIndex = typename GraphType::ArcIndex |
Definition at line 104 of file dag_constrained_shortest_path.h.
| using operations_research::ConstrainedShortestPathsOnDagWrapper< GraphType >::NodeIndex = typename GraphType::NodeIndex |
Definition at line 103 of file dag_constrained_shortest_path.h.
| operations_research::ConstrainedShortestPathsOnDagWrapper< GraphType >::ConstrainedShortestPathsOnDagWrapper | ( | const GraphType * | graph, |
| const std::vector< double > * | arc_lengths, | ||
| const std::vector< std::vector< double > > * | arc_resources, | ||
| absl::Span< const NodeIndex > | topological_order, | ||
| absl::Span< const NodeIndex > | sources, | ||
| absl::Span< const NodeIndex > | destinations, | ||
| const std::vector< double > * | max_resources, | ||
| int | max_num_created_labels = 1e9 ) |
Definition at line 288 of file dag_constrained_shortest_path.h.
|
inline |
Definition at line 147 of file dag_constrained_shortest_path.h.
| GraphPathWithLength< GraphType > operations_research::ConstrainedShortestPathsOnDagWrapper< GraphType >::RunConstrainedShortestPathOnDag | ( | ) |
Definition at line 544 of file dag_constrained_shortest_path.h.