LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::pfqn::CycletPathInfo Struct Reference

One path's outcome: which route ran, and the network constant it used. More...

#include <line/api/pfqn/pfqn_cyclet_ofree.h>

Collaboration diagram for line::pfqn::CycletPathInfo:

Public Attributes

std::string method
double lG = 0.0
std::vector< std::size_t > path

Detailed Description

One path's outcome: which route ran, and the network constant it used.

Definition at line 61 of file pfqn_cyclet_ofree.h.

Member Data Documentation

◆ lG

double line::pfqn::CycletPathInfo::lG = 0.0

Definition at line 63 of file pfqn_cyclet_ofree.h.

◆ method

std::string line::pfqn::CycletPathInfo::method

Definition at line 62 of file pfqn_cyclet_ofree.h.

◆ path

std::vector<std::size_t> line::pfqn::CycletPathInfo::path

Definition at line 64 of file pfqn_cyclet_ofree.h.


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