![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
One path's outcome: which route ran, and the network constant it used. More...
#include <line/api/pfqn/pfqn_cyclet_ofree.h>
Public Attributes | |
| std::string | method |
| double | lG = 0.0 |
| std::vector< std::size_t > | path |
One path's outcome: which route ran, and the network constant it used.
Definition at line 61 of file pfqn_cyclet_ofree.h.
| double line::pfqn::CycletPathInfo::lG = 0.0 |
Definition at line 63 of file pfqn_cyclet_ofree.h.
| std::string line::pfqn::CycletPathInfo::method |
Definition at line 62 of file pfqn_cyclet_ofree.h.
| std::vector<std::size_t> line::pfqn::CycletPathInfo::path |
Definition at line 64 of file pfqn_cyclet_ofree.h.