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

Detailed Description

Definition at line 60 of file dag_shortest_path.h.

#include <dag_shortest_path.h>

Public Attributes

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

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 64 of file dag_shortest_path.h.

◆ length

double operations_research::PathWithLength::length = 0.0

Definition at line 61 of file dag_shortest_path.h.

◆ node_path

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

Definition at line 65 of file dag_shortest_path.h.


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