Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::PathWithLength Struct Reference

#include <dag_shortest_path.h>

Public Attributes

double length = 0.0
 
std::vector< int > arc_path
 
std::vector< int > node_path
 

Detailed Description

Definition at line 62 of file dag_shortest_path.h.

Member Data Documentation

◆ arc_path

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.

◆ length

double operations_research::PathWithLength::length = 0.0

Definition at line 63 of file dag_shortest_path.h.

◆ node_path

std::vector<int> operations_research::PathWithLength::node_path

Definition at line 67 of file dag_shortest_path.h.


The documentation for this struct was generated from the following file: